sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Implement more "chk" functions and more integer operations. #83

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months ago

Implement __stack_chk_fail and several more *_chk functions, as well as __popcountdi2 and several integer functions.