9 lines
No EOL
118 B
C
9 lines
No EOL
118 B
C
#ifndef _OS_INFO_H_
|
|
#define _OS_INFO_H_
|
|
|
|
char* getOS();
|
|
char* getArch();
|
|
void print_Specs();
|
|
void log_Specs();
|
|
|
|
#endif |