From da59eee6ca05941cce02aa4863d4bb2c98f65f21 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 30 Jan 1999 02:39:09 +0000 Subject: [PATCH] prototype drand48() --- include/util.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/util.h b/include/util.h index e95589de14..5676864a78 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.52 1998/11/12 06:30:12 wessels Exp $ + * $Id: util.h,v 1.53 1999/01/29 19:39:09 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -113,4 +113,8 @@ extern double xdiv(double nom, double denom); extern const char *xitoa(int num); +#if !HAVE_DRAND48 +double drand48(void); +#endif + #endif /* ndef _UTIL_H_ */ -- 2.47.3