home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / exec / strings.m < prev    next >
Encoding:
Text File  |  1999-04-05  |  68 b   |  8 lines

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