J
junjiec
Hi,
Please tell me how could I have a #$B!J(Bsharp sign) expanded in the
macro such as
#define INCLUDE(filename) #include <filename>
which could do the expand below to include a file
INCLUDE(stdio.h) => #include <stdio.h>
Thank you in advance!
Please tell me how could I have a #$B!J(Bsharp sign) expanded in the
macro such as
#define INCLUDE(filename) #include <filename>
which could do the expand below to include a file
INCLUDE(stdio.h) => #include <stdio.h>
Thank you in advance!