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

9 lines
93 B
C++

#ifndef LOAD_H_
#define LOAD_H_
#include <string>
std::string load_string( bool );
#endif