Defined(my_macro,#PB_Macro)
-
- Addict
- Posts: 1264
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Defined(my_macro,#PB_Macro)
Would this be possible?
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Re: Defined(my_macro,#PB_Macro)
'my_macro' will be changed with the macro content if it is already declared, so it won't work.
Re: Defined(my_macro,#PB_Macro)
How about giving the macro name as a string, then?