Blame src/internal/sofort_dprintf_impl.h

7c1290
#ifndef SOFORT_DPRINTF_IMPL_H
7c1290
#define SOFORT_DPRINTF_IMPL_H
7c1290
e9413d
#ifdef  ARGV_DRIVER
e9413d
#define argv_dprintf sfrt_dprintf
e9413d
#endif
e9413d
7c1290
int sfrt_dprintf(int fd, const char * fmt, ...);
7c1290
7c1290
#endif