wangdoc/clang-tutorial

文件操作章节,第6节笔误

WorkOfWIndyTree opened this issue · 1 comments

函数举例
FILE* fopen(char* filename, char* mode, FILE stream);

应改为
FILE* freopen(char* filename, char* mode, FILE stream);

谢谢指出,已经更正。