Blame src/internal/mdso_dprintf_impl.h

419b74
#ifndef MDSO_DPRINTF_IMPL_H
419b74
#define MDSO_DPRINTF_IMPL_H
419b74
8f11ee
#ifdef  ARGV_DRIVER
8f11ee
#define argv_dprintf mdso_dprintf
8f11ee
#endif
8f11ee
419b74
int mdso_dprintf(int fd, const char * fmt, ...);
419b74
419b74
#endif