sunfishcode / c-ward

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

Don't define stdio functions in coexist-with-libc mode. #131

Closed sunfishcode closed 3 months ago

sunfishcode commented 3 months ago

In coexist-with-libc mode, we don't control the layout of the FILE struct, so don't try to implement the stdio functions.