pushing this cuz i need to
This commit is contained in:
parent
37a93c57ea
commit
a24f19d16b
6 changed files with 189 additions and 112 deletions
7
src/os/os.h
Normal file
7
src/os/os.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <string>
|
||||
|
||||
using std::string;
|
||||
|
||||
uint64_t get_meminfo();
|
||||
string get_nowplaying();
|
Loading…
Add table
Add a link
Reference in a new issue