|
|
BSD 4.3
#include <stdio.h>
#include "Time.h"
Time *localtime(), *gmtime();
Time
LocalTime()
{
LongCardinal t;
time(&t);
return (*localtime(&t));
}
Time
GMTime()
{
LongCardinal t;
time(&t);
return (*gmtime(&t));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.