#include # int main(void) { string ans = get_string("What's your name? "); printf(ans); }