| 8 | #include "acl_cpp/stdlib/dns_service.hpp" |
| 9 | |
| 10 | static void usage(const char* procname) |
| 11 | { |
| 12 | printf("usage: %s -h[help] -t[use thread]\n", procname); |
| 13 | } |
| 14 | |
| 15 | static int __ncount = 0; |
| 16 |
no outgoing calls
no test coverage detected
searching dependent graphs…