#ifndef APP_UTILS_H #define APP_UTILS_H /* Returns a pointer to an input text, allocated by the functions (it is thus * the caller's role to free it). */ char* get_text(); void clear_screen(); #endif // APP_UTILS_H