summaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/memory.h b/src/memory.h
new file mode 100644
index 0000000..16d89de
--- /dev/null
+++ b/src/memory.h
@@ -0,0 +1,6 @@
+#ifndef MEMORY_H
+#define MEMORY_H
+
+void display_memory();
+
+#endif