xref: /haiku/headers/posix/null.h (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1 /*
2  * Copyright (C) 2002 Marcus Overhagen
3  * All rights reserved.
4  *
5  * Distributed under the terms of the MIT license
6  */
7 #ifndef _NULL_H
8 #define _NULL_H
9 
10 #ifndef NULL
11 	#define NULL 0
12 #endif
13 
14 #endif
15