Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
5221
int CreateIniFile()
5222
{
5223
return ( CreateIniFileEx ( szIniFile ) );
5224
}
5225
int CreateIniFileEx ( LPCWSTR lpszIniFile )
5226
{
5227
if ( *lpszIniFile ) {
Callers
3
WinMain
Function · 0.85
MsgCommand
Function · 0.85
SaveSettings
Function · 0.85
Calls
1
CreateIniFileEx
Function · 0.85
Tested by
no test coverage detected