j
k
j a
j l
On Tuesday, August 23, 2011 17:06:54 Jason Hobbs wrote:
while (*nn == ' ' || *nn == '\t') while (isblank(*nn)) nn++;
at least for these "walking forward" ones, they could be replaced with: nn += strspn(nn, " \t"); -mike
Attachments:
Back to the thread
Back to the list