@@ -0,0 +1,7 @@
#include <stdio.h>
#include "version.h"
void version(void)
{
printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION);
}
The note is not visible to the blocked user.