/************************************************************************/ /* Public implementation follows */ /************************************************************************/ /*--- Defines ----------------------------------------------------------*/ #undef FALSE #define FALSE ((int)(0 != 0)) #undef TRUE #define TRUE ((int)(!FALSE)) #undef Pi #define Pi ((double)3.141592653589793238462643383279502884197169399375105820974945) #undef SYNTAXLENGTH #define SYNTAXLENGTH ((int)4096) #undef MSGLENGTH #define MSGLENGTH ((int)256) #undef ERROR #define ERROR ((int)TRUE) /*--- Types ------------------------------------------------------------*/ /* None */ /*--- Functions --------------------------------------------------------*/ /* None */ /************************************************************************/ /* Externals */ /*----------------------------------------------------------------------*/ /************************************************************************/ extern void message (char *str);