void reverseinplace(Uchar *s, Uint len)
Reverses a string without using extra memory.
void reverseString2Binary(Uchar *s, Uint len, Uchar *sreverse, Uint revLength)
Reverses a string bit by bit and returns a new bit string with the reversed bits. ...
unsigned char Uchar
Unsigned char type.
void reversestring(Uchar *s, Uint len, Uchar *sreverse)
Reverses a string and returns the reverse in a new string.
unsigned long Uint
Unsigned int type.