char * strcpy( char * dest, char * src ) {
char * r = dest;
while ( *dest++ = *src++ ) ;
return r;
}

Sign in to participate in the conversation
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!