#include <stdio.h> extern int vdprintf(int fd, const char *restrict fmt, G_va_list arg);
Write formatted output to a file descriptor.