FACT++  1.0
void exit_cmnd ( int *  code)

Definition at line 47 of file test_server.c.

Referenced by main().

48 {
49  printf("Exit_cmnd %d\n", *code);
50  exit(*code);
51 }

+ Here is the caller graph for this function: