mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
5 lines
157 B
Zig
5 lines
157 B
Zig
|
pub extern fn getrandom(buf_ptr: &u8, buf_len: usize, flags: c_uint) -> c_int;
|
||
|
|
||
|
extern fn __errno_location() -> &c_int;
|
||
|
pub const _errno = __errno_location;
|