#ifndef _GET_STRING_H #define _GET_STRING_H char *get_string_dialog(char *prompt, char *in_string); #endif