Skip to content

Commit 0e0d859

Browse files
committed
added link for reference
Maybe it's going to be deleted...
1 parent 9098b9e commit 0e0d859

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

reference/cstdio/fclose.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ int main() {
3030
fclose(fp);
3131
}
3232
```
33+
* fclose[color ff0000]
34+
* fopen[link /reference/cstdio/fopen.md]
35+
* FILE[link /reference/cstdio/file.md]
3336

3437
## 処理系
3538
- [Clang](/implementation.md#clang): ??

reference/cstdio/fopen.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ int main() {
3131
return 0;
3232
}
3333
```
34+
* fopen[color ff0000]
35+
* fclose[link /reference/cstdio/fclose.md]
36+
* FILE[link /reference/cstdio/file.md]
37+
* printf[link /reference/cstdio/printf.md]
3438

3539
## 処理系
3640
- [Clang](/implementation.md#clang): ??

0 commit comments

Comments
 (0)