Rev 50 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#include <stdlib.h>
char * __progname;
const char *
_getprogname(void)
{
return (__progname);
}