home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume6 / bsearchstr / README < prev   
Text File  |  1986-11-30  |  905b  |  24 lines

  1. Information on bsearchstr(3):
  2.  
  3. 1.  This library routine is like bsearch(3), but generalized to work
  4.     with files (not memory images) of random length strings (not fixed
  5.     length objects).
  6.  
  7. 2.  Unlike bsearch(), it is well-behaved.  If more than one data item
  8.     (text line) matches the pattern, it returns the first matching item,
  9.     not a random one.
  10.  
  11. 3.  It's been around a while, well tested, and shown itself to be
  12.     generally useful, mainly for lookups into large, sorted lists.
  13.  
  14. 4.  It runs on HP-UX (AT&T V.2); hasn't been tested on other variants.
  15.  
  16. 5.  No makefile provided or needed -- compilation and linking are
  17.     vanilla.
  18.  
  19. 6.  No warranty express or implied accompanies this software.  Caveat
  20.     emptor.  See the manual entry.
  21.  
  22. Alan Silverstein, Hewlett-Packard Systems Software Operation, Fort Collins,
  23. Colorado; {ihnp4 | hplabs}!hpfcla!ajs; 303-229-3053; (lat-long on request :-)
  24.