code: purgatorio

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