We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd5583 commit 502423fCopy full SHA for 502423f
primes.c
@@ -53,9 +53,3 @@ emalloc(unsigned long n)
53
{
54
return calloc(n ,1);
55
}
56
-
57
-long
58
-lrand(void)
59
-{
60
- return rand();
61
-}
0 commit comments