Blob Blame History Raw
#ifndef NTUX_DPRINTF_IMPL_H
#define NTUX_DPRINTF_IMPL_H

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

#endif