You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
There is something in the below I don't understand...to me the result of strtok is redundant because its inputs are constants. Is there something I am missing out?
As I understand the man page, strtok maintains its own state, and subsequent calls to tokenize a string must call strtok with NULL as the first argument: http://linux.die.net/man/3/strtok
If I have misunderstood, please correct me.
All that being said, I do plan on rewriting this tokenizer entirely.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is something in the below I don't understand...to me the result of strtok is redundant because its inputs are constants. Is there something I am missing out?
See https://github.com/tekknolagi/carp/blob/master/src/carp_tokenizer.c#L112
The text was updated successfully, but these errors were encountered: