Brandon's Blog

1/5/2005

(No Title)

I read this in an article today, and I eventually figured it out.  The following statement in C copies a string:

<br />while (*s++ = *t++);<br />