Blob


1 #define _GNU_SOURCE /* See feature_test_macros(7) */
2 #include <errno.h>
4 int
5 main(void)
6 {
8 return !program_invocation_short_name;
9 }