summaryrefslogtreecommitdiff
path: root/appl/ebook/strcache.m
blob: 6c11563b68d3f502fccfef4db8d972073a9a608b (plain)
1
2
3
4
5
6
Strcache: module {
	PATH: con "/dis/ebook/./strcache.dis";
	init:		fn(n: int);
	cache:	fn(s: string): string;
	flush:	fn(): string;
};