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

WTF no comments

Name: Anonymous 2008-01-15 22:42

So, I'm reading some source code from Plan 9, and I just realized that it's nearly uncommented. I expected a little more from Rob Pike.

Name: Anonymous 2008-01-16 9:01

>>8
what:

i++; /* increment i by 1 */
p[i] = 0; /* set p[i] to zero */


why:

/* set that to zero because the `FOO' protocol requires exactly
   `N' characters */
i++;
p[i] = 0;


I hope you see the difference.

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