mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add sranddev() prototype
This commit is contained in:
parent
7708205cb7
commit
cb541d8f97
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue