tyfkda / xcc

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

Convert string to char array in function parameter #93

Closed tyfkda closed 2 years ago

tyfkda commented 2 years ago

Hi @mingodad , this change fixes compile error for qscm.c: https://github.com/tyfkda/xcc/issues/92#issuecomment-1233114026

mingodad commented 2 years ago

Yes it seems to fix https://github.com/tyfkda/xcc/issues/92#issuecomment-1233114026 , thank you again !