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

9 lines
96 B
C
Raw Normal View History

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