home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / e / amigae / modulessrc / exec / strings.e < prev    next >
Text File  |  1995-07-05  |  116b  |  12 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST EOS=0,
  5.       BELL=7,
  6.       LF=10,
  7.       CR=13,
  8.       BS=8,
  9.       DEL=$7F,
  10.       NL=10
  11.  
  12.