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 49abb91 commit 1a2a711Copy full SHA for 1a2a711
docs/c-runtime-library/reference/fopen-wfopen.md
@@ -146,6 +146,7 @@ Valid characters for the *`mode`* string that is used in **`fopen`** and **`_fdo
146
| **`x`** | `_O_EXCL` |
147
| **`c`** | None |
148
| **`n`** | None |
149
+| **`N`** | `_O_NOINHERIT` |
150
| **`S`** | `_O_SEQUENTIAL` |
151
| **`R`** | `_O_RANDOM` |
152
| **`T`** | `_O_SHORTLIVED` |
0 commit comments