Skip to content

Commit 86ad0cc

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ddccdc4 commit 86ad0cc

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

reference/cstdlib/atoi_atol_atoll.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-05T13:40:22">
192-
2025年07月05日 13時40分22秒
191+
<span itemprop="datePublished" content="2025-07-06T22:20:13">
192+
2025年07月06日 22時20分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -219,7 +219,7 @@
219219
</code></pre></div>
220220
</p>
221221
<h2>概要</h2>
222-
<p><code>str</code><code>int long long long</code>に変換する。</p>
222+
<p><code>str</code><code>int</code><code>long</code><code>long long</code>に変換する。</p>
223223
<p>基数は常に10である。</p>
224224
<h2>変換方法</h2>
225225
<p>空白文字から始まる場合、最初の非空白文字から変換する。</p>

rss.xml

Lines changed: 29 additions & 29 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-06T14:45:05.351609</updated>
6-
<id>88cd3366-a911-488e-9587-925683ce0ea8</id>
5+
<updated>2025-07-06T22:24:13.569289</updated>
6+
<id>5ba9fc4c-0e0d-4aad-8fc1-201daa4da247</id>
77

88

9+
<entry>
10+
<title>atoi,atol,atoll -- Update atoi_atol_atoll.md</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdlib/atoi_atol_atoll.html"/>
12+
<id>f93c17f50efd0ffe95564cdfcf377f4dd1880f0e:reference/cstdlib/atoi_atol_atoll.md</id>
13+
<updated>2025-07-06T22:20:13+00:00</updated>
14+
15+
<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
16+
index fa38b9d6d..15a4246c0 100644
17+
--- a/reference/cstdlib/atoi_atol_atoll.md
18+
+++ b/reference/cstdlib/atoi_atol_atoll.md
19+
@@ -11,7 +11,7 @@ long long atoll( const char* str );
20+
21+
## 概要
22+
23+
-`str`を`int` `long` `long long`に変換する。
24+
+`str`を`int` 、`long` 、`long long`に変換する。
25+
26+
基数は常に10である。
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>K10-K10</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>cstdlib -- add path to `cstdlib/aligined_alloc.md`</title>
1138
<link href="https://cpprefjp.github.io/reference/cstdlib.html"/>
@@ -749,33 +776,6 @@ index 6f7e4ebb7..4311b0abb 100644
749776

750777
## 例
751778

752-
&lt;/code&gt;&lt;/pre&gt;</summary>
753-
754-
<author>
755-
<name>K10-K10</name>
756-
<email>[email protected]</email>
757-
</author>
758-
</entry>
759-
760-
<entry>
761-
<title>calloc -- 記述の変更(Github actions)にかからないよう</title>
762-
<link href="https://cpprefjp.github.io/reference/cstdlib/calloc.html"/>
763-
<id>ff7570cbeacdbafcc1ee890a3e980afadb2f3a59:reference/cstdlib/calloc.md</id>
764-
<updated>2025-07-06T18:39:42+09:00</updated>
765-
766-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/calloc.md b/reference/cstdlib/calloc.md
767-
index bf1f6f1b0..6f7e4ebb7 100644
768-
--- a/reference/cstdlib/calloc.md
769-
+++ b/reference/cstdlib/calloc.md
770-
@@ -21,7 +21,7 @@ void *calloc(size_t nmemb, size_t size);
771-
772-
## 備考
773-
774-
-- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は、未定義である。
775-
+- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は、未定義となる。
776-
777-
## 例
778-
779779
&lt;/code&gt;&lt;/pre&gt;</summary>
780780

781781
<author>

sitemap.xml

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

3147631476
<url>
3147731477
<loc>https://cpprefjp.github.io/reference/cstdlib/atoi_atol_atoll.html</loc>
31478-
<lastmod>2025-07-05T22:40:22+09:00</lastmod>
31478+
<lastmod>2025-07-06T22:20:13+00:00</lastmod>
3147931479
<changefreq>daily</changefreq>
3148031480
<priority>0.7</priority>
3148131481
</url>

0 commit comments

Comments
 (0)