DICE
?
I'm using DICE and having problems getting the PreProcessor to echo
arguments, like from _The_C _Puzzle_Book_:
#define PRINT(int) printf("int = %d\n",int)
produces 00000000 = 3 rather than x | y & z = 3
when given PRINT( x | y & z ); in the main program.
I was wondering if I was doing something wrong or if this a problem with
the DICE preprocessor. Any help or suggestions would be appreciated.
<Rick?
[A\exit