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

indentation; MAL NULL

SCCS-file: scheck.c
SCCS-SID: 7.7
This commit is contained in:
Arthur David Olson
1986-03-05 18:40:08 -05:00
committed by Paul Eggert
parent 775b52e48e
commit c50c9940b3

View File

@@ -15,12 +15,13 @@ static char sccsid[] = "%W%";
#endif
#ifndef MAL
#define MAL 0
#define MAL NULL
#endif
extern char * malloc();
char * scheck(string, format)
char *
scheck(string, format)
char * string;
char * format;
{