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