#include < stdio.h> #define decode(s,t,u,m,p,e,d) m##s##u##t #define begin decode(a,n,i,m,a,t,e) int begin() { printf(" helloworld "); }
helloworld
Post a Comment
No comments:
Post a Comment