The R Project SVN R

Rev

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

Rev 19502 Rev 19761
Line 25... Line 25...
25
#include <windows.h>
25
#include <windows.h>
26
#include <string.h>		/* for strrchr(...) */
26
#include <string.h>		/* for strrchr(...) */
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <ctype.h>
28
#include <ctype.h>
29
#include <Rversion.h>
29
#include <Rversion.h>
-
 
30
#include <stdlib.h>		/* for exit */
30
 
31
 
31
static char rhomebuf[MAX_PATH];
32
static char rhomebuf[MAX_PATH];
32
 
33
 
33
#define GOBACKONESLASH \
34
#define GOBACKONESLASH \
34
  p = strrchr(rhomebuf,'\\'); \
35
  p = strrchr(rhomebuf,'\\'); \