Blame src/internal/sofort_dprintf_impl.h

7c1290
#ifndef SOFORT_DPRINTF_IMPL_H
7c1290
#define SOFORT_DPRINTF_IMPL_H
7c1290
7c1290
int sfrt_dprintf(int fd, const char * fmt, ...);
7c1290
7c1290
#endif