aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/stddef.h
blob: d4977de257ac8c3f0fa3cc42b1175086f9c1675f (plain)
1
2
3
4
5
6
7
8
9
10
#define NULL 0

// TODO: unsigned
typedef long size_t;

// TODO:
// - max_align_t (C11)
// - nullptr_t (C23)
// - offsetof
// - ptrdiff_t