ciabatta/include/stddef.h

11 lines
113 B
C

#pragma once
#include <cia/def.h>
typedef u64 size_t;
#if !defined(NULL)
#define NULL ((void *)0)
#endif