#ifndef PM_H #define PM_H #include void suspend(); char* post(); #endif // PM_H