diff options
Diffstat (limited to 'src/modules/memory/memory.h')
| -rw-r--r-- | src/modules/memory/memory.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modules/memory/memory.h b/src/modules/memory/memory.h new file mode 100644 index 0000000..9915100 --- /dev/null +++ b/src/modules/memory/memory.h @@ -0,0 +1,8 @@ +#include <stdio.h> + +#ifndef MEMORY_H +#define MEMORY_H + +int memory(void); + +#endif // MEMORY_H |
