Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1b1d85fd4cc6ace45d5ec95cd95ce2ccbe6f2e17
/
.
/
library
/
std
/
src
/
sys
/
hermit
/
env.rs
blob: 7a0fcb31ef2e87a66f2768aa263b8bf953ad28ca [
file
] [
log
] [
blame
]
pub
mod
os
{
pub
const
FAMILY
:
&
str
=
""
;
pub
const
OS
:
&
str
=
"hermit"
;
pub
const
DLL_PREFIX
:
&
str
=
""
;
pub
const
DLL_SUFFIX
:
&
str
=
""
;
pub
const
DLL_EXTENSION
:
&
str
=
""
;
pub
const
EXE_SUFFIX
:
&
str
=
""
;
pub
const
EXE_EXTENSION
:
&
str
=
""
;
}