ini parser completed

This commit is contained in:
2025-08-21 19:05:41 +03:00
parent eff681ca33
commit c4345bd1c2
7 changed files with 73 additions and 38 deletions

View File

@@ -45,5 +45,5 @@ int main( int argc, char **argv )
if (!pTestValues)
return 0;
V_printf("%s\n",pTestValues->GetStringValue("abc3d"));
return 0;
};