c语言读取文件,写入文件
摘要:
导入头文件 #include #include 读取文件 /**read file*/char* readFile(char *filePath){ FILE *fp; fp = fopen(filePath , "r"); fseek( ... 阅读全文
posted @ 2017-03-21 11:44 愤怒的苹果ext 阅读(49) 评论(0) 推荐(0) 编辑
posted @ 2017-03-21 11:44 愤怒的苹果ext 阅读(49) 评论(0) 推荐(0) 编辑
posted @ 2017-03-21 11:40 愤怒的苹果ext 阅读(22) 评论(0) 推荐(0) 编辑