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

Function CmpEncoding

src/Edit.c:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724} ENCODINGENTRY, *PENCODINGENTRY;
725
726int CmpEncoding ( const void *s1, const void *s2 )
727{
728 return StrCmp ( ( ( PENCODINGENTRY ) s1 )->wch, ( ( PENCODINGENTRY ) s2 )->wch );
729}
730
731void Encoding_AddToListView ( HWND hwnd, int idSel, BOOL bRecodeOnly )
732{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected