getc [read a character (macro)]. SYNOPSIS #include <stdio.h> int getc(FILE *fp);. DESCRIPTION getc is a macro, defined in stdio.h. You can use getc to get ...
確定! 回上一頁