mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 08:02:32 +00:00
5 lines
124 B
Zig
5 lines
124 B
Zig
|
pub extern fn getrandom(buf_ptr: &u8, buf_len: usize) -> c_int;
|
||
|
|
||
|
extern fn __error() -> &c_int;
|
||
|
pub const _errno = __error;
|