pushing this cuz i need to

This commit is contained in:
Mars 2024-05-29 00:28:54 -04:00
parent 37a93c57ea
commit a24f19d16b
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
6 changed files with 189 additions and 112 deletions

7
src/os/os.h Normal file
View file

@ -0,0 +1,7 @@
#include <inttypes.h>
#include <string>
using std::string;
uint64_t get_meminfo();
string get_nowplaying();