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