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

Function __nullcPowSet

NULLC/translation/runtime.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 return fmod(a, b);
246}
247int __nullcPowSet(char *a, int b)
248{
249 return *a = (char)__nullcPow((int)*a, b);
250}
251int __nullcPowSet(short *a, int b)
252{
253 return *a = (short)__nullcPow((int)*a, b);

Callers

nothing calls this directly

Calls 1

__nullcPowFunction · 0.85

Tested by

no test coverage detected