1 2 3 4 5 6 7 8
#ifndef OS_H #define OS_H void display_os_name(); void display_os_vers(); void display_os_arch(); #endif