FACT++  1.0
int get_write_tmout ( )

Definition at line 298 of file utilities.c.

Referenced by dim_get_write_timeout(), and dim_tcpip_init().

299 {
300  char *p;
301 
302  if( (p = getenv("DIM_WRITE_TMOUT")) == NULL )
303  return(0);
304  else {
305  return(atoi(p));
306  }
307 }

+ Here is the caller graph for this function: