// 2016, Georg Sauthoff , CDDL #ifndef COMP_PROGNAME_H #define COMP_PROGNAME_H #ifdef __cplusplus extern "C" { #endif const char *getprogname(); #ifdef __cplusplus } #endif #endif