1 2 3 4 5 6 7 8 9
#ifndef LIBOADK_STRING_H #define LIBOADK_STRING_H #include_next <string.h> size_t strlcat(char *, const char *, size_t); size_t strlcpy(char *, const char *, size_t); #endif