git: purgatorio

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