tmux-mem-cpu-load/openbsd/memory.h

9 lines
96 B
C
Raw Normal View History

2015-01-19 17:41:51 -05:00
#ifndef MEMORY_H_
#define MEMORY_H_
#include <string>
std::string mem_string( bool );
#endif