ft_strrev - kibotrel/42-Libft GitHub Wiki
char *ft_strrev(char *str)
Description :
Reverses the string str.
Return Value :
Returns the reversed string str.
char *ft_strrev(char *str)
Description :
Reverses the string str.
Return Value :
Returns the reversed string str.