int fputc(int c, FILE *stream); int fputs(const char *s, FILE *stream);
为什么const int c在fputc()的声明中不需要?
const int c
c parameters declaration function definition
c ×1
declaration ×1
definition ×1
function ×1
parameters ×1