code: purgatorio

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