The R Project SVN R

Rev

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

Rev 83954 Rev 84952
Line 29... Line 29...
29
#include <stdlib.h>		/* for exit */
29
#include <stdlib.h>		/* for exit */
30
 
30
 
31
extern void cmdlineoptions(int, char **);
31
extern void cmdlineoptions(int, char **);
32
extern int setupui(void);
32
extern int setupui(void);
33
extern void Rf_mainloop(void);
33
extern void Rf_mainloop(void);
34
__declspec(dllimport) extern UImode CharacterMode;
34
extern UImode CharacterMode;
35
extern void GA_exitapp(void);
35
extern void GA_exitapp(void);
36
 
36
 
37
extern char *getDLLVersion(void);
37
extern char *getDLLVersion(void);
38
 
38
 
39
static char Rversion[25];
39
static char Rversion[25];