summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_strerr_impl.h
blob: 3f317a79063e0400774e0006f80f49dd327eba6d (plain)
1
2
3
4
5
6
#ifndef NTUX_STRERR_IMPL_H
#define NTUX_STRERR_IMPL_H

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

#endif