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-06T22:24:13.569289 </updated >
6
- <id >5ba9fc4c-0e0d-4aad-8fc1-201daa4da247 </id >
5
+ <updated >2025-07-07T01:33:34.436287 </updated >
6
+ <id >8c88ab54-c915-4f0d-be5b-04cef61f82fc </id >
7
7
8
8
9
+ <entry >
10
+ <title >calloc -- fixed failing test</title >
11
+ <link href =" https://cpprefjp.github.io/reference/cstdlib/calloc.html" />
12
+ <id >fb36b7c63cd9baa0125d36272d076607e4425388:reference/cstdlib/calloc.md</id >
13
+ <updated >2025-07-07T10:29:11+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/calloc.md b/reference/cstdlib/calloc.md
16
+ index caca07279..229fa532d 100644
17
+ --- a/reference/cstdlib/calloc.md
18
+ +++ b/reference/cstdlib/calloc.md
19
+ @@ -21,7 +21,7 @@ void *calloc(size_t nmemb, size_t size);
20
+
21
+ ## 備考
22
+
23
+ -- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は未定義である。
24
+ +- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は不定である。
25
+
26
+ ## 例
27
+
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >rotarymars</name >
32
+
33
+ </author >
34
+ </entry >
35
+
36
+ <entry >
37
+ <title >EOF -- added color for eof</title >
38
+ <link href =" https://cpprefjp.github.io/reference/cstdio/eof.html" />
39
+ <id >850a54f6cb0095a99dd38389c00b8d18fe2d8ac1:reference/cstdio/eof.md</id >
40
+ <updated >2025-07-07T10:26:33+09:00</updated >
41
+
42
+ <summary type =" html" >< pre>< code> diff --git a/reference/cstdio/eof.md b/reference/cstdio/eof.md
43
+ index b4b8db4cf..a6b3d269c 100644
44
+ --- a/reference/cstdio/eof.md
45
+ +++ b/reference/cstdio/eof.md
46
+ @@ -25,6 +25,10 @@ int main() {
47
+ }
48
+
49
+ ```
50
+ +* EOF[color ff0000]
51
+ +* getchar[link /reference/cstdio/getchar.md.nolink]
52
+ +* putchar[link /reference/cstdio/putchar.md.nolink]
53
+ +* puts[link /reference/cstdio/puts.md.nolink]
54
+
55
+ ### 入力
56
+ ```
57
+ < /code>< /pre> </summary >
58
+
59
+ <author >
60
+ <name >rotarymars</name >
61
+
62
+ </author >
63
+ </entry >
64
+
9
65
<entry >
10
66
<title >atoi,atol,atoll -- Update atoi_atol_atoll.md</title >
11
67
<link href =" https://cpprefjp.github.io/reference/cstdlib/atoi_atol_atoll.html" />
@@ -721,67 +777,4 @@ index fa38b9d6d..15a4246c0 100644
721
777
</author >
722
778
</entry >
723
779
724
- <entry >
725
- <title >calloc -- change path</title >
726
- <link href =" https://cpprefjp.github.io/reference/cstdlib/calloc.html" />
727
- <id >5b0f8cb49991895c03b89ae0fadabc120c66f7ab:reference/cstdlib/calloc.md</id >
728
- <updated >2025-07-06T18:49:48+09:00</updated >
729
-
730
- <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/calloc.md b/reference/cstdlib/calloc.md
731
- index 4311b0abb..caca07279 100644
732
- --- a/reference/cstdlib/calloc.md
733
- +++ b/reference/cstdlib/calloc.md
734
- @@ -21,7 +21,7 @@ void *calloc(size_t nmemb, size_t size);
735
-
736
- ## 備考
737
-
738
- -- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は未定義。
739
- +- `calloc`、`malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は未定義である。
740
-
741
- ## 例
742
-
743
- @@ -56,7 +56,7 @@ p2[3] == 0
744
- ```
745
-
746
- ## 関連項目
747
- -- [& #34;free& #34;](& #34;free.md.nolink& #34;):確保されたメモリを解放する。
748
- +- `free`:確保されたメモリを解放する。
749
-
750
-
751
-
752
- < /code>< /pre> </summary >
753
-
754
- <author >
755
- <name >K10-K10</name >
756
-
757
- </author >
758
- </entry >
759
-
760
- <entry >
761
- <title >calloc -- 記述の変更</title >
762
- <link href =" https://cpprefjp.github.io/reference/cstdlib/calloc.html" />
763
- <id >1f5f23e4df6abe23f2cab4c234bd512fccca2756:reference/cstdlib/calloc.md</id >
764
- <updated >2025-07-06T18:42:48+09:00</updated >
765
-
766
- <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/calloc.md b/reference/cstdlib/calloc.md
767
- index 6f7e4ebb7..4311b0abb 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
- < /code>< /pre> </summary >
780
-
781
- <author >
782
- <name >K10-K10</name >
783
-
784
- </author >
785
- </entry >
786
-
787
780
</feed >
0 commit comments