#ifndef USER_H #define USER_H void display_user_name(); void display_user_host(); #endif