/* Steven Andrews, 3/02 *//* See documentation called errors doc *//* Copyright 2003 by Steven Andrews.  Permission is granted   for non-commercial use of and modifications to the code. */#ifndef __errors_h__#define __errors_h__void displayerr(int er);#endif
