Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

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.