Reposting this abomination from my Reddit Account because this is important information. Uncle Bob would be proud.
You must log in or register to comment.
Well now I just wanna see more for-loop one-liners!
There’s always the classic C strcpy :)
char *strcpy(char *dest, char *src) { char *p = dest; while (*p++ = *src++); return dest; }
Thanks I hate it
I don’t see the point of it 🌝
Oof.