clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/NL0.c -o termios/NL0 -D_POSIX_C_SOURCE=202405L -lm -lintl termios/NL0.c:8:17: error: use of undeclared identifier 'NL0' int const foo = NL0; ^ 1 error generated.