Blob Blame History Raw
#ifndef SOFORT_DPRINTF_IMPL_H
#define SOFORT_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf sfrt_dprintf
#endif

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

#endif