On Fri, Sep 22, 2006 at 01:06:03PM -0600, wrote:
>
> char *p;
> for (p = s; p < 100; p++) {
> putchar(*p);
> }
> Of course, I obviously meant: for (p = s; p < s + 100; p++) -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
signature.asc
Description: Digital signature
/* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
