00001 #include <sys/socket.h> 00002 #include <netdb.h> 00003 int main(int argc, char **argv) 00004 { 00005 getnameinfo(0, 1, 0, 1, 0, 1, 1); 00006 }