Add sranddev() prototype

This commit is contained in:
Andrey A. Chernov 2001-04-23 02:29:51 +00:00
parent 7708205cb7
commit cb541d8f97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75846

View File

@ -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