The R Project SVN R

Rev

Rev 68947 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68947 Rev 84211
Line 27... Line 27...
27
 
27
 
28
#ifdef HAVE_CONFIG_H
28
#ifdef HAVE_CONFIG_H
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
attribute_hidden
35
int R_fgetc(FILE *fp)
35
int R_fgetc(FILE *fp)
36
{
36
{
37
#ifdef Win32
37
#ifdef Win32