FACT++  1.0
void exit_cmnd ( int *  code)

Definition at line 49 of file test_server_many.c.

Referenced by main().

51 {
52  printf("Exit_cmnd %d\n", *code);
53  exit(*code);
54 }

+ Here is the caller graph for this function: