mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
7 lines
122 B
C
7 lines
122 B
C
// Copyright 2018 plutoo
|
|
#pragma once
|
|
#include "../types.h"
|
|
|
|
void randomGet(u8* buf, size_t len);
|
|
u64 randomGet64(void);
|