Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
int TinyDictWord::compare( const char * str ) const
307
{
308
return strcmp( word, str );
309
}
310
311
static int my_fgets( char * buf, int size, FILE * f )
312
{
Callers
1
find
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected