home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 2
/
MECOMP-CD-II.iso
/
amiga
/
tools
/
libs
/
regexp
/
include
/
proto
/
regexp.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-02-19
|
279 b
|
16 lines
#ifndef PROTO_REGEXP_H
#define PROTO_REGEXP_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_REGEXP_H
#include <libraries/regexp.h>
#endif
extern struct RegexpBase *RegexpBase ;
#include <clib/regexp_protos.h>
#include <pragmas/regexp_pragmas.h>
#endif