1
2getdns_pretty_print_dict(3)         getdns         getdns_pretty_print_dict(3)
3
4
5

NAME

7       getdns_pretty_print_dict  -- return a string representation of a getdns
8       dict
9
10

LIBRARY

12       DNS Resolver library (libgetdns, -lgetdns)
13
14

SYNOPSIS

16       #include <getdns.h>
17
18       char *
19       getdns_pretty_print_dict (const getdns_dict *this_dict)
20
21

DESCRIPTION

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

RETURN VALUES

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

EXAMPLES

39       TBD
40
41

SEE ALSO

43       getdns_dict(3) libgetdns(3)
44
45
46
47
48getdns 1.6.0                     December 2015     getdns_pretty_print_dict(3)
Impressum