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