tmux-mem-cpu-load/openbsd/memory.h
2015-01-20 15:02:47 +01:00

9 lines
96 B
C++

#ifndef MEMORY_H_
#define MEMORY_H_
#include <string>
std::string mem_string( bool );
#endif