Case
2001-11-25 03:47:46
Category: c:runtime
Description: Example of using switch() and case to filter out the args given to main()
Author: detour
Forking Example
2001-11-23 02:37:41
Category: c:runtime
Description: Example of basic forking in c
Author: detour
Exec()
2002-04-11 19:50:53
Category: c:runtime
Description: Shows how to run files using the exec() family of functions.
Author: detour
Catch Signals
2003-02-12 01:36:12
Category: c:runtime
Description: Shows how to catch and handle signals. Also shows how to ignore signals.
Author: detour