ATSLIB/libats/ML/stdlib
The functions declared in this package are mostly provided for the sake of
convenience. For full-fledged support, please see [ATSLIB/libc/SATS/stdlib.sats].
Synopsis
fun{}
getenv_exn (name: NSH(string)): string
Synopsis
fun{}
getenv_opt (name: NSH(string)): option0 (string)
Synopsis
fun{}
setenv_exn
(
name: NSH(string), value: NSH(string), overwrite: int
) : void
Synopsis
fun{}
setenv_err
(
name: NSH(string), value: NSH(string), overwrite: int
) : int