ReactOS 0.4.16-dev-889-g9563c07
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | ok_errno(x) ok_hex(errno, (x)) |
#define | ok_char(x, y) ok_int((unsigned)(unsigned char)(x),(unsigned)(unsigned char)(y)) |
#define | ok_wchar(x, y) ok_int((unsigned)(unsigned short)(x),(unsigned)(unsigned short)(y)) |
Functions | |
_Check_return_wat_ _CRTIMP errno_t __cdecl | wcstombs_s (_Out_opt_ size_t *pcchConverted, _Out_writes_bytes_to_opt_(cjDstSize, *pcchConverted) char *pmbsDst, _In_ size_t cjDstSize, _In_z_ const wchar_t *pwszSrc, _In_ size_t cjMaxCount) |
START_TEST (wcstombs_s) | |
Definition at line 17 of file wcstombs_s.c.
Definition at line 18 of file wcstombs_s.c.
#define WIN32_NO_STATUS |
Definition at line 9 of file wcstombs_s.c.
START_TEST | ( | wcstombs_s | ) |
Definition at line 33 of file wcstombs_s.c.
_Check_return_wat_ _CRTIMP errno_t __cdecl wcstombs_s | ( | _Out_opt_ size_t * | pcchConverted, |
_Out_writes_bytes_to_opt_(cjDstSize, *pcchConverted) char * | pmbsDst, | ||
_In_ size_t | cjDstSize, | ||
_In_z_ const wchar_t * | pwszSrc, | ||
_In_ size_t | cjMaxCount | ||
) |
Referenced by _VCrtDbgReportW(), _wperror(), process_sub(), and START_TEST().