engine/fteqtv/bsd_string.h

6 lines
101 B
C

#include <sys/types.h>
#include <string.h>
size_t strlcpy(char *dst, const char *src, size_t siz);