SpiderScript: Added line numbers to tAST_Node, cleaned up a bit
[tpg/acess2.git] / Usermode / include / string.h
index 1e72197..a3c4d31 100644 (file)
@@ -15,6 +15,7 @@ extern char   *strcpy(char *dst, const char *src);
 extern char    *strncpy(char *dst, const char *src, size_t num);
 extern char    *strcat(char *dst, const char *src);
 extern char    *strdup(const char *src);
+extern char    *strndup(const char *src, int length);
 extern char    *strchr(char *str, int character);
 extern char    *strrchr(char *str, int character);
 extern char    *strstr(char *str1, const char *str2);

UCC git Repository :: git.ucc.asn.au