I am trying to extract two #define values from a C header file to use them in a shell script. So I use grep to find them and then print them. However,
#define
C