File:  [MW Coherent from dump] / coherent / a / usr / include.b4ps2 / time.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 4.0.2
 * 	Copyright (c) 1982, 1992 by Mark Williams Company.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
/*
 * time.h
 * COHERENT time function header.
 */

#ifndef	TIME_H
#define	TIME_H	TIME_H

#include <sys/types.h>

struct	tm	{
	int	tm_sec;
	int	tm_min;
	int	tm_hour;
	int	tm_mday;
	int	tm_mon;
	int	tm_year;
	int	tm_wday;
	int	tm_yday;
	int	tm_isdst;
};

extern	char		*asctime();
extern	char		*ctime();
extern	struct	tm	*gmtime();
extern	struct	tm	*localtime();
extern	time_t		time();
extern	long		timezone;
extern	char		*tzname[2];

#endif

/* end of time.h */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.