1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-08 20:42:41 +00:00

turbification

SCCS-file: ialloc.c
SCCS-SID: 8.16
This commit is contained in:
Arthur David Olson
1988-02-24 23:12:23 -05:00
committed by Paul Eggert
parent 13a22bf9d3
commit f68e3deb93

View File

@ -11,6 +11,12 @@ static char elsieid[] = "%W%";
#ifdef __STDC__
#include "stddef.h"
/*
** Should be "memory.h", but Turbo C 1.5 doesn't have it. . .
*/
#include "stdlib.h"
#define alloc_t size_t