FACT++  1.0
void tcpip_report_error ( int  code)

Definition at line 1552 of file tcpip.c.

References sprintf(), and str.

1553 {
1554 #ifndef WIN32
1555  if(code){}
1556  perror("tcpip");
1557 #else
1558  int my_perror();
1559 
1560  my_perror("tcpip", code);
1561 #endif
1562 }

+ Here is the call graph for this function: