#ifndef MEMORY_H #define MEMORY_H char *memory(void); #endif // MEMORY_H