@ -12,8 +12,13 @@
#include <errno.h>
#include <signal.h>
static const char *pname;
int main(int argc, char *argv[])
{
pname = argv[0];
printf("[%s]\n", pname);
return 0;
}
The note is not visible to the blocked user.