Talk:Solve a Hidato puzzle: Difference between revisions

Content added Content deleted
No edit summary
Line 84: Line 84:
To show it replace that line with:
To show it replace that line with:
<lang c>while (!isspace(*s)) { printf("%u\n", s); s++; }</lang>
<lang c>while (!isspace(*s)) { printf("%u\n", s); s++; }</lang>
: Right. I though <code>isspace(0)</code> is true; it's not. --[[User:Ledrug|Ledrug]] 07:44, 3 May 2012 (UTC)