ifw-odp
2.0.0-alpha
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
clipm
include
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
26
extern
"C"
{
27
#endif
28
29
/*-----------------------------------------------------------------------------
30
Prototypes
31
-----------------------------------------------------------------------------*/
32
33
int
clipm_priv_system_is_little_endian
(
void
);
34
35
/*----------------------------------------------------------------------------*/
36
37
#ifdef __cplusplus
38
}
/* extern "C" */
39
#endif
40
41
#endif
/* CLIPM_PRIV_SYSTEM_H */
clipm_priv_system_is_little_endian
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
Generated by
1.8.5