#ifndef STATUS_H
#define STATUS_H 1

char *
get_system_stat(void);

#endif