home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / PDP-8 Emulator / 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.