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