home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / XMULTI / XMULTI.H < prev    next >
Text File  |  1995-03-15  |  782b  |  17 lines

  1. /*************************************************************************
  2.   IBM C/C++ Tools Version 3.00 - Collection Class Library
  3.  (C) Copyright IBM Corporation 1992 ,1995, Licensed Program-Property of
  4.  IBM.  All Rights Reserved.  US Government Users Restricted Rights - Use,
  5.  duplication or disclosure restricted by GSA ADP Schedule Contract with
  6.  IBM Corp.
  7.  *************************************************************************/
  8.  
  9. /*-------------------------------------------------------------*\
  10. | xmulti.h     -  Definition of MultiXampleStack common for     |
  11. |                 multi1.C and multi2.C                         |
  12. \*-------------------------------------------------------------*/
  13.  
  14. #include <istack.h>
  15.  
  16. typedef IStack <int>  MultiXampleStack;
  17.