1*59c8e88eSDag-Erling Smørgrav #define _GNU_SOURCE 2*59c8e88eSDag-Erling Smørgrav #include <errno.h> 3*59c8e88eSDag-Erling Smørgrav 4*59c8e88eSDag-Erling Smørgrav const char * getprogname(void)5*59c8e88eSDag-Erling Smørgravgetprogname(void) 6*59c8e88eSDag-Erling Smørgrav { 7*59c8e88eSDag-Erling Smørgrav return program_invocation_short_name; 8*59c8e88eSDag-Erling Smørgrav } 9