fido_strerr(3) - NetBSD Manual Pages

FIDO_STRERR(3)          NetBSD 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. NetBSD 10.99 January 13, 2025 NetBSD 10.99

Powered by man-cgi (2024-08-26). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.