more header cleanup and conformance fixes - string.h

This commit is contained in:
Rich Felker
2011-02-14 20:53:15 -05:00
parent 131b5be2f4
commit ca1aa5bae9
2 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,4 @@
#define _BSD_SOURCE
#include <string.h>
size_t strlcat(char *d, const char *s, size_t n)