OSDN Git Service

fold the note
authorShuhao Zhang <594422141@qq.com>
Wed, 7 Aug 2019 06:54:17 +0000 (14:54 +0800)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 06:54:17 +0000 (14:54 +0800)
docs/lang/file-op.md

index 3a840dc..891c6dd 100644 (file)
@@ -71,7 +71,8 @@ fclose(stdin);
 fclose(stdout);
 ```
 
-!!! 注 `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
+!!! 注
+    `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
 
 ### 模板