Skip to content

Commit 05afeca

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7e8525a commit 05afeca

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

rss.xml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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-09T14:10:23.846141</updated>
6-
<id>478d2d56-c030-4dbb-aac5-90f3fef75f12</id>
5+
<updated>2025-07-09T14:21:51.911228</updated>
6+
<id>08148538-5cc3-4105-bd8a-f668c3c261dc</id>
77

88

99
<entry>
@@ -79,30 +79,6 @@ index f99577bb6..971676c03 100644
7979

8080
一致したものがあれば環境変数を保持した文字列、なければヌルポインタを返す
8181

82-
&lt;/code&gt;&lt;/pre&gt;</summary>
83-
84-
<author>
85-
<name>Koichi Murase</name>
86-
<email>[email protected]</email>
87-
</author>
88-
</entry>
89-
90-
<entry>
91-
<title>atoi,atol,atoll -- fix(reference/cstdlib/atoi): C99 がリンクされていたが 4.10.1.2 は C90 の節番号</title>
92-
<link href="https://cpprefjp.github.io/reference/cstdlib/atoi_atol_atoll.html"/>
93-
<id>a1063063b08fb020bfb98780f8f8a70c7b4bd864:reference/cstdlib/atoi_atol_atoll.md</id>
94-
<updated>2025-07-09T20:28:40+09:00</updated>
95-
96-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/atoi_atol_atoll.md b/reference/cstdlib/atoi_atol_atoll.md
97-
index 8db513d2e..9e43b155f 100644
98-
--- a/reference/cstdlib/atoi_atol_atoll.md
99-
+++ b/reference/cstdlib/atoi_atol_atoll.md
100-
@@ -74,4 +74,4 @@ int main(void)
101-
- [C N2310: 7.22.1.2 The atoi, atol, and atoll functions (p: 249)](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2310.pdf)
102-
- [C N1548: 7.22.1.2 The atoi, atol, and atoll functions (p: 341)](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1548.pdf)
103-
- C99: 7.20.1.2 The atoi, atol, and atoll functions (p: 307)
104-
-- C99: 4.10.1.2 The atoi function
105-
+- C90: 4.10.1.2 The atoi function
10682
&lt;/code&gt;&lt;/pre&gt;</summary>
10783

10884
<author>

0 commit comments

Comments
 (0)