#ifndef PTYCON_DPRINTF_IMPL_H#define PTYCON_DPRINTF_IMPL_H #ifdef ARGV_DRIVER#define argv_dprintf ptyc_dprintf#endif int ptyc_dprintf(int fd, const char * fmt, ...); #endif