Blob Blame History Raw
#ifndef APIMAGIC_DPRINTF_IMPL_H
#define APIMAGIC_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf amgc_dprintf
#endif

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

#endif