2024-10-31 00:18:31 -07:00

8 lines
68 B
C

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