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

Function RecallerPtr

tests/TestCallTransitions.cpp:26–30  ·  view source on GitHub ↗

function calls function by NULLC pointer

Source from the content-addressed store, hash-verified

24
25// function calls function by NULLC pointer
26int RecallerPtr(NULLCFuncPtr func)
27{
28 nullcCallFunction(func, 14);
29 return nullcGetResultInt();
30}
31
32// sort array with comparator function inside NULLC
33void BubbleSortArray(NULLCArray arr, NULLCFuncPtr comparator)

Callers 1

Calls 2

nullcCallFunctionFunction · 0.85
nullcGetResultIntFunction · 0.85

Tested by

no test coverage detected