#include #include int main(void) { string name = get_string("Name: "); printf("hello, %s\n", name); }