date and time created 82/02/02 16:00:30 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / RANDOM.c
index ec971bc..495bd47 100644 (file)
@@ -1,9 +1,11 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)RANDOM.c 1.2 %G%";
+static char sccsid[] = "@(#)RANDOM.c 1.3 %G%";
 
 #include "h00vars.h"
 
 
 #include "h00vars.h"
 
+extern long RAND();
+
 double
 RANDOM()
 {
 double
 RANDOM()
 {