FACT++  1.0
int get_proc_name ( char *  proc_name)

Definition at line 22 of file utilities.c.

References sprintf().

Referenced by dic_get_id(), dna_open_client(), and rand_tmout_init().

23 {
24 #ifndef VxWorks
25  sprintf( proc_name, "%d", getpid() );
26 #else
27  sprintf( proc_name, "%d", taskIdSelf() );
28 #endif
29  return(1);
30 }
sprintf(name1,"NewService%d", i)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: