summaryrefslogtreecommitdiff
path: root/src/memory.h
blob: 16d89de4318c6dd9e92813d2fc1b9648f0194fc7 (plain)
1
2
3
4
5
6
#ifndef MEMORY_H
#define MEMORY_H

void display_memory();

#endif