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