MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcInitTimeModule

Function nullcInitTimeModule

NULLC/includes/time.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32#define REGISTER_FUNC(funcPtr, name, index) if(!nullcBindModuleFunction("std.time", (void(*)())NULLCTime::funcPtr, name, index)) return false;
33bool nullcInitTimeModule()
34{
35 REGISTER_FUNC(clock, "clock", 0);
36 REGISTER_FUNC(clockPrecise, "clock_precise", 0);
37 return true;
38}

Callers 3

WinMainFunction · 0.85
mainFunction · 0.85
SpeedTestTextFunction · 0.85

Calls

no outgoing calls

Tested by 1

SpeedTestTextFunction · 0.68