1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 21:28:54 +00:00

use imalloc

SCCS-file: scheck.c
SCCS-SID: 7.13
This commit is contained in:
Arthur David Olson
1986-12-25 18:06:14 -05:00
committed by Paul Eggert
parent 02bd5bbfcb
commit e5a64303fe

View File

@@ -12,15 +12,7 @@ static char sccsid[] = "%W%";
#include "ctype.h"
#ifndef alloc_t
#define alloc_t unsigned
#endif
#ifndef MAL
#define MAL NULL
#endif
extern char * malloc();
extern char * imalloc();
char *
scheck(string, format)