Skip to content

Instantly share code, notes, and snippets.

@aiwilliams
Created October 22, 2010 17:57
Show Gist options
  • Save aiwilliams/641035 to your computer and use it in GitHub Desktop.
Save aiwilliams/641035 to your computer and use it in GitHub Desktop.
Logging 'char *argv[]'
NSString *printableString = [NSString stringWithUTF8String:*argv];
NSLog(@"Is it broken: %@", printableString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment