Gammu API  1.38.0
gammu-types.h File Reference

Go to the source code of this file.

Macros

#define FALSE   (0)
 
#define TRUE   (!FALSE)
 

Typedefs

typedef int gboolean
 

Detailed Description

Author
Michal Čihař

Various types definitions

Definition in file gammu-types.h.

Macro Definition Documentation

§ FALSE

#define FALSE   (0)

Definition at line 25 of file gammu-types.h.

§ TRUE

#define TRUE   (!FALSE)

Definition at line 28 of file gammu-types.h.

Typedef Documentation

§ gboolean

typedef int gboolean

gboolean definition, compatible with glib.

Definition at line 23 of file gammu-types.h.