做一个无情的造轮子者int readline(char *buf,int offset,char *line,int line_len){ int i=0; int len=0; if(buf==NULL || line== NULL) return -1; ...
確定! 回上一頁