FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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:
dim
src
tcpip.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11