_io_cwd_copy

func _io_cwd_copy(buf: RawPtr) 'io -> Int

Copies the current working directory into buf; returns bytes copied or a negative errno.

View Source
pub func _io_cwd_copy(buf: RawPtr) 'io -> Int {
	'io(request: .cwd_copy(buf))
}