sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
file68
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_ */
SC68little_endian
int SC68little_endian(void)
Check if byte order is little endian.
SC68big_endian
int SC68big_endian(void)
Check if byte order is big endian.
SC68byte_order
int SC68byte_order(void)
Get integer byte order.
Generated by
1.8.10