Added strdup()

This commit is contained in:
Michael Brown
2006-12-08 00:34:47 +00:00
parent 1e4a838f55
commit 496563071d
2 changed files with 11 additions and 2 deletions

View File

@@ -66,5 +66,6 @@ int __attribute__ (( pure )) memcmp(const void * cs,const void * ct,
void * memscan(void * addr, int c, size_t size);
char * strstr(const char * s1,const char * s2);
void * memchr(const void *s, int c, size_t n);
char * strdup(const char *s);
#endif /* ETHERBOOT_STRING */