2002-10-23 22:47:12 +04:00
|
|
|
/*
|
2008-08-19 23:28:41 +04:00
|
|
|
* Copyright 2008 Haiku Inc. All Rights Reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
2002-10-23 22:47:12 +04:00
|
|
|
*/
|
|
|
|
#ifndef _NULL_H
|
|
|
|
#define _NULL_H
|
|
|
|
|
|
|
|
#ifndef NULL
|
|
|
|
#define NULL 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|