int size = 1024; 8. char* buff = (char*)malloc(size); 9. 10. // read lines 11. while(NULL != gets(buff)){ 12. printf("Read line with len: %d\n" ...
確定! 回上一頁