char * strcpy( char * dest, char * src ) { char * r = dest; while ( *dest++ = *src++ ) ; return r;}
@ky0ko that...is...disgusting. I LOVE IT!
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!