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/cpu.h | |
parent | e09858229410af502ff0b0b3ce000d0495641353 (diff) |
起動時間とCPU
Diffstat (limited to 'src/cpu.h')
-rw-r--r-- | src/cpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu.h b/src/cpu.h new file mode 100644 index 0000000..89a810a --- /dev/null +++ b/src/cpu.h @@ -0,0 +1,6 @@ +#ifndef CPU_H +#define CPU_H + +void display_cpu(); + +#endif |