musl - an implementation of the standard library for Linux-based systems
blob: 55cbec1c60bc60c0c36d3bc9a0b7e3151b3d8028 (
plain) (
blame)
1
2
3
4
5
|
#include <stdint.h>
#include <features.h>
hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
extern hidden unsigned short __seed48[7];
|