@@ -7,9 +7,13 @@
#include "funcs.h"
extern int verbosity;
int random1000(int foo)
{
int value;
if (verbosity)
fprintf(stderr, "%s(%d)\n", __func__, foo);
value = rand() % 1000;
return value;
}
The note is not visible to the blocked user.