vdprintf

Name

vdprintf -- write formatted output to a file descriptor

Synopsis

#include <stdio.h>

extern int vdprintf(int fd, const char *restrict fmt, G_va_list arg);

Description

vdprintf writes formatted output to a file descriptor.