home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- CSDB Library, Version 1.6.b
- Released: March 2nd 1995
-
- Binary search through an array.
-
- Copyright(c) 1994,1995
- Combis
- The Netherlands
- ***********************************************************************/
-
- void huge *bin_search(void *s,
- void *base,
- long numrec,
- unsigned len,
- int (*fun)(const void * p,const void * q),
- int &found);
-
-
-
-