Assignment name : ft_strrev Expected files : ft_strrev.c Allowed functions: -------------------------------------------------------------------------------- Write a function that reverses a string by modifying it. It must return its parameter. Your function must be declared as follows: char *ft_strrev(char *str);