The R Project SVN R

Rev

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

Rev 17764 Rev 18264
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
85
#include <sys/types.h>
86
#include <sys/types.h>
-
 
87
#else
-
 
88
#include <types.h>
-
 
89
#endif
86
#include <stdio.h>		/* for NULL */
90
#include <stdio.h>		/* for NULL */
87
#include <ctype.h>
91
#include <ctype.h>
88
 
92
 
89
/* varargs declarations: */
93
/* varargs declarations: */
90
 
94