The R Project SVN R

Rev

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

Rev 34748 Rev 36498
Line 28... Line 28...
28
 *  (formerly) "ungetc" for "consoles" and character vectors.  These routines
28
 *  (formerly) "ungetc" for "consoles" and character vectors.  These routines
29
 *  are used for parsing input from the console window and character
29
 *  are used for parsing input from the console window and character
30
 *  vectors.
30
 *  vectors.
31
 */
31
 */
32
 
32
 
-
 
33
#include <Defn.h>
33
#include <stdio.h>
34
#include <stdio.h>
34
#include "Defn.h"
-
 
35
 
35
 
36
#define IOBSIZE 4096
36
#define IOBSIZE 4096
37
 
37
 
38
typedef struct BufferListItem {
38
typedef struct BufferListItem {
39
	unsigned char			buf[IOBSIZE];
39
	unsigned char			buf[IOBSIZE];