トップ
/
soft
/
Farfetch
/
trunk
/
src
/
uptime.h
#ifndef UPTIME_H #define UPTIME_H const char *display_days(); const char *display_time(); #endif