new vers.

This commit is contained in:
zolliker
2005-06-29 14:15:53 +00:00
parent a4d9b5e5cf
commit 371ec68262
10 changed files with 61 additions and 19 deletions

View File

@@ -35,6 +35,10 @@ int mycNow(void) {
return (int)(now-my_base);
}
time_t mycUnixTime(int myTime) {
return myTime+my_base;
}
int mycMsecSince(int since) {
#if __VMS
struct timeb now;