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

Function CreateIniFile

src/Notepad2.c:5221–5224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5219 }
5220}
5221int CreateIniFile()
5222{
5223 return ( CreateIniFileEx ( szIniFile ) );
5224}
5225int CreateIniFileEx ( LPCWSTR lpszIniFile )
5226{
5227 if ( *lpszIniFile ) {

Callers 3

WinMainFunction · 0.85
MsgCommandFunction · 0.85
SaveSettingsFunction · 0.85

Calls 1

CreateIniFileExFunction · 0.85

Tested by

no test coverage detected