MCPcopy Create free account
hub / github.com/beefytech/Beef / FixLibName

Function FixLibName

IDEHelper/Linker/BlContext.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123//////////////////////////////////////////////////////////////////////////
124
125static void FixLibName(String& libName)
126{
127 if ((libName.length() > 4) && (stricmp(libName.c_str() + libName.length() - 4, ".lib") != 0))
128 libName += ".lib";
129}
130
131//////////////////////////////////////////////////////////////////////////
132

Callers 3

LoadFilesMethod · 0.85
InitMethod · 0.85

Calls 2

lengthMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected