Blame src/internal/perk_dprintf_impl.h

c353c6
#ifndef PERK_DPRINTF_IMPL_H
c353c6
#define PERK_DPRINTF_IMPL_H
c353c6
6851eb
#ifdef  ARGV_DRIVER
6851eb
#define argv_dprintf pe_dprintf
6851eb
#endif
6851eb
c353c6
int pe_dprintf(int fd, const char * fmt, ...);
c353c6
c353c6
#endif