libxnvme_libconf.h# 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. Parameters: stream – output stream used for printing opts – printer options, see xnvme_pr Returns: On success, the number of characters printed is returned. xnvme_libconf_pr# int xnvme_libconf_pr(enum xnvme_pr opts)# Prints the given array of version-strings to stdout. Parameters: opts – printer options, see xnvme_pr Returns: On success, the number of characters printed is returned.