somake/comp/progname.c

9 lines
127 B
C
Raw Normal View History

2016-08-21 13:20:41 +00:00
// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#include "progname.h"
const char *getprogname()
{
// XXX
return "somake";
}