Skip to content

Commit ec8a273

Browse files
authored
Update wctomb-s-wctomb-s-l.md
Added a link.
1 parent 7824880 commit ec8a273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The address of a multibyte character.
4444
Size of the buffer *`mbchar`*.
4545

4646
*`wchar`*\
47-
A wide character.
47+
The wide character to convert.
4848

4949
*`locale`*\
5050
The locale to use.
@@ -63,7 +63,7 @@ Error Conditions
6363

6464
If any of the above error conditions occurs, the invalid parameter handler is invoked, as described in [Parameter validation](../parameter-validation.md). If execution is allowed to continue, `wctomb` returns `EINVAL` and sets `errno` to `EINVAL`.
6565

66-
Return value `EILSEQ` indicates an encoding error has occurred.
66+
The return value [EILSEQ](../errno-constants.md) indicates that the value passed via the parameter `wchar` is not a valid wide character.
6767

6868
## Remarks
6969

0 commit comments

Comments
 (0)