You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/c-runtime-library/stream-i-o.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ Files opened using the stream routines are buffered by default. The **`stdout`**
76
76
There are two ways to commit buffer contents to disk:
77
77
78
78
- Link with the file COMMODE.OBJ to set a global commit flag. The default setting of the global flag is **`n`**, for "no-commit."
79
-
80
79
- Set the mode flag to **`c`** with **`fopen`** or **`_fdopen`**.
81
80
82
81
Any file specifically opened with either the **`c`** or the **`n`** flag behaves according to the flag, regardless of the state of the global commit/no-commit flag.
0 commit comments