Header <stdio.h>¶
Functions provided by this header:
-
int fprintf(FILE *stream, const char *format, ...)¶
-
int fputc(int c, FILE *stream)¶
-
int fputs(const char *s, FILE *stream)¶
-
int printf(const char *format, ...)¶
-
int vfprintf(FILE *stream, const char *format, va_list vlist)¶