Subversion Repositories Kolibri OS

Rev

Rev 4065 | Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4065 Rev 5056
Line 49... Line 49...
49
extern int strncasecmp(const char *s1, const char *s2, size_t n);
49
extern int strncasecmp(const char *s1, const char *s2, size_t n);
50
#endif
50
#endif
51
#ifndef __HAVE_ARCH_STRCHR
51
#ifndef __HAVE_ARCH_STRCHR
52
extern char * strchr(const char *,int);
52
extern char * strchr(const char *,int);
53
#endif
53
#endif
-
 
54
#ifndef __HAVE_ARCH_STRCHRNUL
-
 
55
extern char * strchrnul(const char *,int);
-
 
56
#endif
54
#ifndef __HAVE_ARCH_STRNCHR
57
#ifndef __HAVE_ARCH_STRNCHR
55
extern char * strnchr(const char *, size_t, int);
58
extern char * strnchr(const char *, size_t, int);
56
#endif
59
#endif
57
#ifndef __HAVE_ARCH_STRRCHR
60
#ifndef __HAVE_ARCH_STRRCHR
58
extern char * strrchr(const char *,int);
61
extern char * strrchr(const char *,int);