summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_dprintf_impl.h
blob: b223f8af5ccb96c27c3c502c63145ebd098fc19f (plain)
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