ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal.h>
#include <corecrt_internal_mbstring.h>
#include <locale.h>
#include <stddef.h>
#include <string.h>
Go to the source code of this file.
Functions | |
_CONST_RETURN unsigned char *__cdecl | _mbsstr_l (const unsigned char *str1, const unsigned char *str2, _locale_t plocinfo) |
_CONST_RETURN unsigned char *__cdecl | _mbsstr (const unsigned char *str1, const unsigned char *str2) |
_CONST_RETURN unsigned char *__cdecl _mbsstr | ( | const unsigned char * | str1, |
const unsigned char * | str2 | ||
) |
Definition at line 95 of file mbsstr.cpp.
_CONST_RETURN unsigned char *__cdecl _mbsstr_l | ( | const unsigned char * | str1, |
const unsigned char * | str2, | ||
_locale_t | plocinfo | ||
) |
Definition at line 39 of file mbsstr.cpp.
Referenced by _mbsstr().