How can I store a signed short integer in buffer? C

后端 未结 0 899
自闭症患者
自闭症患者 2020-11-21 20:16

I need to send a signed short integer but the sendto function requires me to give a char buffer.

The buffer: char SendBuffer[1024];

I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题