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: 2d375652140f41c6900aaf8f898d8058d97d1702 (
plain
) (
blame
)
1
2
3
4
fn
getenv
(
str
n
)
->
str
{
ret
_str
.
str_from_cstr
(
os
.
libc
.
getenv
(
_str
.
buf
(
n
)));
}