j
k
j a
j l
Eh, the idiomatic thing to write would be
``` while (isprint(*p) || *p == '\t') ++p; while (p > *value && isspace(p[-1]) --p; *value_len = p - *value; ```
That way after each line p points to the character after the end.
Back to the thread
Back to the list