unit
msdos


unit msdos = {
imports[
base : LinuxFSBase_T
];
exports[
out : { FS_LINUX_init_msdos_fs }
];
...
}


Rendered using Haskell HTML Combinators