ifw-odp 5.1.1
 
Loading...
Searching...
No Matches
clipm_priv_system.h
Go to the documentation of this file.
1
5
6#ifndef CLIPM_PRIV_SYSTEM_H
7#define CLIPM_PRIV_SYSTEM_H
8
9/*-----------------------------------------------------------------------------
10 Includes
11 -----------------------------------------------------------------------------*/
12
13/*-----------------------------------------------------------------------------
14 Declaration Block
15 -----------------------------------------------------------------------------*/
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/*-----------------------------------------------------------------------------
22 Prototypes
23 -----------------------------------------------------------------------------*/
24
26
27/*----------------------------------------------------------------------------*/
28
29#ifdef __cplusplus
30} /* extern "C" */
31#endif
32
33#endif /* CLIPM_PRIV_SYSTEM_H */
int clipm_priv_system_is_little_endian(void)
Detect the endian type of the system where clipm is running.
Definition clipm_priv_system.c:39