C字符串IO

#include <stdio.h> #include "../include/c_string_io.h" #define MAXLEN 8 int main() { testFgetsAndFputs(); testLoopFGP(); testScanfAndPrintf(); return 0; } /* * gets():读取整行输入,直至遇到换行符;丢弃换行符,存储其他
相关文章
相关标签/搜索