#ifndef _STATUS_H #define _STATUS_H #include bool status_start(); void status_stop(); #endif // _STATUS_H