fileio/
mg_endian.pro
Routines
top mg_endian
result = mg_endian( [/is_little_endian] [, /is_big_endian])
Determines the byte order of the platform running this routine.
Return value
string (either 'little' or 'big') or byte if IS_LITTLE_ENDIAN
or
IS_BIG_ENDIAN
set
Keywords
- is_little_endian in optional type=boolean
set to return a boolean value for whether the platform is little endian or not
- is_big_endian in optional type=boolean
set to return a boolean value for whether the platform is big endian or not
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 11 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.