摘要: #include #include #include #define STR_LEN_MAX 100 char **ppcStringArry = NULL; int num = 0; void OutPutTest1(); void OutPutTest2(); /* 字符串数组输出函数*/ void OutPut() { int i = 0 ; for (; i 0)... 阅读全文
posted @ 2017-11-19 14:05 逍的遥 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 标准I/O库(stdio)及其头文件stdio.h 为底层I/O系统调用提供了一个通用的接口。 在标准I/O库中,与底层文件描述符对应的是流(stream),它被实现为指向结构FILE的指针。 在启动程序时,有三个文件流是自动打开的。它们是stdin,stdout,stdeer。它们都是在stdio 阅读全文
posted @ 2017-11-19 14:01 逍的遥 阅读(329) 评论(0) 推荐(0) 编辑