1
2getdns_pretty_print_dict(3) getdns getdns_pretty_print_dict(3)
3
4
5
7 getdns_pretty_print_dict -- return a string representation of a getdns
8 dict
9
10
12 DNS Resolver library (libgetdns, -lgetdns)
13
14
16 #include <getdns.h>
17
18 char *
19 getdns_pretty_print_dict (const getdns_dict *this_dict)
20
21
23 Helper function that returns a string of nicely formatted data includâ
24 ing all of the elements in the dict.
25
26
27 this_dict the dictionary to render as a string
28
29
30
31
33 Returns a string that the calling function must free (it is allocated
34 using the system allocator not the user defined allocator). Returns
35 NULL if there is an error.
36
37
39 TBD
40
41
43 getdns_dict(3) libgetdns(3)
44
45
46
47
48getdns 1.7.3 December 2015 getdns_pretty_print_dict(3)