This shows you the differences between two versions of the page.
— |
code:c [2016/12/15 08:05] (current) phil created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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:// |