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