8 lines
68 B
C

#ifndef P7_H
#define P7_H
void reverse_string(char* str);
#endif