summaryrefslogtreecommitdiff
path: root/tryrsolv.c
blob: 40ed2d3b8690025ae8ef78c3fd619603d21b643c (plain)
1
2
3
4
5
6
7
main()
{
  dn_expand();
  res_init();
  res_query();
  res_search();
}