_io_arg_copy

func _io_arg_copy(index: Int, buf: RawPtr) 'io -> Int

Copies argument index into buf; returns bytes copied or a negative errno.

View Source
pub func _io_arg_copy(index: Int, buf: RawPtr) 'io -> Int {
	'io(request: .arg_copy(index, buf))
}