home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / cslib16b / include / csregexp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  631 b   |  19 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Version 1.6.b 
  4.                                          Released: March 2nd 1995 
  5.  
  6.        Some regular expression evaluator.
  7.  
  8.                                            Copyright(c) 1994,1995 
  9.                                                            Combis 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #ifndef __CSREGEXP_H
  14. #define __CSREGEXP_H
  15.  
  16. int regexp(CSCHAR *so,CSCHAR *pa);
  17.  
  18. #endif
  19.