The R Project SVN R

Rev

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

Rev 43800 Rev 44201
Line 16... Line 16...
16
 *  along with this program; if not, a copy is available at
16
 *  along with this program; if not, a copy is available at
17
 *  http://www.r-project.org/Licenses/
17
 *  http://www.r-project.org/Licenses/
18
 */
18
 */
19
 
19
 
20
int optopenfile(const char *fname);
20
int optopenfile(const char *fname);
21
void optclosefile();
21
void optclosefile(void);
22
char *optfile();
22
char *optfile(void);
23
int optline();
23
int optline(void);
24
int optread(char *opt[], const char sep);
24
int optread(char *opt[], const char sep);