sunfishcode / c-ward

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

Fix `fputs` to detect errors properly. #100

Closed sunfishcode closed 8 months ago

sunfishcode commented 8 months ago

In particular, this fixes writing "", when no bytes are written and it's not an error.