somake/comp/progname.h
2016-08-21 23:34:14 +02:00

14 lines
197 B
C

// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#ifndef COMP_PROGNAME_H
#define COMP_PROGNAME_H
#ifdef __cplusplus
extern "C" {
#endif
const char *getprogname();
#ifdef __cplusplus
}
#endif
#endif