home *** CD-ROM | disk | FTP | other *** search
- Path: god.bel.alcatel.be!usenet
- From: Evert de Vos <vosev@sh.bel.alcatel.be>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: alloca() on Amiga?
- Date: Thu, 18 Apr 1996 13:09:38 +0200
- Organization: Alcatel/Bell
- Message-ID: <317622F2.794BDF32@sh.bel.alcatel.be>
- References: <2720tdg60.alamito@marketgraph.xs4all.nl> <4k1oce$lub@blackice.winternet.com> <DpE7Ip.7or@unx.sas.com> <393brdv60.alamito@marketgraph.xs4all.nl> <4l59du$bdo@enterprise.netserv.chula.ac.th>
- NNTP-Posting-Host: btk048.bsg.bel.alcatel.be
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (X11; I; SunOS 4.1.3_U1 sun4m)
-
- : Is there a nice way to get a working alloca() function for the Amiga?
- : It is present on all PC and Unix C implementations, but not on the Amiga.
- : (it allocates mem from the stack, automatically freeing it upon return
- : from subroutine).
-
- Why not just declare local variables for this purpose?
-