#ifndef RETURNCODE_H #define RETURNCODE_H #include #include #include extern void returncode(char* s, int status); #endif