haiku/headers/posix/strings.h
Axel Dörfler 0c9ee87018 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
2002-09-17 14:51:59 +00:00

7 lines
87 B
C

#ifndef _STRINGS_H_
#define _STRINGS_H_
#include <string.h>
#endif /* _STRINGS_H_ */