Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ make_name
Function
make_name
src/gpre/languages/cob.cpp:3834–3837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3832
//
3833
3834
static void make_name(TEXT* const string, const gpre_sym* symbol)
3835
{
3836
make_name_formatted(string,
"%s"
, symbol);
3837
}
3838
3839
3840
//____________________________________________________________
Callers
1
gen_database
Function · 0.70
Calls
1
make_name_formatted
Function · 0.70
Tested by
no test coverage detected