Lade ...
Suche ...
Keine Treffer
5#define NULL ((void *)0)
15typedef unsigned char uint8_t;
19typedef signed char int8_t;
23typedef unsigned short uint16_t;
31typedef unsigned int uint32_t;
39typedef unsigned long long uint64_t;
43typedef long long int64_t;
47typedef unsigned int size_t;
51typedef uint32_t uintptr_t;
55typedef int32_t intptr_t;