_io_realpath_copy

func _io_realpath_copy(path: RawPtr, buf: RawPtr) 'io -> Int

Copies the canonicalized spelling of path into buf, or returns a negative errno.

View Source
pub func _io_realpath_copy(path: RawPtr, buf: RawPtr) 'io -> Int {
	'io(request: .realpath_copy(path, buf))
}