Has anyone an idea how to code following macro:
#define INIT() \ #ifdef THREDSAFE \ lock_mutex() \ #endif \ The error ist that after a # operator there is an parameter expected. The normal escape doesn't help in this case. Shure I can write this in every line I need it but I want to have a macro. CU Katharina
|