cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/NL1.c -o termios/NL1 -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv termios/NL1.c:8:17: error: ‘NL1’ undeclared here (not in a function) 8 | int const foo = NL1; | ^~~