git: purgatorio

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