The R Project SVN R

Rev

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

Rev 42300 Rev 43800
Line 19... Line 19...
19
 
19
 
20
int optopenfile(const char *fname);
20
int optopenfile(const char *fname);
21
void optclosefile();
21
void optclosefile();
22
char *optfile();
22
char *optfile();
23
int optline();
23
int optline();
24
int optread(char *opt[], char sep);
24
int optread(char *opt[], const char sep);