1 2 3 4 5 6 7 8
#include <stdin.h> # int main(void) { string ans = get_string("What's your name? "); printf(ans); }