diff options
author | ache <ache@FreeBSD.org> | 2001-04-23 02:29:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-23 02:29:51 +0000 |
commit | 3cddd0dd36d8566c7aea90aebd787450109b601f (patch) | |
tree | 028283de88ee22b27379e580d5ec47c120773493 /include | |
parent | fb76083ae2c2c518374309576a3a0fe4f9d1697c (diff) | |
download | FreeBSD-src-3cddd0dd36d8566c7aea90aebd787450109b601f.zip FreeBSD-src-3cddd0dd36d8566c7aea90aebd787450109b601f.tar.gz |
Add sranddev() prototype
Diffstat (limited to 'include')
-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 372bbcd..fe8b6a5 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 |