/opt/IBM/openxlC/17.1.1/bin/ibm-clang -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 -latomic string/strlcpy.c:5:63: error: call to undeclared library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] size_t (*foo)(char *restrict, const char *restrict, size_t) = strlcpy; ^ string/strlcpy.c:5:63: note: include the header or explicitly provide a declaration for 'strlcpy' 1 error generated.