#ifndef _OS_INFO_H_ #define _OS_INFO_H_ char* getOS(); char* getArch(); void print_Specs(); void log_Specs(); #endif