Gammu internals
1.38.0
gammu-types.h
Go to the documentation of this file.
1
7
#ifndef __gammu_types_h
8
#define __gammu_types_h
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
19
#if !defined(GLIB_MAJOR_VERSION) && !defined(USE_GLIB)
20
23
typedef
int
gboolean
;
24
#ifndef FALSE
25
#define FALSE (0)
26
#endif
27
#ifndef TRUE
28
#define TRUE (!FALSE)
29
#endif
30
#endif
31
32
#ifdef __cplusplus
33
}
34
#endif
35
#endif
36
37
/* Editor configuration
38
* vim: noexpandtab sw=8 ts=8 sts=8 tw=72:
39
*/
gboolean
int gboolean
Definition:
gammu-types.h:23
include
gammu-types.h
Generated on Wed Nov 16 2016 13:39:19 for Gammu internals by
1.8.12