bytes_read = getline(&inputBuffer, &size, stdin);. will read character data, with embedded spaces, input a character array. Notice the ampersand in front of the ...
確定! 回上一頁