summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-21 22:14:36 +0900
committer諏訪子 <suwako@076.moe>2024-06-21 22:14:36 +0900
commit56870db1adfb83c415787bdcb9471ba04d3eb86f (patch)
tree964bc3d59d3e88b214f8717075216bceda6f54c0 /src/storage.h
parent95eedef25d4fad567445dc4f74cd604a4ab3ab1d (diff)
ストレージの表示
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
new file mode 100644
index 0000000..9ec2217
--- /dev/null
+++ b/src/storage.h
@@ -0,0 +1,6 @@
+#ifndef STORAGE_H
+#define STORAGE_H
+
+const char *display_storage();
+
+#endif