The declaration for readline in ANSI C is. char *readline (char * prompt );. So, one might say char *line = readline ("Enter a line: ");
確定! 回上一頁