mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.c: add fmemopen
This commit is contained in:
parent
ce7dcf2294
commit
4128eea00c
@ -342,6 +342,8 @@ pub extern "c" fn prctl(option: c_int, ...) c_int;
|
||||
pub extern "c" fn getrlimit(resource: rlimit_resource, rlim: *rlimit) c_int;
|
||||
pub extern "c" fn setrlimit(resource: rlimit_resource, rlim: *const rlimit) c_int;
|
||||
|
||||
pub extern "c" fn fmemopen(noalias buf: ?*c_void, size: usize, noalias mode: [*:0]const u8) ?*FILE;
|
||||
|
||||
pub const max_align_t = if (std.Target.current.abi == .msvc)
|
||||
f64
|
||||
else if (std.Target.current.isDarwin())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user