mirror of
https://github.com/ziglang/zig.git
synced 2024-11-29 16:42:31 +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;
|