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

Function scompare

src/gpre/hsh.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247//
248
249static bool scompare(const SCHAR* string1, const SCHAR* string2)
250{
251 return strcmp(string1, string2) == 0;
252}
253
254//____________________________________________________________
255//

Callers 2

HSH_insertFunction · 0.70
HSH_lookupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected