home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / Assembler / Source.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  240 b   |  10 lines  |  [TEXT/KAHL]

  1.  
  2. /* Source.c */
  3. sHandle newSource(void);
  4. void disposeSource(sHandle);
  5. void loadSource(sHandle);
  6. void getSection(pHandle, char *);
  7. short getSegment(char *, short *, str255);
  8. operator getPart(char *, short *, str255);
  9. void nextLine(sHandle);
  10.