Numworks Epsilon
1.4.1
Graphing Calculator Operating System
types.h
Go to the documentation of this file.
1
#ifndef LIBA_OPENBSD_SYS_TYPES_H
2
#define LIBA_OPENBSD_SYS_TYPES_H
3
4
#include <
stdint.h
>
5
6
#define LITTLE_ENDIAN 0x1234
7
#define BIG_ENDIAN 0x4321
8
#define BYTE_ORDER LITTLE_ENDIAN
9
10
typedef
uint32_t
u_int32_t
;
11
typedef
uint64_t
u_int64_t
;
12
13
#endif
u_int32_t
uint32_t u_int32_t
Definition:
types.h:10
uint32_t
unsigned int uint32_t
Definition:
stdint.h:6
uint64_t
unsigned long long uint64_t
Definition:
stdint.h:7
stdint.h
u_int64_t
uint64_t u_int64_t
Definition:
types.h:11
epsilon
liba
src
external
openbsd
include
sys
types.h
Generated by
1.8.14