Blame src/internal/slibtool_dprintf_impl.h

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