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

Function FileVars_GetEncoding

src/Edit.c:6490–6497  ·  view source on GitHub ↗

============================================================================= FileVars_GetEncoding()

Source from the content-addressed store, hash-verified

6488// FileVars_GetEncoding()
6489//
6490int FileVars_GetEncoding ( LPFILEVARS lpfv )
6491{
6492 if ( lpfv->mask & FV_ENCODING ) {
6493 return ( lpfv->iEncoding );
6494 } else {
6495 return ( -1 );
6496 }
6497}
6498
6499
6500

Callers 1

EditLoadFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected