We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0470b06 commit 1a6ace7Copy full SHA for 1a6ace7
reference/cstdio/fputc.md
@@ -15,7 +15,7 @@ int fputc( int ch, FILE* stream );
15
## 戻り値
16
出力された文字を返す。
17
18
-失敗した場合、[`EOF`](/reference/cstdio/eof.md)を返す。
+失敗した場合、[`EOF`](/reference/cstdio/eof.md.nolink)を返す。
19
20
## 例
21
```cpp example
0 commit comments