a few new headers for compatibility

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1625 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-23 18:47:12 +00:00
parent e58131e398
commit e48a877c93
4 changed files with 54 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
* Copyright (C) 2002 Marcus Overhagen
* All rights reserved.
*
* Distributed under the terms of the MIT license
*/
#ifndef _NULL_H
#define _NULL_H
#ifndef NULL
#define NULL 0
#endif
#endif