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 / 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.