|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title>
|
4 | 4 | <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> |
7 | 7 |
|
8 | 8 |
|
9 | 9 | <entry>
|
@@ -79,30 +79,6 @@ index f99577bb6..971676c03 100644
|
79 | 79 |
|
80 | 80 | 一致したものがあれば環境変数を保持した文字列、なければヌルポインタを返す
|
81 | 81 |
|
82 |
| -</code></pre></summary> |
83 |
| - |
84 |
| - <author> |
85 |
| - <name>Koichi Murase</name> |
86 |
| - |
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"><pre><code>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 |
106 | 82 | </code></pre></summary>
|
107 | 83 |
|
108 | 84 | <author>
|
|
0 commit comments