Add prototype for srandom() (#132)

This commit is contained in:
fabriziobertocci
2021-03-21 10:33:33 -04:00
committed by GitHub
parent 5af25f687a
commit 2f41b4dcc6

View File

@ -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) */