ef235f7543f3261a0cd886eec927b7f93318d0f4
Fixed 4 compilation errors in system.c: - mock_CloseHandle: Changed undefined 'fd' to 'handle' - mock_LockFile: Changed 'handle' to 'hFile' parameter - mock_UnlockFile: Changed 'handle' to 'hFile' parameter - mock_WriteFile: Added missing comma in WriteFile call All mocks now use correct parameter names matching their function signatures.
Languages
C
98.4%
Shell
1%
Zig
0.4%
Batchfile
0.2%