MCPcopy Create free account
hub / github.com/GJDuck/e9patch / getrandom

Function getrandom

examples/stdlib.c:1423–1426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423static int getrandom(void *buf, size_t buflen, unsigned int flags)
1424{
1425 return (int)syscall(SYS_getrandom, buf, buflen, flags);
1426}
1427
1428int nanosleep(const struct timespec *req, struct timespec *rem)
1429{

Callers 1

pool_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected