|
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-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> |
7 | 7 |
|
8 | 8 |
|
| 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"><pre><code>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 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>K10-K10</name> |
| 32 | + |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
9 | 36 | <entry>
|
10 | 37 | <title>cstdlib -- add path to `cstdlib/aligined_alloc.md`</title>
|
11 | 38 | <link href="https://cpprefjp.github.io/reference/cstdlib.html"/>
|
@@ -749,33 +776,6 @@ index 6f7e4ebb7..4311b0abb 100644
|
749 | 776 |
|
750 | 777 | ## 例
|
751 | 778 |
|
752 |
| -</code></pre></summary> |
753 |
| - |
754 |
| - <author> |
755 |
| - <name>K10-K10</name> |
756 |
| - |
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"><pre><code>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 |
| - |
779 | 779 | </code></pre></summary>
|
780 | 780 |
|
781 | 781 | <author>
|
|
0 commit comments