#ifndef PERK_DPRINTF_IMPL_H #define PERK_DPRINTF_IMPL_H int pe_dprintf(int fd, const char * fmt, ...); #endif