Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

C derp

Name: Anonymous 2011-05-27 0:13

#define WS " "
for (s = strtok(line,WS); s != NULL; s = strtok(NULL,WS))

what does this "s = strtok(NULL,WS)" do?

Name: sage 2011-05-27 0:18

Name: Anonymous 2011-05-27 3:10

>>2
It's not thread safe!

Don't change these.
Name: Email:
Entire Thread Thread List