#ifndef STRLCAT_H #define STRLCAT_H #include size_t strlcat(char *, const char *, size_t); #endif