MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MSC_string

Function MSC_string

src/gpre/msc.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444//
445
446SCHAR* MSC_string(const TEXT* input)
447{
448 TEXT* string = (TEXT*) MSC_alloc(static_cast<int>(strlen(input) + 1));
449 strcpy(string, input);
450
451 return string;
452}
453
454
455//____________________________________________________________

Callers 1

act_grant_revokeFunction · 0.85

Calls 1

MSC_allocFunction · 0.85

Tested by

no test coverage detected