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