readlong
read 4 bytes from file
handle - file handle
mostfirst - 0 least significant byte is first (intel)
1 most significant byte is first
returns: a 32-bit value
Thread-safe function.
long readlong(long handle, long mostfirst);
Last updated