Global Variable Declarations int status = 0; This holds the status of function calls. FILE *fd; This is the file pointer to the file containing the long description. char array[80]; This is an array used to hold each line of the long description for output to the report.
This holds the status of function calls.
FILE *fd;
This is the file pointer to the file containing the long description.
char array[80];
This is an array used to hold each line of the long description for output to the report.