1 2 3 4 5 6
#ifndef STR_REVERT_H #define STR_REVERT_H void str_revert(char str[]); #endif /* ! STR_REVERT_H */