Defines

Miettunen Jouni (jom@ccc.fi)
Fri, 20 Sep 1996 09:44:15 +0300

Hello world,

Can I mix # and @ without (any) problems ??

#undef PROFILER
@ifdef PROFILER
/* record some program execution stats */
profiler(action2);

#if ERROR_CHECK
EC (print_log("Here we are again!");)
#endif

@endif

- --jouni miettunen