MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerAllocStringList

Function BNDebuggerAllocStringList

core/ffi.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90char** BNDebuggerAllocStringList(const char** contents, size_t size)
91{
92 return BNAllocStringList(contents, size);
93}
94
95
96void BNDebuggerFreeStringList(char** strs, size_t count)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected