1 2 3 4 5 6 7 8
#include <stdio.h> #ifndef MEMORY_H #define MEMORY_H int memory(void); #endif // MEMORY_H