]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/minilib.h
Add httpd.
[netwatch.git] / include / minilib.h
index ef4f302e5e4424f339f0a732262b11d3ef319cbd..7d66efb3b39e5171d3f6108057582f8fc25e0bef 100644 (file)
@@ -8,6 +8,7 @@ extern void memset(void *dest, int data, int bytes);
 extern void memmove(void *dest, void *src, int bytes);
 extern int memcmp(const char *a2, const char *a1, int bytes);
 extern int strcmp(const char *a2, const char *a1);
+extern int strncmp(const char *a2, const char *a1, int n);
 extern int strlen(const char *c);
 extern void strcpy(char *a2, const char *a1);
 extern void puts(const char *c);
This page took 0.022556 seconds and 4 git commands to generate.