new vers.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user