mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Version generation by cmake system type detection in cmake Split file code for better management
9 lines
93 B
C++
9 lines
93 B
C++
#ifndef LOAD_H_
|
|
#define LOAD_H_
|
|
|
|
#include <string>
|
|
|
|
std::string load_string( bool );
|
|
|
|
#endif
|