1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/libc.bak/stddef.h
2022-01-31 19:05:17 -05:00

7 lines
67 B
C

#ifndef STDDEF_H
#define STDDEF_H
#define NULL ((void*)0)
#endif