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