1 2 3 4 5 6 7 8 9
#include <string.h> extern char *__progname; int main(void) { return !!strcmp(__progname, "test-progname"); }