home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / gstobjects_1 / set / 151 / 100 / Info next >
Encoding:
Text File  |  1994-09-24  |  604 b   |  32 lines

  1. Disjoint set forests
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object requires the Shared C Library (object 1).
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23. Entry points provided:
  24. 0    set_Make
  25. 1    set_Union
  26. 2    set_Find
  27. 3    set_Number
  28. 4    set_Dispose
  29. 5    set_Call
  30. 6    set_SetValue
  31. 7    set_GetValue
  32.