func _io_realpath_copy(path: RawPtr, buf: RawPtr) 'io -> IntCopies 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))
}