Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 181 Bytes

fprintf.part-impl.md

File metadata and controls

15 lines (8 loc) · 181 Bytes

fprintf

Synopsis

#include <stdio.h>

int fprintf(FILE *stream, const char *format, ...);

Description

Sends formatted output to a stream.

Return value

Errors