mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402git-subtree-split:9eb461aa4bReviewed by: imp Sponsored by: Klara, Inc.
8 lines
114 B
C
8 lines
114 B
C
#define _GNU_SOURCE
|
|
#include <errno.h>
|
|
|
|
const char *
|
|
getprogname(void)
|
|
{
|
|
return program_invocation_short_name;
|
|
}
|