view mac/inc/alloca.h @ 35053:e3e1ff3616fa

Commentary changes. (detect_eol_type_in_2_octet_form): Declare arg big_endian_p.
author Dave Love <fx@gnu.org>
date Thu, 04 Jan 2001 17:35:26 +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