unit
libc_malloc


unit libc_malloc = {
imports[
memobj : MemObj_T
panic : Panic_T
string : String_T
];
exports[
malloc : Malloc_T
];
...
}


Rendered using Haskell HTML Combinators