VMS Help CC, Run-time functions, putchar *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Writes a single character to the standard output (stdout) and returns the character. Syntax: #include <stdio.h> int putchar(int character);
|