Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 295 Bytes

proxy

Generic, reusable stdin/stdout/stderr proxy code, with hook points for multiple consumers, and support for inline permutation.

See proxy.h for the API, and main.c for a demo.

example

The included example program prints out a message any time input or output is received/sent.