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

9 lines
127 B
C

// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#include "progname.h"
const char *getprogname()
{
// XXX
return "somake";
}