home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / libs / regexp / src / regexpbase.h < prev   
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.