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