diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-20 00:47:11 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-20 00:47:11 +0900 |
commit | 7a392b2a6351e527789fa7718505b14afb4b224a (patch) | |
tree | aeae5609dd715c41bc720a64701a0ec61ce5fad3 /src/uptime.h | |
parent | f01c5fd8a969e033d31bf606835fe0d32dd5e447 (diff) |
起動時間で0日も可能
Diffstat (limited to 'src/uptime.h')
-rw-r--r-- | src/uptime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uptime.h b/src/uptime.h index 12ee668..92ba7ad 100644 --- a/src/uptime.h +++ b/src/uptime.h @@ -1,7 +1,7 @@ #ifndef UPTIME_H #define UPTIME_H -void display_days(); -void display_time(); +const char *display_days(); +const char *display_time(); #endif |