mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 05:23:17 +00:00
yet more work
SCCS-file: asctime.c SCCS-SID: 3.4
This commit is contained in:
committed by
Paul Eggert
parent
1bdb11e76f
commit
a623b0fa7d
10
asctime.c
10
asctime.c
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user