sunfishcode / c-ward

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

Implement several more functions #111

Closed sunfishcode closed 7 months ago

sunfishcode commented 7 months ago

setvbuf et al, more __*printf_chk functions, more sysconf codes, asprintf/vasprintf, a64l/l64a, strtod/strtof (decimal only for now), tcflow/tcflush/tcdrain/tcsendbreak.