Skip to content

Commit 88eeee2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 11b1ac4 commit 88eeee2

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

reference/cstdio/bufsiz.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-20T11:03:27">
192-
2025年07月20日 11時03分27秒
191+
<span itemprop="datePublished" content="2025-07-24T12:29:45">
192+
2025年07月24日 12時29分45秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -218,7 +218,7 @@
218218
</p>
219219
<h2>概要</h2>
220220
<p><code><span href="https://cpprefjp.github.io/reference/cstdio/setbuf.md.nolink">setbuf()</span></code>関数で使われる標準入出力のバッファサイズを表すマクロ。</p>
221-
<p>このマクロは、標準入出力関数で使用されるデフォルトのバッファサイズを定義する。値は実装依存であるが、一般的には512バイトや1024バイトなどの値が使用される。</p>
221+
<p>このマクロは、標準入出力関数で使用されるデフォルトのバッファサイズを定義する。値は実装依存であり、256バイト以上であることは保証されているが、一般的には512バイトや1024バイトなどの値が使用される。</p>
222222
<h2></h2>
223223
<p><div class="yata" id="2c73535b07897a7161e6584d601b6cbb826e999c"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../cstdio.html">&lt;cstdio&gt;</a></span><span class="cp"></span>
224224

rss.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-07-23T14:52:09.811599</updated>
6-
<id>f13057cb-9646-4277-9cf1-96767833a054</id>
5+
<updated>2025-07-24T12:33:34.359654</updated>
6+
<id>9202d0c3-9a03-4fda-bfa0-351d6ae9e239</id>
77

88

9+
<entry>
10+
<title>BUFSIZ -- added info for bufsiz.md</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdio/bufsiz.html"/>
12+
<id>24dc1089c1641f9fe2912a0f1478b68eb2d60cca:reference/cstdio/bufsiz.md</id>
13+
<updated>2025-07-24T21:29:45+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/bufsiz.md b/reference/cstdio/bufsiz.md
16+
index 8f1ff4180..c8af3427c 100644
17+
--- a/reference/cstdio/bufsiz.md
18+
+++ b/reference/cstdio/bufsiz.md
19+
@@ -10,7 +10,7 @@
20+
## 概要
21+
[`setbuf()`](/reference/cstdio/setbuf.md.nolink)関数で使われる標準入出力のバッファサイズを表すマクロ。
22+
23+
-このマクロは、標準入出力関数で使用されるデフォルトのバッファサイズを定義する。値は実装依存であるが、一般的には512バイトや1024バイトなどの値が使用される。
24+
+このマクロは、標準入出力関数で使用されるデフォルトのバッファサイズを定義する。値は実装依存であり、256バイト以上であることは保証されているが、一般的には512バイトや1024バイトなどの値が使用される。
25+
26+
## 例
27+
```cpp example
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>rotarymars</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>cstdio -- Merge pull request #1477 from rotarymars/master</title>
1138
<link href="https://cpprefjp.github.io/reference/cstdio.html"/>
@@ -583,33 +610,6 @@ index 980dcba7a..8f1ff4180 100644
583610

584611
int main() {
585612
// BUFSIZの値を表示
586-
&lt;/code&gt;&lt;/pre&gt;</summary>
587-
588-
<author>
589-
<name>rotarymars</name>
590-
<email>[email protected]</email>
591-
</author>
592-
</entry>
593-
594-
<entry>
595-
<title>BUFSIZ -- Update reference/cstdio/bufsiz.md</title>
596-
<link href="https://cpprefjp.github.io/reference/cstdio/bufsiz.html"/>
597-
<id>6104a9a33b8c9f96367f6da619e27c7f9a7ae225:reference/cstdio/bufsiz.md</id>
598-
<updated>2025-07-20T20:01:47+09:00</updated>
599-
600-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/bufsiz.md b/reference/cstdio/bufsiz.md
601-
index 59c16b9be..980dcba7a 100644
602-
--- a/reference/cstdio/bufsiz.md
603-
+++ b/reference/cstdio/bufsiz.md
604-
@@ -8,7 +8,7 @@
605-
* unspecified[italic]
606-
607-
## 概要
608-
-標準入出力のバッファサイズを表すマクロ。
609-
+[`setbuf()`](/reference/cstdio/setbuf.md.nolink)関数で使われる標準入出力のバッファサイズを表すマクロ。
610-
611-
このマクロは、標準入出力関数で使用されるデフォルトのバッファサイズを定義する。値は実装依存であるが、一般的には512バイトや1024バイトなどの値が使用される。
612-
613613
&lt;/code&gt;&lt;/pre&gt;</summary>
614614

615615
<author>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26554,7 +26554,7 @@
2655426554

2655526555
<url>
2655626556
<loc>https://cpprefjp.github.io/reference/cstdio/bufsiz.html</loc>
26557-
<lastmod>2025-07-23T22:33:06+09:00</lastmod>
26557+
<lastmod>2025-07-24T21:29:45+09:00</lastmod>
2655826558
<changefreq>daily</changefreq>
2655926559
<priority>0.7</priority>
2656026560
</url>

0 commit comments

Comments
 (0)