在Ubuntu下shell中,man fgets可以看到fgetc, fgets等用法,man getline可以看到getline用法。 #include <stdio.h> int fgetc(FILE *stream); char ...
確定! 回上一頁