Numworks Epsilon
1.4.1
Graphing Calculator Operating System
stdint.h
Go to the documentation of this file.
1
#ifndef LIBA_STDINT_H
2
#define LIBA_STDINT_H
3
4
typedef
unsigned
char
uint8_t
;
5
typedef
unsigned
short
uint16_t
;
6
typedef
unsigned
int
uint32_t
;
7
typedef
unsigned
long
long
uint64_t
;
8
9
typedef
signed
char
int8_t
;
10
typedef
signed
short
int16_t
;
11
typedef
signed
int
int32_t
;
12
typedef
signed
long
long
int64_t
;
13
14
typedef
unsigned
int
uintptr_t
;
15
typedef
signed
int
intptr_t
;
16
17
typedef
uint32_t
uint_fast8_t
;
18
typedef
uint32_t
uint_fast16_t
;
19
typedef
uint32_t
uint_fast32_t
;
20
typedef
uint64_t
uint_fast64_t
;
21
22
typedef
int32_t
int_fast8_t
;
23
typedef
int32_t
int_fast16_t
;
24
typedef
int32_t
int_fast32_t
;
25
typedef
int64_t
int_fast64_t
;
26
27
typedef
uint8_t
uint_least8_t
;
28
29
#define UINT64_C(c) c ## ULL
30
#define INT64_C(c) c ## LL
31
32
#endif
int_fast32_t
int32_t int_fast32_t
Definition:
stdint.h:24
int_fast64_t
int64_t int_fast64_t
Definition:
stdint.h:25
int_fast8_t
int32_t int_fast8_t
Definition:
stdint.h:22
uint_fast8_t
uint32_t uint_fast8_t
Definition:
stdint.h:17
uint_fast16_t
uint32_t uint_fast16_t
Definition:
stdint.h:18
uintptr_t
unsigned int uintptr_t
Definition:
stdint.h:14
uint16_t
unsigned short uint16_t
Definition:
stdint.h:5
uint_least8_t
uint8_t uint_least8_t
Definition:
stdint.h:27
uint8_t
unsigned char uint8_t
Definition:
stdint.h:4
intptr_t
signed int intptr_t
Definition:
stdint.h:15
uint32_t
unsigned int uint32_t
Definition:
stdint.h:6
int16_t
signed short int16_t
Definition:
stdint.h:10
uint64_t
unsigned long long uint64_t
Definition:
stdint.h:7
int8_t
signed char int8_t
Definition:
stdint.h:9
int64_t
signed long long int64_t
Definition:
stdint.h:12
uint_fast64_t
uint64_t uint_fast64_t
Definition:
stdint.h:20
int_fast16_t
int32_t int_fast16_t
Definition:
stdint.h:23
int32_t
signed int int32_t
Definition:
stdint.h:11
uint_fast32_t
uint32_t uint_fast32_t
Definition:
stdint.h:19
epsilon
liba
include
stdint.h
Generated by
1.8.14