Blob


1 #include <stdlib.h>
3 int
4 main(void)
5 {
6 const char * progname;
8 progname = getexecname();
9 return progname == NULL;
10 }