The R Project SVN R

Rev

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

Rev 21789 Rev 24068
Line 80... Line 80...
80
#endif
80
#endif
81
 
81
 
82
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
82
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
83
 
83
 
84
#include <string.h>
84
#include <string.h>
85
#ifndef Macintosh
-
 
86
#include <sys/types.h>
85
#include <sys/types.h>
87
#else
-
 
88
#include <types.h>
-
 
89
#endif
-
 
90
#include <stdio.h>		/* for NULL */
86
#include <stdio.h>		/* for NULL */
91
#include <ctype.h>
87
#include <ctype.h>
92
 
88
 
93
/* varargs declarations: */
89
/* varargs declarations: */
94
 
90