zig/std/c/freebsd.zig

5 lines
137 B
Zig
Raw Normal View History

2018-10-18 03:21:48 +08:00
extern "c" fn __error() *c_int;
pub const _errno = __error;
pub extern "c" fn getdents(fd: c_int, buf_ptr: [*]u8, nbytes: usize) usize;