ciabatta/include/stddef.h

11 lines
113 B
C
Raw Normal View History

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