Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

error.h File Reference

#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)


Define Documentation

#define ERROR  ) 
 

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().

#define ERROR2 a,
 ) 
 

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().

#define ERROR3 a,
b,
 ) 
 

Value:

{ fprintf(stderr, "jwgc: "); \
                                   fprintf(stderr, a, b, c);\
                                   fflush(stderr); }

Definition at line 24 of file error.h.

#define ERROR4 a,
b,
c,
 ) 
 

Value:

{ fprintf(stderr, "jwgc: "); \
                                   fprintf(stderr, a, b, c, d);\
                                   fflush(stderr); }

Definition at line 28 of file error.h.



Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo

Source Perspective by Fisheye