home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / most-3.2 / part01 / search.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-13  |  208 b   |  12 lines

  1. #ifndef _DAVIS_SEARCH_H_
  2. #define _DAVIS_SEARCH_H_
  3. #include <stdio.h>
  4. #include <string.h>
  5.  
  6. extern int SEARCH_DIR;
  7.  
  8. extern int search(unsigned char *, int, int *);
  9. extern int substring(char *, char *);
  10. #endif
  11.  
  12.