sunfishcode / eyra

Rust programs written entirely in Rust
Other
765 stars 12 forks source link

Implement `strverscmp` #34

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

We should implement the strverscmp function, in c-scape/src/mem/ntbs.rs, and remove it from c-scape/src/todo.rs.

Here is the documentation for strverscmp.

I've labeled this a "good first issue", though that's admittedly relative. It requires familiarity with C strings and raw pointers. For some examples, see the other functions in ntbs.rs.

KGrewal1 commented 10 months ago

I've opened a PR in the c-scape repo https://github.com/sunfishcode/c-ward/pull/99

sunfishcode commented 10 months ago

https://github.com/sunfishcode/c-ward/pull/99 is now merged!