Table of Contents Previous topic Next topic
C LIBRARY FUNCTIONS->Detailed Descriptions->vfprintf()
Summary
#include <stdio.h>
#include <stdarg.h>
int vfprintf(FILE* stream, const char* format, va_list argptr);
Parameters
stream | Pointer to FILE structure |
format | Format control string |
argptr | Pointer to a list of arguments to be converted and written |