Blob Blame History Raw
#ifndef NTUX_DPRINTF_IMPL_H
#define NTUX_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf ntux_dprintf
#endif

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

#endif