code: purgatorio

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