home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / GSTOBJ.ZIP / GstObjects / stack / 133 / 100 / Info next >
Text File  |  1994-09-12  |  589b  |  31 lines

  1. Abstract push/pop stack
  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.  
  25. 0    stack_New
  26. 1    stack_Dispose
  27. 2    stack_Push
  28. 3    stack_Pop
  29. 4    stack_Top
  30. 5    stack_NextToTop
  31.