XenevaOS
Loading...
Searching...
No Matches
_null.h
Go to the documentation of this file.
1
30#ifndef __NULL_H__
31#define __NULL_H__
32
33#ifndef NULL
34#define NULL 0
35#endif
36
37#endif