Skip to content

Commit 8fa2653

Browse files
committed
bufsiz.md implementation-defined -> unspecified
1 parent cf58bef commit 8fa2653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/cstdio/bufsiz.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define BUFSIZ implementation-defined
6+
#define BUFSIZ unspecified
77
```
8+
* unspecified[italic]
89
910
## 概要
1011
標準入出力のバッファサイズを表すマクロ。

0 commit comments

Comments
 (0)