tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
197 stars 14 forks source link

fix: Use binary fopen where necessary #157

Closed ijsf closed 3 months ago

ijsf commented 3 months ago

Fixes #155.

ijsf commented 3 months ago

make test-all: all tests pass.

tyfkda commented 3 months ago

Thanks!