Blob Blame History Raw
#ifndef SOFORT_DPRINTF_IMPL_H
#define SOFORT_DPRINTF_IMPL_H

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

#endif