MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / OPS_GetStringCopy

Function OPS_GetStringCopy

SRC/api/win32Functions.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333extern "C"
334int OPS_GetStringCopy(char** cArray)
335{
336 return (*OPS_GetStringCopyPtr)(cArray);
337}
338
339extern "C"
340int OPS_GetNumRemainingInputArgs()

Callers 1

OPS_PeerMotionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected