mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-27 15:04:25 +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__
|