1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 13:25:09 +00:00

yet more work

SCCS-file: asctime.c
SCCS-SID: 3.4
This commit is contained in:
Arthur David Olson
1988-02-17 20:07:35 -05:00
committed by Paul Eggert
parent 1bdb11e76f
commit a623b0fa7d

View File

@ -4,16 +4,18 @@
#include "stdio.h"
#if !defined lint && !defined NOID
#ifndef lint
#ifndef NOID
static char elsieid[] = "%W%"
#endif /* !defined lint && !defined NOID */
#endif /* !defined NOID */
#endif /* !defined lint */
#include "time.h"
#include "tzfile.h"
#if !defined __STDC__
#ifndef __STDC__
#define const
#if !defined USG
#ifndef USG
extern char * sprintf();
#endif /* !defined USG */
#endif /* !defined __STDC__ */