xnvme_libconf

Enums

Structs

Functions

xnvme_libconf_fpr

int xnvme_libconf_fpr(FILE *stream, enum xnvme_pr opts)

Prints the given array of version-strings to the given output stream.

Return

On success, the number of characters printed is returned.

Parameters
  • stream: output stream used for printing

  • opts: printer options, see xnvme_pr

xnvme_libconf_pr

int xnvme_libconf_pr(enum xnvme_pr opts)

Prints the given array of version-strings to stdout.

Return

On success, the number of characters printed is returned.

Parameters