home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / regexp / src / regexpbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-19  |  137 b   |  8 lines

  1.  
  2. struct RegexpBase {
  3.     struct Library reb_LibNode;
  4.     struct ExecBase *reb_SysBase;
  5.     struct DosLibrary *reb_DOSBase;
  6.     APTR *reb_SegList;
  7. };
  8.