The R Project SVN R

Rev

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

Rev 77059 Rev 77083
Line 93... Line 93...
93
double R_atof(const char *str);
93
double R_atof(const char *str);
94
double R_strtod(const char *c, char **end);
94
double R_strtod(const char *c, char **end);
95
 
95
 
96
char *R_tmpnam(const char *prefix, const char *tempdir);
96
char *R_tmpnam(const char *prefix, const char *tempdir);
97
char *R_tmpnam2(const char *prefix, const char *tempdir, const char *fileext);
97
char *R_tmpnam2(const char *prefix, const char *tempdir, const char *fileext);
98
void R_free_tmpnam(const char *name);
98
void R_free_tmpnam(char *name);
99
 
99
 
100
void R_CheckUserInterrupt(void);
100
void R_CheckUserInterrupt(void);
101
void R_CheckStack(void);
101
void R_CheckStack(void);
102
void R_CheckStack2(R_SIZE_T);
102
void R_CheckStack2(R_SIZE_T);
103
 
103