I have a c string and need it to break it up into lines (I wont make a NSString of them at this moment). Is there something like an NSMutableArray where I can put this char * in? Or how can I achieve it to make something from the strings what I can access later by index?I have a c string and need it to break it up in