Blame src/internal/slibtool_dprintf_impl.h

5cc5f5
#ifndef SLIBTOOL_DPRINTF_IMPL_H
5cc5f5
#define SLIBTOOL_DPRINTF_IMPL_H
5cc5f5
608847
#ifdef  ARGV_DRIVER
608847
#define argv_dprintf slbt_dprintf
608847
#endif
608847
5cc5f5
int slbt_dprintf(int fd, const char * fmt, ...);
5cc5f5
5cc5f5
#endif