]>
Witch of Git - ivy/blob - rt/src/sys.rs
2 pub(crate) fn write(fd
: i32, buf
: *const u8, len
: usize) -> isize;
3 pub(crate) fn exit(code
: i32) -> !;
4 pub(crate) fn malloc(size
: usize) -> *mut u8;
5 pub(crate) fn free(ptr
: *mut u8);
This page took 0.066449 seconds and 5 git commands to generate.