RetroArch
Macros | Typedefs
ordinals.h File Reference
#include <stdint.h>
Include dependency graph for ordinals.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ false

#define false   0

◆ true

#define true   1

Typedef Documentation

◆ FLAC__bool

typedef int FLAC__bool

◆ FLAC__byte

◆ FLAC__int16

◆ FLAC__int32

◆ FLAC__int64

◆ FLAC__int8

typedef int8_t FLAC__int8

◆ FLAC__uint16

◆ FLAC__uint32

◆ FLAC__uint64

◆ FLAC__uint8