#include <stdio.h>. #include <string.h>. #define MAXLINES 1000 /* 输入行的最大长度*/. char *Fgets(char *s, int size, FILE *iop);. int Fputs(const char *s, ...
確定! 回上一頁