Home Segments Index Top Previous Next

424: Sidetrip

Incorporating the line #include <stdlib.h> in your program not only provides you with the function prototype for exit, but also provides you with a variety of diverse macros, structure definitions, and function prototypes for introducing, for example, sorting and random-number generation into your programs.