code: purgatorio

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