view final_main/src/iallocfs_impl.cbc @ 30:10bdabd06497 default tip

fix
author menikon
date Mon, 17 Feb 2020 04:52:15 +0900
parents c8fee0262ead
children
line wrap: on
line source

#interface "fs.dg"

__code iallocfs_impl(struct fs_impl* fs, uint dev, short type, __code next(...)) {
    goto allocinode(fs, dev, sb, next(...));
}