From 7a392b2a6351e527789fa7718505b14afb4b224a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Thu, 20 Jun 2024 00:47:11 +0900 Subject: =?UTF-8?q?=E8=B5=B7=E5=8B=95=E6=99=82=E9=96=93=E3=81=A70=E6=97=A5?= =?UTF-8?q?=E3=82=82=E5=8F=AF=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/uptime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uptime.h') 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 -- cgit v1.2.3