Skip to main content

All Questions

0 votes
2 answers
53 views

segmentation fault when accessing pointer element

I have been attempting to parse a string into separate tokens for a command line interface for a project of mine, I have created this function to do it: char **string_parser(char *input) { char **...
Bernard Putnam Sproul's user avatar