Skip to content

Commit 05c1017

Browse files
committed
removed brackets for function declaration
1 parent 3a5b8ac commit 05c1017

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

reference/cstdio/fpos_t.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
```

reference/cstdio/fread.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)