endian.h File Reference
This header defines functions for determining endianness. More...
Include dependency graph for endian.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
__BEGIN_NS_SSRC_WSPR_UTILITY bool | is_little_endian () |
bool | is_big_endian () |
Detailed Description
This header defines functions for determining endianness.
Definition in file endian.h.
Function Documentation
bool is_big_endian | ( | ) | [inline] |
Definition at line 36 of file endian.h.
References is_little_endian().
__BEGIN_NS_SSRC_WSPR_UTILITY bool is_little_endian | ( | ) | [inline] |
Definition at line 31 of file endian.h.
Referenced by is_big_endian().
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.