code: purgatorio

ref: efd1615c5741a6898853fefc24b1cbcb734e5477
dir: /module/memfs.m/

View raw version
MemFS : module {
	PATH : con "/dis/lib/memfs.dis";
	init : fn() : string;
	newfs : fn (maxsz : int) : ref Sys->FD;
};