mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Added prototype for srandom(). Function is already defined in random.c (together with the other random functions like initstate, setstate, random) but not exposed in the header file
This commit is contained in:
parent
5af25f687a
commit
0d2aa4fba4
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ float randf(void);
|
|||
char *initstate(unsigned, char *, size_t);
|
||||
char *setstate(char *);
|
||||
long random(void);
|
||||
void srandom(unsigned);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue