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