Skip to content

Commit 38c6dd4

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add implementation defined
1 parent c48fb0a commit 38c6dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/c-runtime-library/stdin-stdout-stderr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ helpviewer_keywords: ["stdout function", "standard output stream", "standard err
1010
## Syntax
1111

1212
```C
13-
#define stdin (__acrt_iob_func(0))
14-
#define stdout (__acrt_iob_func(1))
15-
#define stderr (__acrt_iob_func(2))
13+
#define stdin /* implementation defined */
14+
#define stdout /* implementation defined */
15+
#define stderr /* implementation defined */
1616
```
1717
1818
## Remarks

0 commit comments

Comments
 (0)