x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations string/strxfrm_l.c -o string/strxfrm_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv string/strxfrm_l.c:5:73: error: ‘strxfrm_l’ undeclared here (not in a function); did you mean ‘strxfrm’? 5 | size_t (*foo)(char *restrict, const char *restrict, size_t, locale_t) = strxfrm_l; | ^~~~~~~~~ | strxfrm