mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +00:00
5 lines
137 B
Zig
5 lines
137 B
Zig
extern "c" fn __error() *c_int;
|
|
pub const _errno = __error;
|
|
|
|
pub extern "c" fn getdents(fd: c_int, buf_ptr: [*]u8, nbytes: usize) usize;
|