aboutsummaryrefslogtreecommitdiff
path: root/exam02/subjects/2-0-ft_strrev/subject.en.txt
blob: 6c31580427b702853e930575ee14fb4bf6c880db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);