home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / libs / regexp / src / regexp.h < prev    next >
Encoding:
Text File  |  1998-02-26  |  530 b   |  16 lines

  1. /*
  2.  * Definitions etc. for regexp(3) routines.
  3.  *
  4.  * Caveat:  this is V8 regexp(3) [actually, a reimplementation thereof],
  5.  * not the System V one.
  6.  *
  7.  *    $NetBSD: regexp.h,v 1.3 1997/10/09 10:21:21 lukem Exp $
  8.  */
  9.  
  10. /* Amiga prototypes for exported library functions */
  11. __saveds __asm regexp *RegComp(register __a0 STRPTR);
  12. __saveds __asm void RegFree(register __a1 regexp*);
  13. __saveds __asm LONG RegExec(register __a0 regexp*, register __a1 STRPTR);
  14. /* Amiga version only */
  15. __saveds __asm STRPTR RegXlatError(register __d0 LONG);
  16.