// // ErrorHandler.h // #ifndef __ERRORHANDLER_H__ // Don't include more than once #define __ERRORHANDLER_H__ 1 #define TITLE_STRING "%s %s reports an error!" #define TEXT_STRING "* ERROR %s: %d - %s" #define MAX_ERROR_TEXT 256 #endif // (don't include more than once)
Back to the ChkLock source code page |
This page is maintained by Peyton Engel.
Last updated 13 October 2000