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