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/reference/fopen-s-wfopen-s.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ For more information about using text and binary modes in Unicode and multibyte
130
130
|--|--|
131
131
|**`c`**| Enable the commit flag for the associated *`filename`* so that the contents of the file buffer are written directly to disk if either **`fflush`** or **`_flushall`** is called. |
132
132
|**`n`**| Reset the commit flag for the associated *`filename`* to "no-commit." This flag is the default. It also overrides the global commit flag if you link your program with *`COMMODE.OBJ`*. The global commit flag default is "no-commit" unless you explicitly link your program with *`COMMODE.OBJ`* (see [Link Options](../../c-runtime-library/link-options.md)). |
133
-
|**`n`**| Specifies that the file isn't inherited by child processes. |
133
+
|**`N`**| Specifies that the file isn't inherited by child processes. |
134
134
|**`S`**| Specifies that caching is optimized for, but not restricted to, sequential access from disk. |
135
135
|**`R`**| Specifies that caching is optimized for, but not restricted to, random access from disk. |
136
136
|**`t`**| Specifies a file as temporary. If possible, it isn't flushed to disk. |
0 commit comments