![]() |
![]()
| ![]() |
![]()
NAMEgetdns_pretty_print_dict -- return a string representation of a getdns dict LIBRARYDNS Resolver library (libgetdns, -lgetdns) SYNOPSIS#include <getdns.h> char *
DESCRIPTIONHelper 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 VALUESReturns 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. EXAMPLESTBD SEE ALSOgetdns_dict(3) libgetdns(3)
|