cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations langinfo/ALT_DIGITS.c -o langinfo/ALT_DIGITS -D_POSIX_C_SOURCE=202405L -lm -lpthread langinfo/ALT_DIGITS.c:2:17: error: use of undeclared identifier 'ALT_DIGITS' int const foo = ALT_DIGITS; ^ 1 error generated.