view mac/inc/alloca.h @ 36178:1f5dd1c73a2a

Delete Footnote mode info. Comment out EUDC info. Merge fortune-to-signature info with spook in one node, called Mail Amusements. Other small changes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Feb 2001 02:26:38 +0000
parents 923b8d6d8277
children fb3498282d71
line wrap: on
line source

#ifndef _ALLOCA_H_
#define _ALLOCA_H_

#if __MRC__
void *__alloca(size_t size);
#endif

#endif