home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSREGEXP.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  655b  |  21 lines

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Some regular expression evaluator.
  7.  
  8.                                            Copyright(c) 1994-1997 
  9.                                                           ComBits 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #ifndef __CSREGEXP_H
  14. #define __CSREGEXP_H
  15.  
  16. #include "cstypes.h"
  17.  
  18. int regexp(csCHAR *so,csCHAR *pa);
  19.  
  20. #endif
  21.