Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Created June 19, 2012 15:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rraallvv/2954726 to your computer and use it in GitHub Desktop.
Save rraallvv/2954726 to your computer and use it in GitHub Desktop.
Convert NSString to char array
NSString *s = @"Some string";
const char *c = [s UTF8String];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment