Blob Blame History Raw
#ifndef MDSO_DPRINTF_IMPL_H
#define MDSO_DPRINTF_IMPL_H

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

#endif