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