File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
docs/c-runtime-library/reference Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 ` |
Original file line number Diff line number Diff 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 ` |
You can’t perform that action at this time.
0 commit comments