home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
progjorn
/
pj_7_6.arc
/
WINSTACK.H
< prev
next >
Wrap
C/C++ Source or Header
|
1988-04-25
|
244b
|
12 lines
/*
* winstack.h support winPush(win) and winPop().
*
* (c) Copyright 1988 Aspen Scientific
* All Rights Reserved.
*/
#define WIN_MAX 32 /* this should be enough */
extern int winPush( WINDOW * );
extern void winPop( void );