Functions | |
void | di_init (const char *progname) |
const char * | di_progname_get (void) |
|
Inits the lib
00032 { 00033 progname = strdup (_progname); 00034 } |
|
Get the name of the called binary
00037 {
00038 return progname;
00039 }
|