home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / strings / c_string / str2pat.h < prev    next >
Encoding:
Text File  |  1986-04-09  |  237 b   |  12 lines

  1.  
  2. /*f File   : _str2pat.h
  3.     Author : Richard A. O'Keefe.
  4.     Updated: 20 April 1984
  5.     Purpose: Definitions from _str2pat.c
  6. */
  7.  
  8. extern  int     _pat_lim;
  9. extern  int     _pat_vec[];
  10. extern  _char_  *_str2pat(/*_char_^*/);
  11.  
  12.