1 2 3 4 5 6
#ifndef SLIBTOOL_DPRINTF_IMPL_H #define SLIBTOOL_DPRINTF_IMPL_H int slbt_dprintf(int fd, const char * fmt, ...); #endif