cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/TAB3.c -o termios/TAB3 -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
termios/TAB3.c:8:17: error: 'TAB3' undeclared here (not in a function)
    8 | int const foo = TAB3;
      |                 ^~~~
