MCPcopy Create free account
hub / github.com/beefytech/Beef / CPPGetValue

Function CPPGetValue

IDE/mintest/src/cpp/sys.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int CPPGetValue(float fVal)
67{
68 //DLLMethod();
69 //gDLLVariable = 9;
70
71 return (int)fVal;
72}
73
74int GetValue2(float fVal, double dVal)
75{

Callers 1

CPPSTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected