1FIDO_STRERR(3)           BSD Library Functions Manual           FIDO_STRERR(3)
2

NAME

4     fido_strerr — FIDO 2 error codes
5

SYNOPSIS

7     #include <fido.h>
8
9     const char *
10     fido_strerr(int n);
11

DESCRIPTION

13     The fido_strerr() function translates the error code n into a readable
14     string, where n is an error code defined in <fido/err.h>.  fido_strerr()
15     never returns NULL.  Returned pointers point to static strings.
16
17BSD                              May 10, 2020                              BSD
Impressum