9 lines
96 B
C
9 lines
96 B
C
|
#ifndef MEMORY_H_
|
||
|
#define MEMORY_H_
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string mem_string( bool );
|
||
|
|
||
|
#endif
|