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

add more `string.h` functions #139

Closed ghost closed 6 months ago

ghost commented 6 months ago

I haven’t tested them thoroughly, but at least strtok seems to be working fine.

I want to work on more libc functions later, but I figured I should start with something simple to begin with!

If you find any mistakes, please let me know, and I can correct them!

tyfkda commented 6 months ago

Thank you for the changes.