// Uses get_string with better-named variable #include #include int main(void) { string name = get_string("What's your name? "); printf("hello, %s\n", name); }