cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/TAB1.c -o termios/TAB1 -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt termios/TAB1.c:8:17: error: 'TAB1' undeclared here (not in a function); did you mean 'TAB0'? int const foo = TAB1; ^~~~ TAB0