.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_output" 3 "2.6.6" "libpskc" "libpskc" .SH NAME pskc_output \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_output(pskc_t * " container ", pskc_output_formats_t " format ", char ** " out ", size_t * " len ");" .SH ARGUMENTS .IP "pskc_t * container" 12 a \fBpskc_t\fP handle, from \fBpskc_init()\fP. .IP "pskc_output_formats_t format" 12 an \fBpskc_output_formats_t\fP enumeration type indicating format. .IP "char ** out" 12 pointer to output variable holding newly allocated string. .IP "size_t * len" 12 pointer to output variable hold length of *\fIout\fP. .SH "DESCRIPTION" Convert PSKC data to a serialized string of the indicated type. This is usually used to convert the PSKC data to some human readable form. .SH "RETURNS" \fBPSKC_OK\fP on success, or an error code. .SH "REPORTING BUGS" Report bugs to . libpskc home page: http://www.gnu.org/software/libpskc/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2012-2020 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.