ocssw
V2022
|
endianess.c File Reference
Go to the source code of this file.
Functions | |
int | endianess (void) |
Function Documentation
◆ endianess()
int endianess | ( | void | ) |
determine endianess
Determines if the host calling this routine is a big or little endian machine.
- Returns
- A 0 for BIG_ENDIAN machines, 1 for LITTLE_ENDIAN mahcines.
Definition at line 10 of file endianess.c.