diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-23 02:29:51 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-23 02:29:51 +0000 |
| commit | cb541d8f973f243d696216badda54d92a641e67c (patch) | |
| tree | 18f459c76200733f05100ce3089208c9797167dc | |
| parent | 7708205cb774243dfe96540ebbd20970ac48acdd (diff) | |
Notes
| -rw-r--r-- | include/stdlib.h | 1 |
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 |
