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