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

  1.  
  2. /*f File   : _str2set.h
  3.     Updated: 10 April 1984
  4.     Purpose: External declarations for strprbk, strspn, strcspn &c
  5.     Copyright (C) 1984 Richard A. O'Keefe.
  6. */
  7.  
  8. extern  int     _set_ctr;
  9. extern  char    _set_vec[];
  10. extern  void    _str2set(/*char^*/);
  11.  
  12.