Blob


1 #include <stdio.h>
3 extern const char *__progname;
5 int
6 main(void)
7 {
8 puts(__progname);
9 return 0;
10 }