while( (read=getline(&buff, &len, stdin)) > 1 ) # \n, at least, will be read. {. // overwrite the newline buff[read-1] = '\0' ;.
確定! 回上一頁