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

Definition at line 56 of file test_client.c.

Referenced by main().

57 {
58  if(tag){}
59  printf("Received VERSION %lx, %d\n", (dim_long)buf, *size);
60 }
long dim_long
Definition: dim_common.h:57
int size
Definition: db_dim_server.c:17

+ Here is the caller graph for this function: