#include int main(int ac, char **av) { gethostbyname("fedoraproject.org"); return 0; }