FACT++  1.0
void rout ( int *  tag,
char *  buf,
int *  size 
)

Definition at line 7 of file test_server_slac.c.

Referenced by main().

10 {
11  printf("%s Received for Server %d\n", buf, *tag);
12 }

+ Here is the caller graph for this function: