Inits the lib
Referenced by di_system_init().
00032 { 00033 progname = strdup (_progname); 00034 }
Get the name of the called binary
00037 { 00038 return progname; 00039 }