|
|
1.1 root 1: main(ac, av)
2: int ac;
3: char *av[];
4: {
5: if(strchr(av[1], '.')==0){
6: printf("%s == %s\n", av[1], in_ntoa(in_address(av[1])));
7: } else {
8: printf("%s == %s\n", av[1], in_host(in_address(av[1])));
9: }
10: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.