summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_dprintf_impl.h
blob: c99c4b197964229d6a57145060a11d1a4063d574 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SLIBTOOL_DPRINTF_IMPL_H
#define SLIBTOOL_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf slbt_dprintf
#endif

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

#endif