home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / networking / amitcp / wu-ftpd-37.21.lha / wu-ftpd / src / regmagic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-21  |  153 b   |  6 lines

  1. /*
  2.  * The first byte of the regexp internal "program" is actually this magic
  3.  * number; the start node begins in the second byte.
  4.  */
  5. #define    MAGIC    0234
  6.