ciabatta/include/stddef.h

11 lines
113 B
C
Raw Normal View History

2023-08-02 09:05:26 +00:00
#pragma once
2023-08-26 07:39:40 +00:00
#include <cia/def.h>
2023-08-02 09:05:26 +00:00
typedef u64 size_t;
#if !defined(NULL)
#define NULL ((void *)0)
#endif