mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 17:23:09 +00:00
5 lines
132 B
Zig
5 lines
132 B
Zig
pub extern "c" fn getrandom(buf_ptr: &u8, buf_len: usize) -> c_int;
|
|
fn extern "c" __error() -> &c_int;
|
|
|
|
pub const _errno = __error;
|