mirror of
https://github.com/ziglang/zig.git
synced 2024-11-29 16:42:31 +00:00
4 lines
164 B
Zig
4 lines
164 B
Zig
pub extern "c" fn getrandom(buf_ptr: &u8, buf_len: usize, flags: c_uint) -> c_int;
|
|
extern "c" fn __errno_location() -> &c_int;
|
|
pub const _errno = __errno_location;
|