FreeBSD Manual Pages
getdns_pretty_print_dict(3) getdns getdns_pretty_print_dict(3) NAME getdns_pretty_print_dict -- return a string representation of a getdns dict LIBRARY DNS Resolver library (libgetdns, -lgetdns) SYNOPSIS #include <getdns.h> char * getdns_pretty_print_dict (const getdns_dict *this_dict) DESCRIPTION Helper function that returns a string of nicely formatted data includ- ing all of the elements in the dict. this_dict the dictionary to render as a string RETURN VALUES Returns a string that the calling function must free (it is allocated using the system allocator not the user defined allocator). Returns NULL if there is an error. EXAMPLES TBD SEE ALSO getdns_dict(3) libgetdns(3) getdns 1.5.2 December 2015 getdns_pretty_print_dict(3)
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | RETURN VALUES | EXAMPLES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=getdns_pretty_print_dict&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>