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

Function DecodeTargetDataPtr

IDEHelper/Compiler/CeDebugger.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16USING_NS_BF;
17
18static addr_ce DecodeTargetDataPtr(const char*& strRef)
19{
20 addr_ce val = (addr_ce)stouln(strRef, sizeof(addr_ce) * 2);
21 strRef += sizeof(addr_ce) * 2;
22 return val;
23}
24
25//////////////////////////////////////////////////////////////////////////
26

Calls 1

stoulnFunction · 0.85

Tested by

no test coverage detected