#if defined(LIBC_RCS) && !defined(lint) static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include extern const char *__progname; const char * getprogname(void) { return (__progname); }