home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0457.ZIP
/
CCE_0457
/
GASSRC03.ZOO
/
stack.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-05-02
|
191b
|
11 lines
/* stack def for atari version */
#ifndef CROSSATARI
#ifndef atariminix
#ifdef atarist
long _stksize = -1L;
unsigned long __DEFAULT_BUFSIZ__ = 64*1024L; /* why not ! */
#endif
#endif
#endif