◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── The _putch function writes the character <c> directly (without buffering) to the console. Return Value The function returns <c> if successful, and EOF if not. -♦-