Added our string.h headers (the one in private/kernel will be removed now)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1070 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-09-17 14:51:59 +00:00
parent d90c2c74a1
commit 0c9ee87018
2 changed files with 88 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _STRINGS_H_
#define _STRINGS_H_
#include <string.h>
#endif /* _STRINGS_H_ */