putch
putch
创建同名条目
条目
历史版本
编辑
在当前光标处向屏幕输出字符ch,然后光标自动右移一个字符位置。
基本信息
函数名: putch
用 法: int putch(int ch),其中参数ch为要输出的字符。
返回值:如果输出成功,函数返回该字符;否则返回EOF。