Skip to content

Commit 1f04459

Browse files
authored
Merge pull request #5253 from lb90/patch-2
Update fopen-wfopen.md
2 parents a765fa2 + 0840e01 commit 1f04459

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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` |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Valid characters for the *`mode`* string that is used in **`fopen`** and **`_fdo
146146
| **`x`** | `_O_EXCL` |
147147
| **`c`** | None |
148148
| **`n`** | None |
149+
| **`N`** | `_O_NOINHERIT` |
149150
| **`S`** | `_O_SEQUENTIAL` |
150151
| **`R`** | `_O_RANDOM` |
151152
| **`T`** | `_O_SHORTLIVED` |

0 commit comments

Comments
 (0)