mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 16:57:58 +00:00
7 lines
126 B
C
7 lines
126 B
C
#ifndef __FENNIX_LIBC_TYPES_H__
|
|
#define __FENNIX_LIBC_TYPES_H__
|
|
|
|
#define NULL ((void *)0)
|
|
|
|
#endif // !__FENNIX_LIBC_TYPES_H__
|