Read Byte by Byte and check that each byte against '\n' if it is not, ... You can read a single byte like this char c; read(fd,&c,1);.
確定! 回上一頁