cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/CR3.c -o termios/CR3 -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv termios/CR3.c:8:17: error: ‘CR3’ undeclared here (not in a function) 8 | int const foo = CR3; | ^~~