fail posix_spawn file_actions operations with negative fds
[musl.git] / src / prng / rand48.h
blob55cbec1c60bc60c0c36d3bc9a0b7e3151b3d8028
1 #include <stdint.h>
2 #include <features.h>
4 hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
5 extern hidden unsigned short __seed48[7];