We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2a711 commit 0840e01Copy full SHA for 0840e01
docs/c-runtime-library/reference/fopen-s-wfopen-s.md
@@ -153,6 +153,7 @@ Valid characters for the *`mode`* string used in **`fopen_s`** and [`_fdopen`](f
153
| **`t`** | `_O_TEXT` (translated) |
154
| **`c`** | None |
155
| **`n`** | None |
156
+| **`N`** | `_O_NOINHERIT` |
157
| **`D`** | `_O_TEMPORARY` |
158
| **`R`** | `_O_RANDOM` |
159
| **`S`** | `_O_SEQUENTIAL` |
0 commit comments