ReactOS 0.4.15-dev-7918-g2a2556c
mbsnicoll.c
Go to the documentation of this file.
1
2#include <precomp.h>
3#include <mbstring.h>
4
5/*
6 * @unimplemented
7 */
8int _mbsnicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
9{
10 WARN("_mbsnicoll unimplemented\n");
11 return 0;
12}
13
14/*
15 * @unimplemented
16 */
17int _mbsnbicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
18{
19 WARN("_mbsnbicoll unimplemented\n");
20 return 0;
21}
#define WARN(fmt,...)
Definition: debug.h:112
GLdouble n
Definition: glext.h:7729
int _mbsnbicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
Definition: mbsnicoll.c:17
int _mbsnicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
Definition: mbsnicoll.c:8
struct S1 s1
struct S2 s2