All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.teavm.backend.c.time.h Maven / Gradle / Ivy

There is a newer version: 0.2.8
Show newest version
#pragma once
#include 
#include "definitions.h"

#if TEAVM_WINDOWS
    extern int64_t teavm_unixTimeOffset;
    extern int64_t teavm_perfFrequency, teavm_perfInitTime;
#endif

extern void teavm_initTime();
extern int64_t teavm_currentTimeMillis();
extern int64_t teavm_currentTimeNano();
extern int32_t teavm_timeZoneOffset();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy