unit
freebsd_env


unit freebsd_env = {
imports[
cmdline : CmdLine_T
malloc : Malloc_T
freebsd_string : FreeBSDString_T
malloc : { extends Malloc_T
reallocf }
];
exports[
out : GetPutEnv_T
];
...
}


Rendered using Haskell HTML Combinators