|
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-10T03:19:51.745717</updated> |
6 |
| - <id>7de40f66-8ce3-4e82-bf0c-a8cfbdc6e806</id> |
| 5 | + <updated>2025-07-10T12:39:48.809625</updated> |
| 6 | + <id>39849336-988c-4ac0-ae37-13de5b452d5d</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>fgets -- fixed function declaration</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/cstdio/fgets.html"/> |
| 12 | + <id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fgets.md</id> |
| 13 | + <updated>2025-07-10T21:35:37+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/fgets.md b/reference/cstdio/fgets.md |
| 16 | +index 77869a8f5..cead92e16 100644 |
| 17 | +--- a/reference/cstdio/fgets.md |
| 18 | ++++ b/reference/cstdio/fgets.md |
| 19 | +@@ -5,7 +5,7 @@ |
| 20 | + |
| 21 | + ```cpp |
| 22 | + namespace std { |
| 23 | +- char* fgets( char* restrict str, int count, FILE* restrict stream ); |
| 24 | ++ char* fgets( char* str, int count, FILE* stream ); |
| 25 | + } |
| 26 | + ``` |
| 27 | + |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>rotarymars</name> |
| 32 | + |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
| 36 | + <entry> |
| 37 | + <title>fprintf -- fixed function declaration</title> |
| 38 | + <link href="https://cpprefjp.github.io/reference/cstdio/fprintf.html"/> |
| 39 | + <id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fprintf.md</id> |
| 40 | + <updated>2025-07-10T21:35:37+09:00</updated> |
| 41 | + |
| 42 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/fprintf.md b/reference/cstdio/fprintf.md |
| 43 | +index 59ac1381e..83f9e8b53 100644 |
| 44 | +--- a/reference/cstdio/fprintf.md |
| 45 | ++++ b/reference/cstdio/fprintf.md |
| 46 | +@@ -5,7 +5,7 @@ |
| 47 | + |
| 48 | + ```cpp |
| 49 | + namespace std { |
| 50 | +- int fprintf( FILE* restrict stream, const char* restrict format, ... ); |
| 51 | ++ int fprintf( FILE* stream, const char* format, ... ); |
| 52 | + } |
| 53 | + ``` |
| 54 | + |
| 55 | +</code></pre></summary> |
| 56 | + |
| 57 | + <author> |
| 58 | + <name>rotarymars</name> |
| 59 | + |
| 60 | + </author> |
| 61 | + </entry> |
| 62 | + |
| 63 | + <entry> |
| 64 | + <title>fscanf -- fixed function declaration</title> |
| 65 | + <link href="https://cpprefjp.github.io/reference/cstdio/fscanf.html"/> |
| 66 | + <id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/fscanf.md</id> |
| 67 | + <updated>2025-07-10T21:35:37+09:00</updated> |
| 68 | + |
| 69 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/fscanf.md b/reference/cstdio/fscanf.md |
| 70 | +index 56ba19c02..d1325c2f9 100644 |
| 71 | +--- a/reference/cstdio/fscanf.md |
| 72 | ++++ b/reference/cstdio/fscanf.md |
| 73 | +@@ -5,7 +5,7 @@ |
| 74 | + |
| 75 | + ```cpp |
| 76 | + namespace std { |
| 77 | +- int fscanf( FILE* restrict stream, const char* restrict format, ... ); |
| 78 | ++ int fscanf( FILE* stream, const char* format, ... ); |
| 79 | + } |
| 80 | + ``` |
| 81 | + |
| 82 | +</code></pre></summary> |
| 83 | + |
| 84 | + <author> |
| 85 | + <name>rotarymars</name> |
| 86 | + |
| 87 | + </author> |
| 88 | + </entry> |
| 89 | + |
| 90 | + <entry> |
| 91 | + <title>fprintf -- fixed function declaration</title> |
| 92 | + <link href="https://cpprefjp.github.io/reference/cstdio/printf.html"/> |
| 93 | + <id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/printf.md</id> |
| 94 | + <updated>2025-07-10T21:35:37+09:00</updated> |
| 95 | + |
| 96 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/printf.md b/reference/cstdio/printf.md |
| 97 | +index a14a86833..5a7153fa3 100644 |
| 98 | +--- a/reference/cstdio/printf.md |
| 99 | ++++ b/reference/cstdio/printf.md |
| 100 | +@@ -5,7 +5,7 @@ |
| 101 | + |
| 102 | + ```cpp |
| 103 | + namespace std { |
| 104 | +- int printf(const char * restrict format, ...); |
| 105 | ++ int printf(const char * format, ...); |
| 106 | + } |
| 107 | + ``` |
| 108 | + |
| 109 | +</code></pre></summary> |
| 110 | + |
| 111 | + <author> |
| 112 | + <name>rotarymars</name> |
| 113 | + |
| 114 | + </author> |
| 115 | + </entry> |
| 116 | + |
| 117 | + <entry> |
| 118 | + <title>fscanf -- fixed function declaration</title> |
| 119 | + <link href="https://cpprefjp.github.io/reference/cstdio/scanf.html"/> |
| 120 | + <id>cfe94b3db49ef8e621f0a93e09402fe8e61a400a:reference/cstdio/scanf.md</id> |
| 121 | + <updated>2025-07-10T21:35:37+09:00</updated> |
| 122 | + |
| 123 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/scanf.md b/reference/cstdio/scanf.md |
| 124 | +index 2da0fad7b..0a3df69e3 100644 |
| 125 | +--- a/reference/cstdio/scanf.md |
| 126 | ++++ b/reference/cstdio/scanf.md |
| 127 | +@@ -5,7 +5,7 @@ |
| 128 | + |
| 129 | + ```cpp |
| 130 | + namespace std { |
| 131 | +- int scanf(const char * restrict format, ...); |
| 132 | ++ int scanf(const char * format, ...); |
| 133 | + } |
| 134 | + ``` |
| 135 | + |
| 136 | +</code></pre></summary> |
| 137 | + |
| 138 | + <author> |
| 139 | + <name>rotarymars</name> |
| 140 | + |
| 141 | + </author> |
| 142 | + </entry> |
| 143 | + |
| 144 | + <entry> |
| 145 | + <title>C++17 -- fixed nolink</title> |
| 146 | + <link href="https://cpprefjp.github.io/lang/cpp17.html"/> |
| 147 | + <id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:lang/cpp17.md</id> |
| 148 | + <updated>2025-07-10T21:31:23+09:00</updated> |
| 149 | + |
| 150 | + <summary type="html"><pre><code>diff --git a/lang/cpp17.md b/lang/cpp17.md |
| 151 | +index 91978b721..d2b6aeeae 100644 |
| 152 | +--- a/lang/cpp17.md |
| 153 | ++++ b/lang/cpp17.md |
| 154 | +@@ -151,7 +151,7 @@ C++17以降、言語の策定にship train modelというリリース体制が |
| 155 | + - [`&lt;cfloat&gt;`](/reference/cfloat.md)に、非正規化数の有無を判定するマクロ、10進数の桁数を表すマクロ、正の最小数を表すマクロを追加 |
| 156 | + - [`&lt;cstdlib&gt;`](/reference/cstdlib.md)に、[`aligned_alloc()`](/reference/cstdlib/aligned_alloc.md)関数を追加 |
| 157 | + - [`&lt;ctime&gt;`](/reference/ctime.md)に、[`TIME_UTC`](/reference/ctime/time_utc.md)マクロ, [`timespec`](/reference/ctime/timespec.md)構造体, [`timespec_get()`](/reference/ctime/timespec_get.md)関数を追加 |
| 158 | +- - [`&lt;cstdio&gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md)関数を追加 |
| 159 | ++ - [`&lt;cstdio&gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md.nolink)関数を追加 |
| 160 | + - `&lt;ccomplex&gt;`, `&lt;cstdalign&gt;`, `&lt;cstdbool&gt;`, `&lt;ctgmath&gt;`を非推奨化 |
| 161 | + |
| 162 | + |
| 163 | +</code></pre></summary> |
| 164 | + |
| 165 | + <author> |
| 166 | + <name>rotarymars</name> |
| 167 | + |
| 168 | + </author> |
| 169 | + </entry> |
| 170 | + |
| 171 | + <entry> |
| 172 | + <title>print -- fixed nolink</title> |
| 173 | + <link href="https://cpprefjp.github.io/reference/ostream/print.html"/> |
| 174 | + <id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:reference/ostream/print.md</id> |
| 175 | + <updated>2025-07-10T21:31:23+09:00</updated> |
| 176 | + |
| 177 | + <summary type="html"><pre><code>diff --git a/reference/ostream/print.md b/reference/ostream/print.md |
| 178 | +index 284d3272e..2be42adf9 100644 |
| 179 | +--- a/reference/ostream/print.md |
| 180 | ++++ b/reference/ostream/print.md |
| 181 | +@@ -20,7 +20,7 @@ namespace std { |
| 182 | + |
| 183 | + 書式は[`std::format()`](/reference/format/format.md)関数のページを参照。 |
| 184 | + |
| 185 | +-この関数は、[`std::printf()`](/reference/cstdio/printf.md.nolink)関数ライクな書式指定で引数を文字列化して出力する。 |
| 186 | ++この関数は、[`std::printf()`](/reference/cstdio/printf.md)関数ライクな書式指定で引数を文字列化して出力する。 |
| 187 | + |
| 188 | + - (1) : 指定した[`ostream`](basic_ostream.md)に、書式指定で出力する |
| 189 | + |
| 190 | +</code></pre></summary> |
| 191 | + |
| 192 | + <author> |
| 193 | + <name>rotarymars</name> |
| 194 | + |
| 195 | + </author> |
| 196 | + </entry> |
| 197 | + |
9 | 198 | <entry>
|
10 | 199 | <title>C++17 -- created scanf.md and removed nolink</title>
|
11 | 200 | <link href="https://cpprefjp.github.io/lang/cpp17.html"/>
|
|
0 commit comments