The R Project SVN R

Rev

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

Rev 31534 Rev 31698
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
#ifndef STARTUP_H_
20
#ifndef STARTUP_H_
21
#define STARTUP_H_
21
#define STARTUP_H_
22
 
22
 
23
#include <R_ext/Boolean.h>	/* TRUE/FALSE */
-
 
24
 
-
 
25
#include <R_ext/RStartup.h>	/* The meat here */
23
#include <R_ext/RStartup.h>	/* The meat here */
26
 
24
 
27
/* originally from Defn.h : */
25
/* originally from Defn.h : */
28
 
26
 
29
void R_CleanUp(SA_TYPE, int, int);
27
void R_CleanUp(SA_TYPE, int, int);