logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

fido_strerr — FIDO2 error codes

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. Debian May 25, 2018 FIDO_STRERR(3)

Name

fido_strerr — FIDO2 error codes

Synopsis

#include<fido.h>constchar*fido_strerr(intn);

See Also