home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / PDP-8 Emulator / Source Code / Assembler / Label.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  179 b   |  8 lines  |  [TEXT/KAHL]

  1.  
  2. /* Label.c */
  3. lHandle newLabelList(void);
  4. void disposeLabelList(lHandle);
  5. lValue getLabelValue(lHandle, char *);
  6. void newLabel(pHandle, char *, lValue);
  7. void pruneLabel(char *);
  8.