I thought that the preprocessor removes all white spaces. So I was expecting the code to looks like this int main (int argc, const char * argv[]) { NSUInteger myIntVariable = 5; Everything in one line.
user557219
user557219
@ruby_newbie No, the preprocessor doesn’t do that. It essentially applies preprocessor directives (#include, #define) and substitutions.