I have many occurences of 'printf(' which I would like to replace with
'fprintf(stderr,' in my C program. Is there a way to do this #define?
#define printf( fprintf(sterr,
definitely doesn't parse.
Jim Beauchamp j-beauchamp at uiuc.edu
-----------------------------
Everything should be possible (in C)