Files
haiku-beta6/src/kits/support/string_helper.h
T
Ingo Weinhold 5c905a2f6a Added missing newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2720 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-15 20:11:18 +00:00

10 lines
242 B
C

//Those functions are here just to compile BString.
//They will be removed as soon as our libc compiles.
#ifndef __stringhelper_h
#define __stringhelper_h
extern char *strcasestr(const char *s, const char *find);
#endif //__stringhelper_h