home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PROGJRN
/
PJ_7_6.ARC
/
WINSTACK.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh 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 );