Blame src/internal/mdso_dprintf_impl.h

419b74
#ifndef MDSO_DPRINTF_IMPL_H
419b74
#define MDSO_DPRINTF_IMPL_H
419b74
419b74
int mdso_dprintf(int fd, const char * fmt, ...);
419b74
419b74
#endif