diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 13:39:02 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 13:39:02 +0900 |
commit | 7effecbcd3fd8869d32448d6ae6b5f1ccb0efe08 (patch) | |
tree | 009536efa7d2342eacb72517f9af24a86b4f0ecd /src/uptime.h | |
parent | e09858229410af502ff0b0b3ce000d0495641353 (diff) |
起動時間とCPU
Diffstat (limited to 'src/uptime.h')
-rw-r--r-- | src/uptime.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/uptime.h b/src/uptime.h new file mode 100644 index 0000000..12ee668 --- /dev/null +++ b/src/uptime.h @@ -0,0 +1,7 @@ +#ifndef UPTIME_H +#define UPTIME_H + +void display_days(); +void display_time(); + +#endif |