File:  [MW Coherent from dump] / coherent / g / usr / lib / misc / jdtoti.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * Coherent time to Julian day in integers.
 */
#include "local_misc.h"

time_t
jday_to_time(jd)
jday_t jd;
{
	return (((jd.j_d-COHEPOCH)*86400L)+jd.j_s-86400L/2);
}

unix.superglobalmegacorp.com

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