Add prototype for srandom() (#132)
This commit is contained in:
@ -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) */
|
||||||
|
|||||||
Reference in New Issue
Block a user