The R Project SVN R

Rev

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

Rev 10983 Rev 11336
Line 24... Line 24...
24
 
24
 
25
#include <string.h>
25
#include <string.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
 
27
 
28
#include "Defn.h"
28
#include "Defn.h"
29
#include <Graphics.h>
29
#include "Graphics.h"
30
#include "R_ext/Mathlib.h"
30
#include "R_ext/Mathlib.h"
31
 
31
 
32
#ifndef max
32
#ifndef max
33
#define max(a, b) ((a > b)?(a):(b))
33
#define max(a, b) ((a > b)?(a):(b))
34
#endif
34
#endif