#ifndef UPTIME_H #define UPTIME_H const char *display_days(); const char *display_time(); #endif