Relative Content

Tag Archive for cfreestrtok

Do I need to free the strtok resulting string?

Or rather, how does strtok produce the string to which it’s return value points? Does it allocate memory dynamically? I am asking because I am not sure if I need to free the token in the following code: