Skip to content

Commit 0840e01

Browse files
authored
Update fopen-s-wfopen-s.md
Document mapping of modifier N to _O_NOINHERIT
1 parent 1a2a711 commit 0840e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/c-runtime-library/reference/fopen-s-wfopen-s.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Valid characters for the *`mode`* string used in **`fopen_s`** and [`_fdopen`](f
153153
| **`t`** | `_O_TEXT` (translated) |
154154
| **`c`** | None |
155155
| **`n`** | None |
156+
| **`N`** | `_O_NOINHERIT` |
156157
| **`D`** | `_O_TEMPORARY` |
157158
| **`R`** | `_O_RANDOM` |
158159
| **`S`** | `_O_SEQUENTIAL` |

0 commit comments

Comments
 (0)