1 2 3 4 5 6 7
#ifndef UPTIME_H #define UPTIME_H const char *display_days(); const char *display_time(); #endif