unit
freebsd_string


unit freebsd_string = {
imports[
malloc : Malloc_T
locale : FreeBSDLocale_T
errno : Errno_T
];
exports[
out : FreeBSDString_T
];
...
}


Rendered using Haskell HTML Combinators