#include /** program environment **/ typedef unsigned long int jmp_buf[32]; /*** is used to hold all the information needed to restore a a calling environment. ***/ /* TYPEDEF(an array type) STDC(1) */