The R Project SVN R

Rev

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

Rev 59039 Rev 61771
Line 29... Line 29...
29
#include <config.h>
29
#include <config.h>
30
#endif
30
#endif
31
 
31
 
32
#include "Defn.h"
32
#include "Defn.h"
33
 
33
 
-
 
34
attribute_hidden
34
int R_fgetc(FILE *fp)
35
int R_fgetc(FILE *fp)
35
{
36
{
36
#ifdef Win32
37
#ifdef Win32
37
    int c;
38
    int c;
38
    static int nexteof=0;
39
    static int nexteof=0;