zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
config_types.h File Reference
#include <inttypes.h>
#include <stdint.h>
#include <sys/types.h>

Go to the source code of this file.

Macros

#define INCLUDE_INTTYPES_H   1
 
#define INCLUDE_STDINT_H   1
 
#define INCLUDE_SYS_TYPES_H   1
 

Typedefs

typedef short ogg_int16_t
 
typedef int ogg_int32_t
 
typedef long ogg_int64_t
 
typedef unsigned short ogg_uint16_t
 
typedef unsigned int ogg_uint32_t
 

Macro Definition Documentation

#define INCLUDE_INTTYPES_H   1

Definition at line 5 of file config_types.h.

#define INCLUDE_STDINT_H   1

Definition at line 6 of file config_types.h.

#define INCLUDE_SYS_TYPES_H   1

Definition at line 7 of file config_types.h.

Typedef Documentation

typedef short ogg_int16_t

Definition at line 19 of file config_types.h.

typedef int ogg_int32_t

Definition at line 21 of file config_types.h.

typedef long ogg_int64_t

Definition at line 23 of file config_types.h.

typedef unsigned short ogg_uint16_t

Definition at line 20 of file config_types.h.

typedef unsigned int ogg_uint32_t

Definition at line 22 of file config_types.h.