char s[2];
short int t=256;
我想将t的两个字节存入s中,如何转换?
另外,取出时,如何从s中恢复short int的数值