sc68fordevelopers  2.2.1
endian68.h
Go to the documentation of this file.
1 
11 /* Copyright (C) 1998-2003 Benjamin Gerard */
12 
13 #ifndef _ENDIAN68_H_
14 #define _ENDIAN68_H_
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
31 int SC68byte_order(void);
32 
45 int SC68little_endian(void);
46 
58 int SC68big_endian(void);
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif /* #ifndef _ENDIAN68_H_ */
int SC68little_endian(void)
Check if byte order is little endian.
int SC68big_endian(void)
Check if byte order is big endian.
int SC68byte_order(void)
Get integer byte order.