Skip to content

Instantly share code, notes, and snippets.

@nomeyer
Last active March 26, 2016 17:24
Show Gist options
  • Save nomeyer/e9fe2c2f408403dc6537 to your computer and use it in GitHub Desktop.
Save nomeyer/e9fe2c2f408403dc6537 to your computer and use it in GitHub Desktop.
Logging an NSString in c
fprintf(stdout, "%s\n", [str UTF8String]);
fflush(stdout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment