summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_dprintf_impl.h
blob: 4296bd087cb9f1e60c11a6e361959562cb94cb77 (plain)
1
2
3
4
5
6
#ifndef NTUX_DPRINTF_IMPL_H
#define NTUX_DPRINTF_IMPL_H

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

#endif