test-getprotobyname_r.cc

Go to the documentation of this file.
00001 #include <netdb.h>
00002 int main(int argc, char **argv)
00003 {
00004 #ifdef __sun
00005     getprotobyname_r(0, 0, 0, 1);
00006 #else
00007     getprotobyname_r(0, 0, 0, 1, 0);
00008 #endif
00009 }

Generated on Tue Jul 5 14:46:13 2011 for ROOT_528-00b_version by  doxygen 1.5.1