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

Write formatted output to a file descriptor.