Explorar el Código

prototype for gnu strcasestr (currently a stub)

Rich Felker hace 14 años
padre
commit
26f3551419
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/string.h

+ 1 - 0
include/string.h

@@ -68,6 +68,7 @@ size_t strlcpy (char *, const char *, size_t);
 int strcasecmp (const char *, const char *);
 int strncasecmp (const char *, const char *, size_t);
 char *strchrnul(const char *, int);
+char *strcasestr(const char *, const char *);
 #endif
 
 #ifdef __cplusplus