unit
libc_errno


unit libc_errno = {
imports[];
exports[
out : Errno_T
];
...
}


Rendered using Haskell HTML Combinators