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

Go to the source code of this file.

Typedefs

typedef uint64_t UINT64
 
typedef uint32_t UINT32
 
typedef uint16_t UINT16
 
typedef uint8_t UINT8
 
typedef int64_t INT64
 
typedef int32_t INT32
 
typedef int16_t INT16
 
typedef int8_t INT8
 

Typedef Documentation

◆ INT16

typedef int16_t INT16

◆ INT32

typedef int32_t INT32

◆ INT64

typedef int64_t INT64

◆ INT8

typedef int8_t INT8

◆ UINT16

typedef uint16_t UINT16

◆ UINT32

typedef uint32_t UINT32

◆ UINT64

typedef uint64_t UINT64

◆ UINT8

typedef uint8_t UINT8