Hacker News new | ask | show | jobs
by Zev 5827 days ago
NSString has plenty of methods to deal with this, and you get boxing for free between CFString and NSString.

And that pesky char * that you get from C.