home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / myMemory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  252 b   |  7 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2. OSErr    myOpenFile(FSSpec *theFile, Ptr, Size);
  3. OSErr    mySaveFile(Ptr where, Size howmuch, OSType fType, short prompt, short defName);
  4. OSErr    OpenProcessorState(FSSpecPtr theFile);
  5. OSErr    SaveProcessorState(void);
  6. #pragma internal reset
  7.