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