Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
extern
"C"
334
int OPS_GetStringCopy(char** cArray)
335
{
336
return (*OPS_GetStringCopyPtr)(cArray);
337
}
338
339
extern
"C"
340
int OPS_GetNumRemainingInputArgs()
Callers
1
OPS_PeerMotion
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected