一.基于流的操作 注:本博客为本人的学习记录,如存在不准确的地方请大家帮忙指出 ,谢谢! 1.打开流 #include <stdio.h> FILE *fopen(const char *path, const char*mode); FILE