From cb541d8f973f243d696216badda54d92a641e67c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Apr 2001 02:29:51 +0000 Subject: [PATCH] Add sranddev() prototype --- include/stdlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdlib.h b/include/stdlib.h index 372bbcd9395..fe8b6a5ecf6 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -102,6 +102,7 @@ void qsort __P((void *, size_t, size_t, int rand __P((void)); void *realloc __P((void *, size_t)); void srand __P((unsigned)); +void sranddev __P((void)); double strtod __P((const char *, char **)); long strtol __P((const char *, char **, int)); long long