sunfishcode / c-ward

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

Miscellaneous code cleanups #44

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

Use .cast and .cast_mut to reduce as casting, and use convert_res to reduce manual errno code.