cc -pthread -Wall -Wextra -Werror=implicit-function-declaration string/strlcpy.c -o string/strlcpy -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lcrypt -latomic string/strlcpy.c: In function ‘main’: string/strlcpy.c:11:25: error: implicit declaration of function ‘strlcpy’; did you mean ‘strncpy’? [-Werror=implicit-function-declaration] 11 | size_t result = strlcpy(dst, src, 4); | ^~~~~~~ | strncpy cc1: some warnings being treated as errors