| 総合手引 | セクション 3 | English | Deutsch | オプション |
#include <stdio.h>
putc() マクロは、 fputc() と本質的に同じように動作しますが、 インラインに展開されるマクロです。 stream を複数回評価することがあるので、 putc() には、副作用がおきる式を引数として指定しないでください。
putchar() マクロは putc() と同じですが、出力ストリームは stdout です。
putw() 関数は、指定された int を指定された出力ストリーム stream に書き込みます。
| PUTC (3) | June 4, 1993 |
| 総合手引 | セクション 3 | English | Deutsch | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | Our grievance is not just against Unix itself, but against the cult of Unix zealots who defend and nurture it. They take the heat, disease, and pestilence as givens, and, as ancient shamans did, display their wounds, some self-inflicted, as proof of their power and wizardry. We aim, through bluntness and humor, to show them that they pray to a tin god, and that science, not religion, is the path to useful and friendly technology. | ” |
| — The Unix Haters' handbook | ||