#ifndef __STRLCPY_H #define __STRLCPY_H #include size_t strlcpy(char *dst, const char *src, size_t siz); #endif