Blame src/internal/perk_dprintf_impl.h

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