git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2720 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
242 B
C
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
|