summaryrefslogtreecommitdiffhomepage
path: root/src/internal/mdso_dprintf_impl.h
blob: 0b3b07955189fd5a31e480e4ba3255c4929cdc14 (plain)
1
2
3
4
5
6
#ifndef MDSO_DPRINTF_IMPL_H
#define MDSO_DPRINTF_IMPL_H

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

#endif