|
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-09T13:47:52.843987</updated> |
6 |
| - <id>b122909e-17e7-46d9-a48b-44447027a52f</id> |
| 5 | + <updated>2025-07-09T14:10:23.846141</updated> |
| 6 | + <id>478d2d56-c030-4dbb-aac5-90f3fef75f12</id> |
7 | 7 |
|
8 | 8 |
|
9 | 9 | <entry>
|
@@ -103,56 +103,6 @@ index 8db513d2e..9e43b155f 100644
|
103 | 103 | - C99: 7.20.1.2 The atoi, atol, and atoll functions (p: 307)
|
104 | 104 | -- C99: 4.10.1.2 The atoi function
|
105 | 105 | +- C90: 4.10.1.2 The atoi function
|
106 |
| -</code></pre></summary> |
107 |
| - |
108 |
| - <author> |
109 |
| - <name>Koichi Murase</name> |
110 |
| - |
111 |
| - </author> |
112 |
| - </entry> |
113 |
| - |
114 |
| - <entry> |
115 |
| - <title>atoi,atol,atoll -- fix(reference/cstdlib/{calloc,atoi}): リンク削除</title> |
116 |
| - <link href="https://cpprefjp.github.io/reference/cstdlib/atoi_atol_atoll.html"/> |
117 |
| - <id>5e17cc545f07471f4c790b223d3aa7006c1e4d1b:reference/cstdlib/atoi_atol_atoll.md</id> |
118 |
| - <updated>2025-07-09T20:18:31+09:00</updated> |
119 |
| - |
120 |
| - <summary type="html"><pre><code>diff --git a/reference/cstdlib/atoi_atol_atoll.md b/reference/cstdlib/atoi_atol_atoll.md |
121 |
| -index 9161aaaf4..8db513d2e 100644 |
122 |
| ---- a/reference/cstdlib/atoi_atol_atoll.md |
123 |
| -+++ b/reference/cstdlib/atoi_atol_atoll.md |
124 |
| -@@ -73,5 +73,5 @@ int main(void) |
125 |
| - - [C N3220: 7.22.1.2 The atoi, atol, and atoll functions](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf) |
126 |
| - - [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) |
127 |
| - - [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) |
128 |
| --- [C99: 7.20.1.2 The atoi, atol, and atoll functions (p: 307)](https://www.dii.uchile.cl/~daespino/files/Iso_C_1999_definition.pdf) |
129 |
| --- [C99: 4.10.1.2 The atoi function](https://www.dii.uchile.cl/~daespino/files/Iso_C_1999_definition.pdf) |
130 |
| -+- C99: 7.20.1.2 The atoi, atol, and atoll functions (p: 307) |
131 |
| -+- C99: 4.10.1.2 The atoi function |
132 |
| -</code></pre></summary> |
133 |
| - |
134 |
| - <author> |
135 |
| - <name>Koichi Murase</name> |
136 |
| - |
137 |
| - </author> |
138 |
| - </entry> |
139 |
| - |
140 |
| - <entry> |
141 |
| - <title>calloc -- fix(reference/cstdlib/{calloc,atoi}): リンク削除</title> |
142 |
| - <link href="https://cpprefjp.github.io/reference/cstdlib/calloc.html"/> |
143 |
| - <id>5e17cc545f07471f4c790b223d3aa7006c1e4d1b:reference/cstdlib/calloc.md</id> |
144 |
| - <updated>2025-07-09T20:18:31+09:00</updated> |
145 |
| - |
146 |
| - <summary type="html"><pre><code>diff --git a/reference/cstdlib/calloc.md b/reference/cstdlib/calloc.md |
147 |
| -index 215d34994..eb60a7016 100644 |
148 |
| ---- a/reference/cstdlib/calloc.md |
149 |
| -+++ b/reference/cstdlib/calloc.md |
150 |
| -@@ -66,4 +66,4 @@ p2[3] == 0 |
151 |
| - |
152 |
| - ## 参照 |
153 |
| - |
154 |
| --- [C99: 7.20.3 Memory management functions](https://www.dii.uchile.cl/~daespino/files/Iso_C_1999_definition.pdf) [PDF] |
155 |
| -+- C99: 7.20.3 Memory management functions |
156 | 106 | </code></pre></summary>
|
157 | 107 |
|
158 | 108 | <author>
|
|
0 commit comments