summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-23 02:29:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-23 02:29:51 +0000
commitcb541d8f973f243d696216badda54d92a641e67c (patch)
tree18f459c76200733f05100ce3089208c9797167dc
parent7708205cb774243dfe96540ebbd20970ac48acdd (diff)
Notes
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 372bbcd93954..fe8b6a5ecf67 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