summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/private/_/types.h
blob: 42b17e5d1f2e0ce097217198c76f35f261c16a2a (plain)
1
2
3
4
5
6
7
8
9
#include <_/cdefs.h>
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <sys/types.h>

typedef uint64_t __uint64_t;
#define _UINT64_C UINT64_C