| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : //usr/home/beeson/MathXpert/errbuf.h |
char *get_error_buffer(int); void clear_error_buffer(void); void clear_comment_buffer(void); void commentbuf(int, const char *); void errbuf(int, const char *); char *get_comment_buffer(int); unsigned char *get_permanent_comment(void); int GetCommentStop(void); void SetCommentStop(int); #define DIM_COMMENT_BUFFER 5 #define DIM_ERROR_BUFFER 5 #define ERRBUFLENGTH 148 #define COMMENTBUFLENGTH 148 #define COMMENTARYBUFLENGTH 2000