SyntaxFix
Write A Post
Hire A Developer
Questions
You could do this:
#if __WORDSIZE == 64 char *size = "64bits"; #else char *size = "32bits"; #endif