1 2 3 4 5 6 7 8 9
#ifndef UPTIME_H #define UPTIME_H #ifndef __NetBSD__ void display_days(); #endif void display_time(); #endif