Blob Blame History Raw
#ifndef SLIBTOOL_DPRINTF_IMPL_H
#define SLIBTOOL_DPRINTF_IMPL_H

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

#endif