git: purgatorio

ref: 27ca2618d4bc7642370feb39a83a3cff92495ca2
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;
};