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 >
Wrap
Text File
|
1995-03-15
|
782b
|
17 lines
/*************************************************************************
IBM C/C++ Tools Version 3.00 - Collection Class Library
(C) Copyright IBM Corporation 1992 ,1995, Licensed Program-Property of
IBM. All Rights Reserved. US Government Users Restricted Rights - Use,
duplication or disclosure restricted by GSA ADP Schedule Contract with
IBM Corp.
*************************************************************************/
/*-------------------------------------------------------------*\
| xmulti.h - Definition of MultiXampleStack common for |
| multi1.C and multi2.C |
\*-------------------------------------------------------------*/
#include <istack.h>
typedef IStack <int> MultiXampleStack;