From 11c97887ef28e9b073d9abf1c2da70cd01491c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 00:16:45 +0900 Subject: =?UTF-8?q?=E3=83=A1=E3=83=A2=E3=83=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/memory.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/memory.h (limited to 'src/memory.h') 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 -- cgit v1.2.3