sunfishcode / c-ward

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

Strverscmp fix #104

Closed KGrewal1 closed 8 months ago

KGrewal1 commented 8 months ago

This is a fix for issue #103 , and also adds tests for the sequencing https://man7.org/linux/man-pages/man3/strverscmp.3.html as in the reference page to ensure correctness

sunfishcode commented 8 months ago

Thanks!