The R Project SVN R

Rev

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

Rev 42307 Rev 42398
Line 29... Line 29...
29
#endif
29
#endif
30
 
30
 
31
#include <Defn.h>
31
#include <Defn.h>
32
 
32
 
33
#include <string.h>
33
#include <string.h>
34
#include <stdlib.h>
34
#include <errno.h>
35
 
35
 
36
#include <Rmath.h>
36
#include <Rmath.h>
37
 
37
 
38
#include <R_ext/GraphicsEngine.h> /* needed for GEDevDesc in do_Externalgr */
38
#include <R_ext/GraphicsEngine.h> /* needed for GEDevDesc in do_Externalgr */
39
 
39