cc -pthread -Wall -Wextra -Werror=implicit-function-declaration wchar/wcslcat.c -o wchar/wcslcat -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -lcrypt -latomic wchar/wcslcat.c: In function 'main': wchar/wcslcat.c:11:25: error: implicit declaration of function 'wcslcat'; did you mean 'wcsncat'? [-Wimplicit-function-declaration] 11 | size_t result = wcslcat(dst, src, 8); | ^~~~~~~ | wcsncat