#ifndef OS_H #define OS_H void display_os_name(); void display_os_vers(); void display_os_arch(); #endif