I love reversing a string and it's:
void printString(char* str, int length);
and I go look what calls it, reverse that function, and it's:
void printStringSimple(char *str){
printString(str, strlen(str));
}
=> More informations about this toot | View the thread | More toots from foone@digipres.club
text/gemini
This content has been proxied by September (3851b).