summaryrefslogtreecommitdiff
path: root/graphs/piscine/str_revert/str_revert.h
blob: daa23d4eb51689818c31e861cb176e43ec5c7771 (plain)
1
2
3
4
5
6
#ifndef STR_REVERT_H
#define STR_REVERT_H

void str_revert(char str[]);

#endif /* ! STR_REVERT_H */