Blob Blame History Raw
#ifndef TOKSVC_DPRINTF_IMPL_H
#define TOKSVC_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf toks_dprintf
#endif

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

#endif