Closed sunfishcode closed 11 months ago
We should implement the strverscmp function, in c-scape/src/mem/ntbs.rs, and remove it from c-scape/src/todo.rs.
strverscmp
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.
I've opened a PR in the c-scape repo https://github.com/sunfishcode/c-ward/pull/99
https://github.com/sunfishcode/c-ward/pull/99 is now merged!
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.