1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 12:21:11 +00:00

endif commentary added

SCCS-file: zdump.c
SCCS-SID: 7.14
This commit is contained in:
Arthur David Olson
1995-01-03 11:26:28 -05:00
committed by Paul Eggert
parent e007bb99d8
commit 057e981110

View File

@ -17,11 +17,11 @@ static char elsieid[] = "%W%";
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H 1
#endif
#endif /* !defined HAVE_STDLIB_H */
#if HAVE_STDLIB_H
#include "stdlib.h" /* for exit, malloc, atoi */
#endif
#endif /* defined HAVE_STDLIB_H */
#ifndef MAX_STRING_LENGTH
#define MAX_STRING_LENGTH 1024