added lsearch and lfind

remove unknown infnanf and strtcopy functions


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27423 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-09-11 22:27:55 +00:00
parent eabd7df4a2
commit 645fa87a21
4 changed files with 60 additions and 2 deletions
-1
View File
@@ -59,7 +59,6 @@ extern char *strcasestr(const char *string, const char *searchString);
extern char *strdup(const char *string);
extern char *stpcpy(char *dest, const char *source);
extern const char *strtcopy(char *dest, const char *source);
extern size_t strlcat(char *dest, const char *source, size_t length);
extern size_t strlcpy(char *dest, const char *source, size_t length);