00001
00002 /*
00003 * Simple stubs to simulate eclipse's error/warning/comment functions
00004 */
00005
00006 #ifndef _E_ERROR_H_
00007 #define _E_ERROR_H_
00008
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012
00013 #include <stdio.h>
00014 #include <stdlib.h>
00015 #include <string.h>
00016 #include <unistd.h>
00017 #include <stdarg.h>
00018
00019
00020 /*-------------------------------------------------------------------------*/
00032 /*--------------------------------------------------------------------------*/
00033
00034 void e_warning(const char *fmt, ...);
00035
00036
00037 /*-------------------------------------------------------------------------*/
00049 /*--------------------------------------------------------------------------*/
00050
00051
00052 void e_error(const char *fmt, ...);
00053
00054
00055 /*-------------------------------------------------------------------------*/
00068 /*--------------------------------------------------------------------------*/
00069
00070
00071
00072
00073 void e_comment(int level, const char *fmt, ...);
00074
00075 #ifdef __cplusplus
00076 }
00077 #endif
00078
00079 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001