mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03: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;
|