git: purgatorio

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