Skip to content

Commit 267877b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent f1dc946 commit 267877b

File tree

3 files changed

+33
-60
lines changed

3 files changed

+33
-60
lines changed

reference/cstdio/getchar.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-10T13:02:34">
192-
2025年07月10日 13時02分34秒
191+
<span itemprop="datePublished" content="2025-07-10T13:08:09">
192+
2025年07月10日 13時08分09秒
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>標準入力から1文字入力する。</p>
221-
<p>[<code>getc</code>][/reference/cstdio/getc.md]とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。</p>
221+
<p><code><a href="getc.html">getc</a></code>とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。</p>
222222
<p>また、<code><a href="getc.html">getc</a></code>(<code><a href="stdin.html">stdin</a></code>)と等価である。</p>
223223
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
224224
<p>読み取る文字があればその文字を、なければ<code><a href="eof.html">EOF</a></code>を返す。</p>

rss.xml

Lines changed: 29 additions & 56 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-10T13:06:43.683453</updated>
6-
<id>baa0aa2c-68d9-474a-baac-03f31f4fc885</id>
5+
<updated>2025-07-10T13:12:12.232763</updated>
6+
<id>5e550118-6f86-4871-b48e-fa3395675038</id>
77

88

9+
<entry>
10+
<title>getchar -- fixed wrong link format</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdio/getchar.html"/>
12+
<id>9113be660ff3eef8099e2eb706b5f3d361999b8d:reference/cstdio/getchar.md</id>
13+
<updated>2025-07-10T22:08:09+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdio/getchar.md b/reference/cstdio/getchar.md
16+
index bc7ea3b8d..33d6e30b4 100644
17+
--- a/reference/cstdio/getchar.md
18+
+++ b/reference/cstdio/getchar.md
19+
@@ -10,7 +10,7 @@ int getchar();
20+
## 概要
21+
標準入力から1文字入力する。
22+
23+
-[`getc`][/reference/cstdio/getc.md]とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。
24+
+[`getc`](/reference/cstdio/getc.md)とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。
25+
26+
また、[`getc`](/reference/cstdio/getc.md)([`stdin`](/reference/cstdio/stdin.md))と等価である。
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+
936
<entry>
1037
<title>cstdio -- new page `getchar.md` and removed nolink</title>
1138
<link href="https://cpprefjp.github.io/reference/cstdio.html"/>
@@ -1650,60 +1677,6 @@ index 2da0fad7b..0a3df69e3 100644
16501677
}
16511678
```
16521679

1653-
&lt;/code&gt;&lt;/pre&gt;</summary>
1654-
1655-
<author>
1656-
<name>rotarymars</name>
1657-
<email>[email protected]</email>
1658-
</author>
1659-
</entry>
1660-
1661-
<entry>
1662-
<title>C++17 -- fixed nolink</title>
1663-
<link href="https://cpprefjp.github.io/lang/cpp17.html"/>
1664-
<id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:lang/cpp17.md</id>
1665-
<updated>2025-07-10T21:31:23+09:00</updated>
1666-
1667-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp17.md b/lang/cpp17.md
1668-
index 91978b721..d2b6aeeae 100644
1669-
--- a/lang/cpp17.md
1670-
+++ b/lang/cpp17.md
1671-
@@ -151,7 +151,7 @@ C++17以降、言語の策定にship train modelというリリース体制が
1672-
- [`&amp;lt;cfloat&amp;gt;`](/reference/cfloat.md)に、非正規化数の有無を判定するマクロ、10進数の桁数を表すマクロ、正の最小数を表すマクロを追加
1673-
- [`&amp;lt;cstdlib&amp;gt;`](/reference/cstdlib.md)に、[`aligned_alloc()`](/reference/cstdlib/aligned_alloc.md)関数を追加
1674-
- [`&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)関数を追加
1675-
- - [`&amp;lt;cstdio&amp;gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md)関数を追加
1676-
+ - [`&amp;lt;cstdio&amp;gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md.nolink)関数を追加
1677-
- `&amp;lt;ccomplex&amp;gt;`, `&amp;lt;cstdalign&amp;gt;`, `&amp;lt;cstdbool&amp;gt;`, `&amp;lt;ctgmath&amp;gt;`を非推奨化
1678-
1679-
1680-
&lt;/code&gt;&lt;/pre&gt;</summary>
1681-
1682-
<author>
1683-
<name>rotarymars</name>
1684-
<email>[email protected]</email>
1685-
</author>
1686-
</entry>
1687-
1688-
<entry>
1689-
<title>print -- fixed nolink</title>
1690-
<link href="https://cpprefjp.github.io/reference/ostream/print.html"/>
1691-
<id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:reference/ostream/print.md</id>
1692-
<updated>2025-07-10T21:31:23+09:00</updated>
1693-
1694-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ostream/print.md b/reference/ostream/print.md
1695-
index 284d3272e..2be42adf9 100644
1696-
--- a/reference/ostream/print.md
1697-
+++ b/reference/ostream/print.md
1698-
@@ -20,7 +20,7 @@ namespace std {
1699-
1700-
書式は[`std::format()`](/reference/format/format.md)関数のページを参照。
1701-
1702-
-この関数は、[`std::printf()`](/reference/cstdio/printf.md.nolink)関数ライクな書式指定で引数を文字列化して出力する。
1703-
+この関数は、[`std::printf()`](/reference/cstdio/printf.md)関数ライクな書式指定で引数を文字列化して出力する。
1704-
1705-
- (1) : 指定した[`ostream`](basic_ostream.md)に、書式指定で出力する
1706-
17071680
&lt;/code&gt;&lt;/pre&gt;</summary>
17081681

17091682
<author>

sitemap.xml

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

2143121431
<url>
2143221432
<loc>https://cpprefjp.github.io/reference/cstdio/getchar.html</loc>
21433-
<lastmod>2025-07-10T22:02:34+09:00</lastmod>
21433+
<lastmod>2025-07-10T22:08:09+09:00</lastmod>
2143421434
<changefreq>daily</changefreq>
2143521435
<priority>0.7</priority>
2143621436
</url>

0 commit comments

Comments
 (0)