xref: /haiku/headers/posix/null.h (revision 4afae676ad98b8f1e219f704dfc9c8507bce106e)
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