summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_dprintf_impl.h
blob: d9dfc5243aefc2dc3a0da1c26ebb7b4978d4dc7a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PERK_DPRINTF_IMPL_H
#define PERK_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf pe_dprintf
#endif

int pe_dprintf(int fd, const char * fmt, ...);

#endif