code: 9ferno

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