home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / STRLIB.ZIP / _STR2MAP.H < prev    next >
Encoding:
Text File  |  1986-01-13  |  256 b   |  11 lines

  1.  
  2. /*  File   : _str2map.h
  3.     Author : Richard A. O'Keefe.
  4.     Updated: 11 April 1984
  5.     Purpose: Definitions from _str2map.c
  6. */
  7.  
  8. extern  char    _map_vec[_AlphabetSize+1];
  9. extern  void    _str2map(/*int,_char_^,char^*/);
  10.  
  11.