Blame src/internal/ntux_strerr_impl.h

da20d8
#ifndef NTUX_STRERR_IMPL_H
da20d8
#define NTUX_STRERR_IMPL_H
da20d8
da20d8
const char * ntux_strerror(const struct ntux_driver_ctx *, int);
da20d8
da20d8
#endif