File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ int main() {
4242
4343```
4444* std::fpos_t[ color ff0000]
45- * std::fgetpos() [ link /reference/cstdio/fgetpos.md.nolink]
46- * std::fsetpos() [ link /reference/cstdio/fsetpos.md.nolink]
47- * std::fopen() [ link /reference/cstdio/fopen.md]
48- * std::fclose() [ link /reference/cstdio/fclose.md]
49- * std::fgetc() [ link /reference/cstdio/fgetc.md]
50- * std::printf() [ link /reference/cstdio/printf.md]
51- * std::perror() [ link /reference/cstdio/perror.md.nolink]
45+ * std::fgetpos[ link /reference/cstdio/fgetpos.md.nolink]
46+ * std::fsetpos[ link /reference/cstdio/fsetpos.md.nolink]
47+ * std::fopen[ link /reference/cstdio/fopen.md]
48+ * std::fclose[ link /reference/cstdio/fclose.md]
49+ * std::fgetc[ link /reference/cstdio/fgetc.md]
50+ * std::printf[ link /reference/cstdio/printf.md]
51+ * std::perror[ link /reference/cstdio/perror.md.nolink]
5252
5353### ファイル内容(sample.txt)
5454```
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ int main() {
5555 return 0;
5656}
5757```
58- * std::fread() [ color ff0000]
59- * std::fopen() [ link /reference/cstdio/fopen.md]
60- * std::fclose() [ link /reference/cstdio/fclose.md]
61- * std::perror() [ link /reference/cstdio/perror.md.nolink]
62- * std::printf() [ link /reference/cstdio/printf.md]
58+ * std::fread[ color ff0000]
59+ * std::fopen[ link /reference/cstdio/fopen.md]
60+ * std::fclose[ link /reference/cstdio/fclose.md]
61+ * std::perror[ link /reference/cstdio/perror.md.nolink]
62+ * std::printf[ link /reference/cstdio/printf.md]
6363
6464### ファイル内容(sample.txt)
6565```
You can’t perform that action at this time.
0 commit comments