1FIDO_STRERR(3) BSD Library Functions Manual FIDO_STRERR(3)
2
NAME
4fido_strerr — FIDO 2 error codes
5
SYNOPSIS
7#include <fido.h>
89
const char *
10fido_strerr(int n);
11
DESCRIPTION
13The fido_strerr() function translates the error code n into a readable
14string, where n is an error code defined in <fido/err.h>. fido_strerr()
15never returns NULL. Returned pointers point to static strings.
1617
BSD May 10, 2020 BSD