====== C Programming ====== Here are some misc tips about programming in C. ===== Interactive Subprocesses ===== Correctly dealing with interactive subprocesses in Unix works best by using pseudo terminals. See [[http://rachid.koucha.free.fr/tech_corner/pty_pdip.html|here]] for details.