getdns_pretty_print_dict (3) Linux Manual Page
getdns_pretty_print_dict — return a string representation of a getdns dict
Library
DNS Resolver library (libgetdns, -lgetdns)Synopsis
#include <getdns.h> getdns_list *
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
