MCPcopy Create free account
hub / github.com/buggins/coolreader / compare

Method compare

tinydict/tinydict.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306int TinyDictWord::compare( const char * str ) const
307{
308 return strcmp( word, str );
309}
310
311static int my_fgets( char * buf, int size, FILE * f )
312{

Callers 1

findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected