func _io_getenv_copy(name: RawPtr, name_len: Int, buf: RawPtr) 'io -> IntCopies an environment value into buf; returns bytes copied or a negative errno.
View Source
pub func _io_getenv_copy(name: RawPtr, name_len: Int, buf: RawPtr) 'io -> Int {
'io(request: .getenv_copy(name, name_len, buf))
}