The code for writing a signed integer to a binary file is therefore a little surprising. /* write a 16-bit little endian integer */ int fput16le(int x, FILE *fp) ...
確定! 回上一頁