nomeyer
2/24/2016 - 5:54 PM

Logging an NSString in c

Logging an NSString in c

fprintf(stdout, "%s\n", [str UTF8String]);
fflush(stdout);