cbc/import/stddef.hb

6 lines
89 B
Plaintext

// stddef.h
const void* NULL = 0;
typedef unsigned long size_t;
typedef long ptrdiff_t;