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 / Global.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  143 b   |  7 lines  |  [TEXT/KAHL]

  1.  
  2. /* Global.c */
  3. void PascalToC(str255, char *);
  4. void CtoPascal(str255, char *);
  5. void copyString(char *, char *);
  6. short lengthOfString(char *);
  7.