@@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
void
die(const char *s)
{
perror(s);
exit(1);
}
The note is not visible to the blocked user.