home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
progjorn
/
pj_7_6.arc
/
WINSTACK.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-04-25
|
244 b
|
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 );