sc68fordevelopers
2.2.1
|
00001 00011 /* Copyright (C) 1998-2003 Benjamin Gerard */ 00012 00013 #ifndef _ENDIAN68_H_ 00014 #define _ENDIAN68_H_ 00015 00016 #ifdef __cplusplus 00017 extern "C" { 00018 #endif 00019 00031 int SC68byte_order(void); 00032 00045 int SC68little_endian(void); 00046 00058 int SC68big_endian(void); 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif /* #ifndef _ENDIAN68_H_ */