unit
freebsd_stdout


unit freebsd_stdout = {
imports[
cfiles : CFiles_T
isthreaded : { __isthreaded }
];
exports[
stdout : Stdout_T
];
...
}


Rendered using Haskell HTML Combinators