cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations string/strlcpy.c -o string/strlcpy -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic string/strlcpy.c:5:63: error: ‘strlcpy’ undeclared here (not in a function); did you mean ‘strncpy’? 5 | size_t (*foo)(char *restrict, const char *restrict, size_t) = strlcpy; | ^~~~~~~ | strncpy