c库打印函数

函数 #include<stdio.h> int printf(const char *format, ... );/* [until c99]写结果到stdout */ int printf(const char *restrict format, ... );/* [since c99] */ int fprintf(FILE *stream, const char *format, ...
相关文章
相关标签/搜索