home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / source / e / 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.