<> <> <> <> <> <<>> DIRECTORY Imager USING [Context]; ImagerMemory: CEDAR DEFINITIONS ~ BEGIN Context: TYPE ~ Imager.Context; NewMemoryContext: PROC RETURNS [c: Context]; GetContextSize: PROC [c: Context] RETURNS [size: INT]; -- size in words Replay: PROC [c, into: Context]; <> <<>> END.