I have the following code:
gcc test.c -o test -D ARGUMENT 2
and I want it to define ARGUMENT with a value of 2 but it says cannot find file 2 or something. How do I do this?
|
|
Try
|
|||
|
You can also use ARGUMENT will be defined with no value but it is still possible to check it using |
|||
|
|