sunfishcode / c-ward

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

Implement several pty, termios, pipe, and execvpe functions #56

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

Implement grantpt/unlockpt/posix_openpt, tee, cfsetispeed/cfsetospeed/cfsetspeed, and execvpe.