view mac/inc/alloca.h @ 32885:c5fc43371c70

(batch-update-authors): New function. (authors-fixed-entries): New defconst. (authors-add-fixed-entries): New function. (authors): Call it.: Don't process lispref/.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Oct 2000 19:01:38 +0000 (2000-10-25)
parents 923b8d6d8277
children fb3498282d71
line wrap: on
line source
#ifndef _ALLOCA_H_
#define _ALLOCA_H_

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

#endif