RetroArch
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | true 1 |
#define | false 0 |
Typedefs | |
typedef int8_t | FLAC__int8 |
typedef uint8_t | FLAC__uint8 |
typedef int16_t | FLAC__int16 |
typedef int32_t | FLAC__int32 |
typedef int64_t | FLAC__int64 |
typedef uint16_t | FLAC__uint16 |
typedef uint32_t | FLAC__uint32 |
typedef uint64_t | FLAC__uint64 |
typedef int | FLAC__bool |
typedef FLAC__uint8 | FLAC__byte |
#define false 0 |
#define true 1 |
typedef int FLAC__bool |
typedef FLAC__uint8 FLAC__byte |
typedef int16_t FLAC__int16 |
typedef int32_t FLAC__int32 |
typedef int64_t FLAC__int64 |
typedef int8_t FLAC__int8 |
typedef uint16_t FLAC__uint16 |
typedef uint32_t FLAC__uint32 |
typedef uint64_t FLAC__uint64 |
typedef uint8_t FLAC__uint8 |