The R Project SVN R

Rev

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

Rev 2 Rev 2429
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Langage for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU General Public License as published by
6
 *  it under the terms of the GNU General Public License as published by
7
 *  the Free Software Foundation; either version 2 of the License, or
7
 *  the Free Software Foundation; either version 2 of the License, or
Line 19... Line 19...
19
 
19
 
20
#ifndef RFILEIO_H_
20
#ifndef RFILEIO_H_
21
 
21
 
22
#define RFILEIO_H_
22
#define RFILEIO_H_
23
 
23
 
-
 
24
int	R_fgetc(FILE*);
24
FILE *R_fopen(const char *filename, const char *mode);
25
FILE *	R_fopen(const char *filename, const char *mode);
25
 
26
 
26
#endif
27
#endif