mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-02 23:18:44 +00:00
Add prototype for srandom() (#132)
This commit is contained in:
parent
5af25f687a
commit
2f41b4dcc6
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
Reference in a new issue