The R Project SVN R

Rev

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

Rev 18865 Rev 25686
Line 20... Line 20...
20
#ifdef HAVE_CONFIG_H
20
#ifdef HAVE_CONFIG_H
21
#include <config.h>
21
#include <config.h>
22
#endif
22
#endif
23
 
23
 
24
#include <ctype.h>
24
#include <ctype.h>
25
#ifdef __MRC__
-
 
26
#include <types.h>
-
 
27
#include <SizeTDef.h>
-
 
28
#else
-
 
29
#include <sys/types.h>
25
#include <sys/types.h>
30
#endif
26
 
31
/* This version uses locale-specific case folding */
27
/* This version uses locale-specific case folding */
32
 
28
 
33
int strncasecmp(const char *s1, const char *s2, size_t n)
29
int strncasecmp(const char *s1, const char *s2, size_t n)
34
{
30
{
35
    char c1, c2;
31
    char c1, c2;