git: purgatorio

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