ReactOS 0.4.15-dev-7918-g2a2556c
mbsnicoll.c File Reference
#include <precomp.h>
#include <mbstring.h>
Include dependency graph for mbsnicoll.c:

Go to the source code of this file.

Functions

int _mbsnicoll (const unsigned char *s1, const unsigned char *s2, size_t n)
 
int _mbsnbicoll (const unsigned char *s1, const unsigned char *s2, size_t n)
 

Function Documentation

◆ _mbsnbicoll()

int _mbsnbicoll ( const unsigned char s1,
const unsigned char s2,
size_t  n 
)

Definition at line 17 of file mbsnicoll.c.

18{
19 WARN("_mbsnbicoll unimplemented\n");
20 return 0;
21}
#define WARN(fmt,...)
Definition: debug.h:112

◆ _mbsnicoll()

int _mbsnicoll ( const unsigned char s1,
const unsigned char s2,
size_t  n 
)

Definition at line 8 of file mbsnicoll.c.

9{
10 WARN("_mbsnicoll unimplemented\n");
11 return 0;
12}