Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FIDO_STRERR(3)		    Library Functions Manual		FIDO_STRERR(3)

NAME
       fido_strerr -- FIDO2 error codes

SYNOPSIS
       #include	<fido.h>

       const char *
       fido_strerr(int n);

DESCRIPTION
       The  fido_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.

FreeBSD	Ports 14.quarterly	 May 25, 2018			FIDO_STRERR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fido_strerr&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help