FACT++  1.0
void rout ( int *  tag,
int *  code 
)

Definition at line 10 of file dim_send_command.c.

References dim_print_date_time(), received, str, and wake_up.

Referenced by main().

13 {
14  int silent;
15 
16  silent = *tag;
17  if(!silent)
19  if(*code)
20  {
21  if(!silent)
22  printf(" Command %s Successfully Sent\n", str);
23  }
24  else
25  {
26  if(!silent)
27  printf(" Command %s Unsuccessfull\n", str);
28  }
29  received = 1;
30 #ifdef WIN32
31  wake_up();
32 #endif
33 }
static int wake_up
Definition: dns.c:81
int received
void dim_print_date_time()
Definition: utilities.c:134
char str[132]

+ Here is the call graph for this function:

+ Here is the caller graph for this function: