somake/comp/progname.h

14 lines
197 B
C
Raw Normal View History

2016-08-21 13:20:41 +00:00
// 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