Skip to content

Instantly share code, notes, and snippets.

@is8r
Created June 21, 2014 19:02
Show Gist options
  • Select an option

  • Save is8r/3d04a410790e36565dc0 to your computer and use it in GitHub Desktop.

Select an option

Save is8r/3d04a410790e36565dc0 to your computer and use it in GitHub Desktop.
void twitter_(char *s) {
NSString* str = [NSString stringWithCString:s encoding:NSUTF8StringEncoding];
//その他の処理
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment