Function close [src]

Prototype

pub fn close(fd: i32) usize

Parameters

fd: i32

Source

pub fn close(fd: i32) usize { return syscall_bits.syscall1(.CLOSE, @bitCast(@as(isize, fd))); }