Sponsor:

Your company here, and a link to your site. Click to find out more.

getdns_pretty_print_dict - Man Page

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 including 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)

Referenced By

getdns_context(3), getdns_dict(3).

December 2015 getdns 1.7.3