]> git.meshlink.io Git - meshlink/blob - src/xoshiro.h
Assume getaddrinfo() and IPv6 are supported.
[meshlink] / src / xoshiro.h
1 #ifndef MESHLINK_XOSHIRO_H
2 #define MESHLINK_XOSHIRO_H
3
4 extern uint64_t xoshiro(uint64_t s[4]) __attribute__((__warn_unused_result__));
5
6 #endif