tmux-mem-cpu-load/linux/load.h
l0ner fed7b88ccd .gitignore add
Version generation by cmake
system type detection in cmake
Split file code for better management
2014-04-14 20:47:51 +02:00

9 lines
93 B
C++

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