MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CmpStdRev

Function CmpStdRev

src/Edit.c:3827–3831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3825}
3826
3827int CmpStdRev ( const void *s1, const void *s2 )
3828{
3829 int cmp = -1 * StrCmp ( ( ( SORTLINE * ) s1 )->pwszSortEntry, ( ( SORTLINE * ) s2 )->pwszSortEntry );
3830 return ( cmp ) ? cmp : -1 * StrCmp ( ( ( SORTLINE * ) s1 )->pwszLine, ( ( SORTLINE * ) s2 )->pwszLine );
3831}
3832
3833int CmpLogical ( const void *s1, const void *s2 )
3834{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected