Hacker News new | ask | show | jobs
by zeraholladay 5683 days ago
Copy a string in one line:

   while (*dst++ = *src++);