Skip to content

Instantly share code, notes, and snippets.

@tyfkda
Created February 23, 2015 00:27
Show Gist options
  • Save tyfkda/ffdff108db0defdf8ac5 to your computer and use it in GitHub Desktop.
Save tyfkda/ffdff108db0defdf8ac5 to your computer and use it in GitHub Desktop.
Convert C-string to NSString
NSString *nsstr = [NSString stringWithUTF8String:cstr];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment