ReactOS 0.4.16-dev-927-g467dec4
mbsnset_s_l.cpp
Go to the documentation of this file.
1/***
2*mbsnset_s_l.c - Sets first n characters of string to given character (MBCS)
3*
4* Copyright (c) Microsoft Corporation. All rights reserved.
5*
6*Purpose:
7* Sets first n characters of string to given character (MBCS)
8*
9*******************************************************************************/
10#ifndef _MBCS
11 #error This file should only be compiled with _MBCS defined
12#endif
13
16
17#define _FUNC_NAME _mbsnset_s_l
18#define _COUNT _CountInChars
19#define _COUNT_IN_BYTES 0
20
21#include "mbsnset_s.inl"