Skip to content

Commit c2b3fa2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 834dc3e commit c2b3fa2

File tree

9 files changed

+223
-34
lines changed

9 files changed

+223
-34
lines changed

lang/cpp17.html

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

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-07-10T03:15:26">
180-
2025年07月10日 03時15分26秒
179+
<span itemprop="datePublished" content="2025-07-10T12:31:23">
180+
2025年07月10日 12時31分23秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -558,7 +558,7 @@ <h3>新ライブラリ</h3>
558558
<li><code><a href="../reference/cfloat.html">&lt;cfloat&gt;</a></code>に、非正規化数の有無を判定するマクロ、10進数の桁数を表すマクロ、正の最小数を表すマクロを追加</li>
559559
<li><code><a href="../reference/cstdlib.html">&lt;cstdlib&gt;</a></code>に、<code><a href="../reference/cstdlib/aligned_alloc.html">aligned_alloc()</a></code>関数を追加</li>
560560
<li><code><a href="../reference/ctime.html">&lt;ctime&gt;</a></code>に、<code><a href="../reference/ctime/time_utc.html">TIME_UTC</a></code>マクロ, <code><a href="../reference/ctime/timespec.html">timespec</a></code>構造体, <code><a href="../reference/ctime/timespec_get.html">timespec_get()</a></code>関数を追加</li>
561-
<li><code><a href="../reference/cstdio.html">&lt;cstdio&gt;</a></code>に、<code><span href="https://cpprefjp.github.io/reference/cstdio/vfscanf.html">vfscanf()</span></code>関数を追加</li>
561+
<li><code><a href="../reference/cstdio.html">&lt;cstdio&gt;</a></code>に、<code><span href="https://cpprefjp.github.io/reference/cstdio/vfscanf.md.nolink">vfscanf()</span></code>関数を追加</li>
562562
<li><code>&lt;ccomplex&gt;</code>, <code>&lt;cstdalign&gt;</code>, <code>&lt;cstdbool&gt;</code>, <code>&lt;ctgmath&gt;</code>を非推奨化</li>
563563
</ul>
564564
</li>

reference/cstdio/fgets.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-09T09:03:47">
192-
2025年07月09日 09時03分47秒
191+
<span itemprop="datePublished" content="2025-07-10T12:35:37">
192+
2025年07月10日 12時35分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">function</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">fgets</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="kt">char</span><span class="o">*</span> <span class="n">fgets</span><span class="p">(</span> <span class="kt">char</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">str</span><span class="p">,</span> <span class="kt">int</span> <span class="n">count</span><span class="p">,</span> <span class="kt">FILE</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">stream</span> <span class="p">);</span>
217+
<span class="kt">char</span><span class="o">*</span> <span class="n">fgets</span><span class="p">(</span> <span class="kt">char</span><span class="o">*</span> <span class="n">str</span><span class="p">,</span> <span class="kt">int</span> <span class="n">count</span><span class="p">,</span> <span class="kt">FILE</span><span class="o">*</span> <span class="n">stream</span> <span class="p">);</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

reference/cstdio/fprintf.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-09T09:03:47">
192-
2025年07月09日 09時03分47秒
191+
<span itemprop="datePublished" content="2025-07-10T12:35:37">
192+
2025年07月10日 12時35分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">function</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">fprintf</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="kt">int</span> <span class="n">fprintf</span><span class="p">(</span> <span class="kt">FILE</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">stream</span><span class="p">,</span> <span class="k">const</span> <span class="kt">char</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">format</span><span class="p">,</span> <span class="p">...</span> <span class="p">);</span>
217+
<span class="kt">int</span> <span class="n">fprintf</span><span class="p">(</span> <span class="kt">FILE</span><span class="o">*</span> <span class="n">stream</span><span class="p">,</span> <span class="k">const</span> <span class="kt">char</span><span class="o">*</span> <span class="n">format</span><span class="p">,</span> <span class="p">...</span> <span class="p">);</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

reference/cstdio/fscanf.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-09T09:03:47">
192-
2025年07月09日 09時03分47秒
191+
<span itemprop="datePublished" content="2025-07-10T12:35:37">
192+
2025年07月10日 12時35分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">function</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">fscanf</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="kt">int</span> <span class="n">fscanf</span><span class="p">(</span> <span class="kt">FILE</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">stream</span><span class="p">,</span> <span class="k">const</span> <span class="kt">char</span><span class="o">*</span> <span class="k">restrict</span> <span class="n">format</span><span class="p">,</span> <span class="p">...</span> <span class="p">);</span>
217+
<span class="kt">int</span> <span class="n">fscanf</span><span class="p">(</span> <span class="kt">FILE</span><span class="o">*</span> <span class="n">stream</span><span class="p">,</span> <span class="k">const</span> <span class="kt">char</span><span class="o">*</span> <span class="n">format</span><span class="p">,</span> <span class="p">...</span> <span class="p">);</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

reference/cstdio/printf.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-10T03:13:02">
192-
2025年07月10日 03時13分02秒
191+
<span itemprop="datePublished" content="2025-07-10T12:35:37">
192+
2025年07月10日 12時35分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">function</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">fprintf</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="kt">int</span> <span class="n">printf</span><span class="p">(</span><span class="k">const</span> <span class="kt">char</span> <span class="o">*</span> <span class="k">restrict</span> <span class="n">format</span><span class="p">,</span> <span class="p">...);</span>
217+
<span class="kt">int</span> <span class="n">printf</span><span class="p">(</span><span class="k">const</span> <span class="kt">char</span> <span class="o">*</span> <span class="n">format</span><span class="p">,</span> <span class="p">...);</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

reference/cstdio/scanf.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-10T03:15:26">
192-
2025年07月10日 03時15分26秒
191+
<span itemprop="datePublished" content="2025-07-10T12:35:37">
192+
2025年07月10日 12時35分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">function</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">fscanf</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="kt">int</span> <span class="n">scanf</span><span class="p">(</span><span class="k">const</span> <span class="kt">char</span> <span class="o">*</span> <span class="k">restrict</span> <span class="n">format</span><span class="p">,</span> <span class="p">...);</span>
217+
<span class="kt">int</span> <span class="n">scanf</span><span class="p">(</span><span class="k">const</span> <span class="kt">char</span> <span class="o">*</span> <span class="n">format</span><span class="p">,</span> <span class="p">...);</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

reference/ostream/print.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2025-07-10T12:31:23">
192+
2025年07月10日 12時31分23秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -224,7 +224,7 @@
224224
<h2>概要</h2>
225225
<p>書式指定で出力する。</p>
226226
<p>書式は<code><a href="../format/format.html">std::format()</a></code>関数のページを参照。</p>
227-
<p>この関数は、<code><span href="https://cpprefjp.github.io/reference/cstdio/printf.md.nolink">std::printf()</span></code>関数ライクな書式指定で引数を文字列化して出力する。</p>
227+
<p>この関数は、<code><a href="../cstdio/printf.html">std::printf()</a></code>関数ライクな書式指定で引数を文字列化して出力する。</p>
228228
<ul>
229229
<li>(1) : 指定した<code><a href="basic_ostream.html">ostream</a></code>に、書式指定で出力する</li>
230230
</ul>

rss.xml

Lines changed: 191 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,199 @@
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-10T03:19:51.745717</updated>
6-
<id>7de40f66-8ce3-4e82-bf0c-a8cfbdc6e806</id>
5+
<updated>2025-07-10T12:39:48.809625</updated>
6+
<id>39849336-988c-4ac0-ae37-13de5b452d5d</id>
77

88

9+
<entry>
10+
<title>fgets -- fixed function declaration</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdio/fgets.html"/>
12+
<id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fgets.md</id>
13+
<updated>2025-07-10T21:35:37+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/fgets.md b/reference/cstdio/fgets.md
16+
index 77869a8f5..cead92e16 100644
17+
--- a/reference/cstdio/fgets.md
18+
+++ b/reference/cstdio/fgets.md
19+
@@ -5,7 +5,7 @@
20+
21+
```cpp
22+
namespace std {
23+
- char* fgets( char* restrict str, int count, FILE* restrict stream );
24+
+ char* fgets( char* str, int count, FILE* stream );
25+
}
26+
```
27+
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+
36+
<entry>
37+
<title>fprintf -- fixed function declaration</title>
38+
<link href="https://cpprefjp.github.io/reference/cstdio/fprintf.html"/>
39+
<id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fprintf.md</id>
40+
<updated>2025-07-10T21:35:37+09:00</updated>
41+
42+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/fprintf.md b/reference/cstdio/fprintf.md
43+
index 59ac1381e..83f9e8b53 100644
44+
--- a/reference/cstdio/fprintf.md
45+
+++ b/reference/cstdio/fprintf.md
46+
@@ -5,7 +5,7 @@
47+
48+
```cpp
49+
namespace std {
50+
- int fprintf( FILE* restrict stream, const char* restrict format, ... );
51+
+ int fprintf( FILE* stream, const char* format, ... );
52+
}
53+
```
54+
55+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>rotarymars</name>
59+
<email>[email protected]</email>
60+
</author>
61+
</entry>
62+
63+
<entry>
64+
<title>fscanf -- fixed function declaration</title>
65+
<link href="https://cpprefjp.github.io/reference/cstdio/fscanf.html"/>
66+
<id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fscanf.md</id>
67+
<updated>2025-07-10T21:35:37+09:00</updated>
68+
69+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/fscanf.md b/reference/cstdio/fscanf.md
70+
index 56ba19c02..d1325c2f9 100644
71+
--- a/reference/cstdio/fscanf.md
72+
+++ b/reference/cstdio/fscanf.md
73+
@@ -5,7 +5,7 @@
74+
75+
```cpp
76+
namespace std {
77+
- int fscanf( FILE* restrict stream, const char* restrict format, ... );
78+
+ int fscanf( FILE* stream, const char* format, ... );
79+
}
80+
```
81+
82+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>rotarymars</name>
86+
<email>[email protected]</email>
87+
</author>
88+
</entry>
89+
90+
<entry>
91+
<title>fprintf -- fixed function declaration</title>
92+
<link href="https://cpprefjp.github.io/reference/cstdio/printf.html"/>
93+
<id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/printf.md</id>
94+
<updated>2025-07-10T21:35:37+09:00</updated>
95+
96+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/printf.md b/reference/cstdio/printf.md
97+
index a14a86833..5a7153fa3 100644
98+
--- a/reference/cstdio/printf.md
99+
+++ b/reference/cstdio/printf.md
100+
@@ -5,7 +5,7 @@
101+
102+
```cpp
103+
namespace std {
104+
- int printf(const char * restrict format, ...);
105+
+ int printf(const char * format, ...);
106+
}
107+
```
108+
109+
&lt;/code&gt;&lt;/pre&gt;</summary>
110+
111+
<author>
112+
<name>rotarymars</name>
113+
<email>[email protected]</email>
114+
</author>
115+
</entry>
116+
117+
<entry>
118+
<title>fscanf -- fixed function declaration</title>
119+
<link href="https://cpprefjp.github.io/reference/cstdio/scanf.html"/>
120+
<id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/scanf.md</id>
121+
<updated>2025-07-10T21:35:37+09:00</updated>
122+
123+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/scanf.md b/reference/cstdio/scanf.md
124+
index 2da0fad7b..0a3df69e3 100644
125+
--- a/reference/cstdio/scanf.md
126+
+++ b/reference/cstdio/scanf.md
127+
@@ -5,7 +5,7 @@
128+
129+
```cpp
130+
namespace std {
131+
- int scanf(const char * restrict format, ...);
132+
+ int scanf(const char * format, ...);
133+
}
134+
```
135+
136+
&lt;/code&gt;&lt;/pre&gt;</summary>
137+
138+
<author>
139+
<name>rotarymars</name>
140+
<email>[email protected]</email>
141+
</author>
142+
</entry>
143+
144+
<entry>
145+
<title>C++17 -- fixed nolink</title>
146+
<link href="https://cpprefjp.github.io/lang/cpp17.html"/>
147+
<id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:lang/cpp17.md</id>
148+
<updated>2025-07-10T21:31:23+09:00</updated>
149+
150+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp17.md b/lang/cpp17.md
151+
index 91978b721..d2b6aeeae 100644
152+
--- a/lang/cpp17.md
153+
+++ b/lang/cpp17.md
154+
@@ -151,7 +151,7 @@ C++17以降、言語の策定にship train modelというリリース体制が
155+
- [`&amp;lt;cfloat&amp;gt;`](/reference/cfloat.md)に、非正規化数の有無を判定するマクロ、10進数の桁数を表すマクロ、正の最小数を表すマクロを追加
156+
- [`&amp;lt;cstdlib&amp;gt;`](/reference/cstdlib.md)に、[`aligned_alloc()`](/reference/cstdlib/aligned_alloc.md)関数を追加
157+
- [`&amp;lt;ctime&amp;gt;`](/reference/ctime.md)に、[`TIME_UTC`](/reference/ctime/time_utc.md)マクロ, [`timespec`](/reference/ctime/timespec.md)構造体, [`timespec_get()`](/reference/ctime/timespec_get.md)関数を追加
158+
- - [`&amp;lt;cstdio&amp;gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md)関数を追加
159+
+ - [`&amp;lt;cstdio&amp;gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md.nolink)関数を追加
160+
- `&amp;lt;ccomplex&amp;gt;`, `&amp;lt;cstdalign&amp;gt;`, `&amp;lt;cstdbool&amp;gt;`, `&amp;lt;ctgmath&amp;gt;`を非推奨化
161+
162+
163+
&lt;/code&gt;&lt;/pre&gt;</summary>
164+
165+
<author>
166+
<name>rotarymars</name>
167+
<email>[email protected]</email>
168+
</author>
169+
</entry>
170+
171+
<entry>
172+
<title>print -- fixed nolink</title>
173+
<link href="https://cpprefjp.github.io/reference/ostream/print.html"/>
174+
<id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:reference/ostream/print.md</id>
175+
<updated>2025-07-10T21:31:23+09:00</updated>
176+
177+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ostream/print.md b/reference/ostream/print.md
178+
index 284d3272e..2be42adf9 100644
179+
--- a/reference/ostream/print.md
180+
+++ b/reference/ostream/print.md
181+
@@ -20,7 +20,7 @@ namespace std {
182+
183+
書式は[`std::format()`](/reference/format/format.md)関数のページを参照。
184+
185+
-この関数は、[`std::printf()`](/reference/cstdio/printf.md.nolink)関数ライクな書式指定で引数を文字列化して出力する。
186+
+この関数は、[`std::printf()`](/reference/cstdio/printf.md)関数ライクな書式指定で引数を文字列化して出力する。
187+
188+
- (1) : 指定した[`ostream`](basic_ostream.md)に、書式指定で出力する
189+
190+
&lt;/code&gt;&lt;/pre&gt;</summary>
191+
192+
<author>
193+
<name>rotarymars</name>
194+
<email>[email protected]</email>
195+
</author>
196+
</entry>
197+
9198
<entry>
10199
<title>C++17 -- created scanf.md and removed nolink</title>
11200
<link href="https://cpprefjp.github.io/lang/cpp17.html"/>

0 commit comments

Comments
 (0)