_io_close

func _io_close(fd: Int) 'io -> Int

Closes fd; returns zero or a negative errno.

View Source
pub func _io_close(fd: Int) 'io -> Int {
	'io(request: .close(fd))
}