From f8f6d0dc4a4483329b8e64aadcecf13b6ba21201 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Mon, 21 Nov 1994 09:25:58 +0000 Subject: Reviewed by: Bruce Evans Add prototypes for the *rand48 family here in the moment to get them running again. --- include/stdlib.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 31fa8e39a0e8..fda6f96ea80e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -122,6 +122,16 @@ int setenv __P((const char *, const char *, int)); #endif #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) +double drand48 __P((void)); +double erand48 __P((unsigned short[3])); +long lrand48 __P((void)); +long nrand48 __P((unsigned short[3])); +long mrand48 __P((void)); +long jrand48 __P((unsigned short[3])); +void srand48 __P((long)); +unsigned short *seed48 __P((unsigned short[3])); +void lcong48 __P((unsigned short[7])); + void *alloca __P((size_t)); /* built-in for gcc */ /* getcap(3) functions */ char *getbsize __P((int *, long *)); -- cgit v1.3