Blame


1 b858fc9f 2020-05-05 neels #define _GNU_SOURCE
2 b858fc9f 2020-05-05 neels #include <errno.h>
3 b858fc9f 2020-05-05 neels
4 b858fc9f 2020-05-05 neels const char *
5 b858fc9f 2020-05-05 neels getprogname(void)
6 b858fc9f 2020-05-05 neels {
7 b858fc9f 2020-05-05 neels return program_invocation_short_name;
8 b858fc9f 2020-05-05 neels }