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