/* * PARSEC HEADER: sl_err.h */ #ifndef _SL_ERR_H_ #define _SL_ERR_H_ // sl_err.c implements the following functions // ------------------------------------------- // void SYSs_InitErrorHandling(); // void SYSs_PanicFunction( char *msg, char *file, unsigned line ); // void SYSs_OutOfMemFunction( char *msg, char *file, unsigned line ); // void SYSs_PError( char *message, ... ); // void SYSs_SError( char *message ); // void SYSs_FError( char *message, char *filename ); #endif