Skip to content
Snippets Groups Projects

features-4046

Merged Roman Khlopkov requested to merge features-4046 into master
17 files
+ 348
26
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -179,7 +179,7 @@ __wcschrnul (const wchar_t *s, wint_t c)
# endif
# define STRLEN(S) strlen(S)
# define STRCAT(D, S) strcat (D, S)
# define MEMPCPY(D, S, N) __mempcpy (D, S, N)
# define MEMPCPY(D, S, N) mempcpy (D, S, N)
# define MEMCHR(S, C, N) memchr (S, C, N)
# define STRCOLL(S1, S2) strcoll (S1, S2)
# define WIDE_CHAR_VERSION 0
Loading