programming
October 15, 2008 2:39 PM
Subscribe
What data type can I use to write one byte of data to a file in C?
On my system short int is 2 bytes. I know writing a character to a file will give me one byte, but I need some of them to have a msb of 1, not 0--which all ascii values do.
posted by amsterdam63 to computers & internet (11 comments total)
posted by zsazsa at 2:44 PM on October 15, 2008