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