mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
5 lines
101 B
C
5 lines
101 B
C
// Copyright 2018 plutoo
|
|
|
|
void randomGet(u8* buf, size_t len);
|
|
u64 randomGet64(u8* buf, size_t len);
|