diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 15:58:20 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 15:58:20 +0000 |
| commit | dea750ae4cecca883282ce0a68c1985028c6fdb1 (patch) | |
| tree | fc09415a77bf631c623e52625b4790a4bc20d5d6 /include/stdlib.h | |
| parent | 19fa8f60e96f2d63e5d5e8b0cd60c7dd11df5a78 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index db30a5abc900..39b36bcb77be 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)stdlib.h 8.5 (Berkeley) 5/19/95 + * $FreeBSD$ */ #ifndef _STDLIB_H_ @@ -160,6 +161,7 @@ int radixsort __P((const unsigned char **, int, const unsigned char *, unsigned)); int sradixsort __P((const unsigned char **, int, const unsigned char *, unsigned)); +int rand_r __P((unsigned *)); long random __P((void)); void *reallocf __P((void *, size_t)); char *realpath __P((const char *, char resolved_path[])); |
