summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sofort_dprintf_impl.h
blob: bfcc4ca40628ea7157f502deb70f8662969a5f90 (plain)
1
2
3
4
5
6
#ifndef SOFORT_DPRINTF_IMPL_H
#define SOFORT_DPRINTF_IMPL_H

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

#endif