ifw-odp 5.0.0
Loading...
Searching...
No Matches
clipm_priv_system.h
Go to the documentation of this file.
1
2/*********************************************************************
3 * E.S.O. - VLT project
4 *
5 * "@(#) $Id: clipm_priv_system.h 152480 2007-06-12 11:16:32Z hlorch $"
6 *
7 * PRIVATE functions for detecting system features
8 *
9 * who when what
10 * -------- ---------- ----------------------------------------------
11 * hlorch 2006-08-12 created
12 */
13
14#ifndef CLIPM_PRIV_SYSTEM_H
15#define CLIPM_PRIV_SYSTEM_H
16
17/*-----------------------------------------------------------------------------
18 Includes
19 -----------------------------------------------------------------------------*/
20
21/*-----------------------------------------------------------------------------
22 Declaration Block
23 -----------------------------------------------------------------------------*/
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29/*-----------------------------------------------------------------------------
30 Prototypes
31 -----------------------------------------------------------------------------*/
32
34
35/*----------------------------------------------------------------------------*/
36
37#ifdef __cplusplus
38} /* extern "C" */
39#endif
40
41#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:43