The R Project SVN R

Rev

Rev 52219 | Rev 52284 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52219 Rev 52283
Line 38... Line 38...
38
#define R_rint(x) rint(x)
38
#define R_rint(x) rint(x)
39
#else
39
#else
40
#define R_rint(x) ((int) x + 0.5)
40
#define R_rint(x) ((int) x + 0.5)
41
#endif
41
#endif
42
 
42
 
-
 
43
/* needed on Solaris */
-
 
44
#define XK_MISCELLANY
43
#include <stdio.h>
45
#include <stdio.h>
44
#include <X11/X.h>
46
#include <X11/X.h>
45
#include <X11/Xlib.h>
47
#include <X11/Xlib.h>
46
#include <X11/Xatom.h>
48
#include <X11/Xatom.h>
47
#include <X11/Xutil.h>
49
#include <X11/Xutil.h>