#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 int16_t | ogg_int16_t |
typedef uint16_t | ogg_uint16_t |
typedef int32_t | ogg_int32_t |
typedef uint32_t | ogg_uint32_t |
typedef int64_t | ogg_int64_t |
typedef uint64_t | ogg_uint64_t |
#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 int16_t ogg_int16_t |
Definition at line 19 of file config_types.h.
typedef uint16_t ogg_uint16_t |
Definition at line 20 of file config_types.h.
typedef int32_t ogg_int32_t |
Definition at line 21 of file config_types.h.
typedef uint32_t ogg_uint32_t |
Definition at line 22 of file config_types.h.
typedef int64_t ogg_int64_t |
Definition at line 23 of file config_types.h.
typedef uint64_t ogg_uint64_t |
Definition at line 24 of file config_types.h.