summaryrefslogtreecommitdiff
path: root/src/cpu.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 23:52:56 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 23:52:56 +0900
commitb6e3f6cb5d1051777c35988f201e6730525e3389 (patch)
tree98679f1995f7b103f3314ce54fdf0d1c76df6dbd /src/cpu.h
parent8f378429801162d690dc68c0f15b483c1d291838 (diff)
掃除
Diffstat (limited to 'src/cpu.h')
-rw-r--r--src/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.h b/src/cpu.h
index 89a810a..055764e 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -1,6 +1,6 @@
#ifndef CPU_H
#define CPU_H
-void display_cpu();
+const char *display_cpu();
#endif