mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-22 14:54:43 +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 *initstate(unsigned, char *, size_t);
|
||||||
char *setstate(char *);
|
char *setstate(char *);
|
||||||
long random(void);
|
long random(void);
|
||||||
|
void srandom(unsigned);
|
||||||
|
|
||||||
COSMOPOLITAN_C_END_
|
COSMOPOLITAN_C_END_
|
||||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue