Blob Blame History Raw
#ifndef NTUX_STRERR_IMPL_H
#define NTUX_STRERR_IMPL_H

const char * ntux_strerror(const struct ntux_driver_ctx *, int);

#endif