writeshort
write 2 bytes to file
handle - file handle
word - a 16-bit value to write
mostfirst - 0 least significant byte is first (intel)
1 most significant byte is first
returns: 0 - ok
Thread-safe function.
long writeshort(long handle, long word, long mostfirst);
Last updated