tmux-mem-cpu-load/openbsd/memory.h
2015-01-19 23:41:51 +01:00

9 lines
96 B
C++

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