Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
cstdint.h
Go to the documentation of this file.
1
#ifndef MSL_CSTDINT_H_
2
#define MSL_CSTDINT_H_
3
4
#ifdef __cplusplus
5
namespace
std
{
6
extern
"C"
{
7
#endif
8
9
typedef
unsigned
char
uint8_t
;
10
typedef
unsigned
short
uint16_t
;
11
typedef
unsigned
long
uint32_t
;
12
13
typedef
signed
char
int8_t
;
14
typedef
short
int16_t
;
15
typedef
long
int32_t
;
16
17
typedef
unsigned
long
long
uint64_t
;
18
typedef
long
long
int64_t
;
19
20
typedef
uint32_t
uintptr_t
;
21
typedef
int32_t
intptr_t
;
22
23
#ifdef __cplusplus
24
};
25
}
26
#endif
27
28
#endif
std
Definition
JMATrigonometric.cpp:12
std::uint16_t
unsigned short uint16_t
Definition
cstdint.h:10
std::int64_t
long long int64_t
Definition
cstdint.h:18
std::int8_t
signed char int8_t
Definition
cstdint.h:13
std::uint64_t
unsigned long long uint64_t
Definition
cstdint.h:17
std::int32_t
long int32_t
Definition
cstdint.h:15
std::intptr_t
int32_t intptr_t
Definition
cstdint.h:21
std::uint8_t
unsigned char uint8_t
Definition
cstdint.h:9
std::uint32_t
unsigned long uint32_t
Definition
cstdint.h:11
std::int16_t
short int16_t
Definition
cstdint.h:14
std::uintptr_t
uint32_t uintptr_t
Definition
cstdint.h:20
src
PowerPC_EABI_Support
MSL
MSL_C++
MSL_Common
Include
cstdint.h
Generated by
1.12.0