/sys$common/syshlp/helplib.hlb CC, Run-time functions, fputc *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Writes a character to a specified file. Syntax: #include <stdio.h> int fputc(int character, FILE *file_pointer);
|