The R Project SVN R

Rev

Rev 11368 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11368 Rev 11626
Line 23... Line 23...
23
#endif
23
#endif
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 <Rmath.h>
30
#include "R_ext/Mathlib.h"
30
#include <Devices.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
35
 
35