Inital Commit
This commit is contained in:
commit
cc95ff1c3a
22 changed files with 1166 additions and 0 deletions
9
utils/os_info.h
Normal file
9
utils/os_info.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _OS_INFO_H_
|
||||
#define _OS_INFO_H_
|
||||
|
||||
char* getOS();
|
||||
char* getArch();
|
||||
void print_Specs();
|
||||
void log_Specs();
|
||||
|
||||
#endif
|
||||
Reference in a new issue