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-12T14:45:32.833077 </updated>
6
- <id>929f1178-2469-4119-b010-ea07632d30f9 </id>
5
+ <updated>2025-07-13T03:37:26.109370 </updated>
6
+ <id>079511fc-9dfa-48e1-86b6-22ecc3132010 </id>
7
7
8
8
9
+ <entry>
10
+ <title>EOF -- implementation defined を implementation-defined に変更</title>
11
+ <link href="https://cpprefjp.github.io/reference/cstdio/eof.html"/>
12
+ <id>cfe143235a01e9c082afc75a97b106af47d465ad:reference/cstdio/eof.md</id>
13
+ <updated>2025-07-13T12:32:51+09:00</updated>
14
+
15
+ <summary type="html"><pre><code>diff --git a/reference/cstdio/eof.md b/reference/cstdio/eof.md
16
+ index 231b8689a..b603c81a1 100644
17
+ --- a/reference/cstdio/eof.md
18
+ +++ b/reference/cstdio/eof.md
19
+ @@ -3,7 +3,7 @@
20
+ * macro[meta id-type]
21
+
22
+ ```cpp
23
+ -#define EOF /* implementation defined */
24
+ +#define EOF /* implementation-defined */
25
+ ```
26
+
27
+ ## 概要
28
+ </code></pre></summary>
29
+
30
+ <author>
31
+ <name>Raclamusi</name>
32
+
33
+ </author>
34
+ </entry>
35
+
36
+ <entry>
37
+ <title>FILENAME_MAX -- implementation defined を implementation-defined に変更</title>
38
+ <link href="https://cpprefjp.github.io/reference/cstdio/filename_max.html"/>
39
+ <id>cfe143235a01e9c082afc75a97b106af47d465ad:reference/cstdio/filename_max.md</id>
40
+ <updated>2025-07-13T12:32:51+09:00</updated>
41
+
42
+ <summary type="html"><pre><code>diff --git a/reference/cstdio/filename_max.md b/reference/cstdio/filename_max.md
43
+ index 172e3013e..9e45023ca 100644
44
+ --- a/reference/cstdio/filename_max.md
45
+ +++ b/reference/cstdio/filename_max.md
46
+ @@ -3,7 +3,7 @@
47
+ * macro[meta id-type]
48
+
49
+ ```cpp
50
+ -#define FILENAME_MAX /* implementation defined */
51
+ +#define FILENAME_MAX /* implementation-defined */
52
+ ```
53
+
54
+ ## 概要
55
+ </code></pre></summary>
56
+
57
+ <author>
58
+ <name>Raclamusi</name>
59
+
60
+ </author>
61
+ </entry>
62
+
63
+ <entry>
64
+ <title>RAND_MAX -- implementation defined を implementation-defined に変更</title>
65
+ <link href="https://cpprefjp.github.io/reference/cstdlib/rand_max.html"/>
66
+ <id>cfe143235a01e9c082afc75a97b106af47d465ad:reference/cstdlib/rand_max.md</id>
67
+ <updated>2025-07-13T12:32:51+09:00</updated>
68
+
69
+ <summary type="html"><pre><code>diff --git a/reference/cstdlib/rand_max.md b/reference/cstdlib/rand_max.md
70
+ index cbb6ba54b..5566d9d52 100644
71
+ --- a/reference/cstdlib/rand_max.md
72
+ +++ b/reference/cstdlib/rand_max.md
73
+ @@ -3,7 +3,7 @@
74
+ * macro[meta id-type]
75
+
76
+ ```cpp
77
+ -#define RAND_MAX /*implementation defined*/
78
+ +#define RAND_MAX /*implementation-defined*/
79
+ ```
80
+
81
+ ## 概要
82
+ </code></pre></summary>
83
+
84
+ <author>
85
+ <name>Raclamusi</name>
86
+
87
+ </author>
88
+ </entry>
89
+
9
90
<entry>
10
91
<title>article -- style(*): 余分の末尾改行を削除</title>
11
92
<link href="https://cpprefjp.github.io/article.html"/>
@@ -43931,52 +44012,4 @@ index 25c042ec8..05c90b933 100644
43931
44012
</author>
43932
44013
</entry>
43933
44014
43934
- <entry>
43935
- <title>printf -- タイトルを修正</title>
43936
- <link href="https://cpprefjp.github.io/reference/cstdio/printf.html"/>
43937
- <id>aa2056f533ac1997fc167f2e72471c2cb9e9d7dc:reference/cstdio/printf.md</id>
43938
- <updated>2025-07-12T14:51:22+09:00</updated>
43939
-
43940
- <summary type="html"><pre><code>diff --git a/reference/cstdio/printf.md b/reference/cstdio/printf.md
43941
- index 4542dc2ea..d0c2418e0 100644
43942
- --- a/reference/cstdio/printf.md
43943
- +++ b/reference/cstdio/printf.md
43944
- @@ -1,4 +1,4 @@
43945
- -# fprintf
43946
- +# printf
43947
- * cstdio[meta header]
43948
- * std[meta namespace]
43949
- * function[meta id-type]
43950
- </code></pre></summary>
43951
-
43952
- <author>
43953
- <name>Raclamusi</name>
43954
-
43955
- </author>
43956
- </entry>
43957
-
43958
- <entry>
43959
- <title>scanf -- タイトルを修正</title>
43960
- <link href="https://cpprefjp.github.io/reference/cstdio/scanf.html"/>
43961
- <id>aa2056f533ac1997fc167f2e72471c2cb9e9d7dc:reference/cstdio/scanf.md</id>
43962
- <updated>2025-07-12T14:51:22+09:00</updated>
43963
-
43964
- <summary type="html"><pre><code>diff --git a/reference/cstdio/scanf.md b/reference/cstdio/scanf.md
43965
- index 0a3df69e3..e0203fba7 100644
43966
- --- a/reference/cstdio/scanf.md
43967
- +++ b/reference/cstdio/scanf.md
43968
- @@ -1,4 +1,4 @@
43969
- -# fscanf
43970
- +# scanf
43971
- * cstdio[meta header]
43972
- * std[meta namespace]
43973
- * function[meta id-type]
43974
- </code></pre></summary>
43975
-
43976
- <author>
43977
- <name>Raclamusi</name>
43978
-
43979
- </author>
43980
- </entry>
43981
-
43982
44015
</feed>
0 commit comments