Chapter 2. Shared files

Table of Contents

Introduction
report.h : Debugging and reporting
Sets reporting level and message destination
Report the message to the selected destination if important enough
Send debugging information if important enough
LL.h : Linked Lists (Doubly-Linked Lists)
Creating a list
Changing data
Iterations throught the list
Using the list as a stack or a queue
Future

Introduction

Here we provide functions that should be used by all parts of the program.