FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void client_exited
(
int *
tag
)
Definition at line
37
of file
test_server_many.c
.
References
dis_get_client
.
Referenced by
main()
.
39
{
40
char
name[84];
41
char
*ptr;
42
43
if
(
dis_get_client
(name))
44
printf(
"Client %s (%d) exited\n"
, name, *tag);
45
else
46
printf(
"Client %d exited\n"
, *tag);
47
}
dis_get_client
#define dis_get_client
Definition:
dis.h:11
Here is the caller graph for this function:
dim
src
examples
test_server_many.c
Generated on Sun Sep 18 2016 20:50:31 for FACT++ by
1.8.11