logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

getdns_pretty_print_dict -- return a string representation of a getdns dict

Description

       Helper function that returns a string of nicely formatted data including all of the elements in the dict.

       this_dict the dictionary to render as a string

Examples

       TBD

Library

       DNS Resolver library (libgetdns, -lgetdns)

Name

getdns_pretty_print_dict -- return a string representation of a getdns dict

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.

See Also

getdns_dict(3) libgetdns(3)

getdns 1.6.0                                      December 2015                      getdns_pretty_print_dict(3)

Synopsis

       #include <getdns.h>

       char *
       getdns_pretty_print_dict (const getdns_dict *this_dict)

See Also