The R Project SVN R

Rev

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

Rev 87938 Rev 89784
Line 56... Line 56...
56
#endif
56
#endif
57
 
57
 
58
attribute_hidden int R_isWriteableDir(char *path);
58
attribute_hidden int R_isWriteableDir(char *path);
59
 
59
 
60
#ifdef HAVE_AQUA
60
#ifdef HAVE_AQUA
61
int (*ptr_CocoaSystem)(const char*);
61
extern int (*ptr_CocoaSystem)(const char*);
62
#endif
62
#endif
63
 
63
 
64
#ifdef Win32
64
#ifdef Win32
65
bool R_FileExists(const char *path)
65
bool R_FileExists(const char *path)
66
{
66
{