The R Project SVN R

Rev

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

Rev 20824 Rev 26648
Line 41... Line 41...
41
#include <setjmp.h>
41
#include <setjmp.h>
42
#ifdef __unix__
42
#ifdef __unix__
43
#include <signal.h>
43
#include <signal.h>
44
#endif
44
#endif
45
#include <stdlib.h>
45
#include <stdlib.h>
-
 
46
#include <stdio.h>
46
#include <io.h>
47
#include <io.h>
47
 
48
 
48
/*extern int     isatty();	
49
/*extern int     isatty();	
49
extern void    *malloc();
50
extern void    *malloc();
50
extern void    *calloc();
51
extern void    *calloc();