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