Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!samsung!umich!mailrus!ncar!tank!gargoyle!ddsw1!tronsbox!bleys From: bleys@tronsbox.UUCP (Bill Cavanaugh) Newsgroups: comp.sys.amiga Subject: AllocRemember() Message-ID: <261166b4:6283.1comp.sys.amiga;1@tronsbox.UUCP> Date: 29 Mar 90 03:00:27 GMT References: <90086.093011UH2@psuvm.psu.edu> Lines: 32 >Item: 6283 by [Lee Sailer] > Subj: AllocRemember() The Lattice compiler_headers definition in proto/intuition.h is char *AllocRemember(struct Remember **, long, long); The RKM says: "The Remember structure is defined in intuition/intuition.h as follows: struct Remember { struct Remember *NextRemember; ULONG RememberSize; UBYTE *Memory; }; The contents of the Remember structure are handled by the system, but are explained here for completeness." The example does indeed use AllocRemember(&rememberKey, SIZE_A, FLAGS_A). /************************************************************ * * * Everything above is copyright me. All rights unreserved. * * uunet!tronsbox!bleys * * * * "The perversity of the universe tends to a maximum" * * Finagle's First Law * * J. Pournelle * * * ************************************************************/