| FIDO_INIT(3) | Library Functions Manual | FIDO_INIT(3) |
fido_init —
#include <fido.h>
void
fido_init(int
flags);
fido_init() function initialises the
libfido2 library. Its invocation must precede that of any
other libfido2 function. If
FIDO_DEBUG is set in flags, then
debug output will be emitted by libfido2 on
stderr. Alternatively, the
FIDO_DEBUG environment variable may be set.
| $Mdocdate: May 25 2018 $ | NetBSD 9.99 |