home *** CD-ROM | disk | FTP | other *** search
/ Dr. Reference / dr_ref.zip / dr_ref / C_2_____ / STRLIB.ZIP / _STR2MAP.H < prev    next >
Text File  |  1993-01-04  |  256b  |  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.