table of contents
other versions
- buster-backports 1.5.0-2~bpo10+1
- testing 1.5.0-2
- unstable 1.6.0-2
| FIDO_STRERR(3) | Library Functions Manual | FIDO_STRERR(3) |
NAME¶
fido_strerr —
FIDO 2 error codes
SYNOPSIS¶
#include <fido.h>
const char *
fido_strerr(int
n);
DESCRIPTION¶
Thefido_strerr() function translates the error code
n into a readable string, where n
is an error code defined in
<fido/err.h>.
fido_strerr() never returns NULL. Returned pointers
point to static strings.
| May 25, 2018 | Linux 4.19.0-12-amd64 |