Add sranddev() prototype
This commit is contained in:
parent
7708205cb7
commit
cb541d8f97
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user