unit
freebsd_math


unit freebsd_math = {
imports[
errno : Errno_T
fds : PosixFD_T
];
exports[
math : Math_T
];
...
}


Rendered using Haskell HTML Combinators