Add sranddev() prototype

This commit is contained in:
ache 2001-04-23 02:29:51 +00:00
parent fb76083ae2
commit 3cddd0dd36

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