The header file
exit() getenv() putenv()
rand() srand()
malloc() free()
These functions include the following actions: exiting a program, looking at or modifying the "environment" strings, random number generation, and calling another shell while the current program is suspended.