|
|
#include "mit-copyright.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | ERROR(a) |
#define | ERROR2(a, b) |
#define | ERROR3(a, b, c) |
#define | ERROR4(a, b, c, d) |
|
Value: { fprintf(stderr, "jwgc: "); \
fprintf(stderr, a);\
fflush(stderr); }
Definition at line 16 of file error.h. Referenced by get_font(), locate_file(), tty_filter_init(), X_driver_init(), x_gram_create(), and xcut(). |
|
Value: { fprintf(stderr, "jwgc: "); \
fprintf(stderr, a, b);\
fflush(stderr); }
Definition at line 20 of file error.h. Referenced by init_standard_ports(), X_driver_ioerror(), and x_string_to_color(). |
|
Value: { fprintf(stderr, "jwgc: "); \
fprintf(stderr, a, b, c);\
fflush(stderr); }
|
|
Value: { fprintf(stderr, "jwgc: "); \
fprintf(stderr, a, b, c, d);\
fflush(stderr); }
|
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |