index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
GenericOS.rs
blob: c60fa2b8ed17665aaf726d25e4228900a8c614dd (
plain
) (
blame
)
1
2
3
4
fn
getenv
(
str
n
)
->
str
{
ret
Str
.
str_from_cstr
(
OS
.
libc
.
getenv
(
Str
.
buf
(
n
)));
}