#include #include #include #define maxLength 256 void reverse (char *s) { char tmp; int i; int n = strlen(s); for (i=0; i