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