Skip to content

Commit 0d45b57

Browse files
author
Colin Robertson
committed
Fix names and links to CRT
1 parent 0caf4f5 commit 0d45b57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/standard-library/cuchar.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "<cuchar>"
3-
ms.date: "07/12/2019"
3+
ms.date: "07/17/2019"
44
f1_keywords: ["<cuchar>", "cuchar"]
55
helpviewer_keywords: ["cuchar header"]
66
---
@@ -16,11 +16,10 @@ Includes the C standard library header \<uchar.h> and adds the associated names
1616

1717
## Remarks
1818

19-
This header adds the C standard library functions [c16rtomb](../../c-runtime-library/reference/c16rtomb-c32rtomb1.md), [c32rtomb](../../c-runtime-library/reference/c16rtomb-c32rtomb1.md), [mbrtoc16](../../c-runtime-library/reference/mbrtoc16-mbrtoc323.md), and [mbrtoc32](../../c-runtime-library/reference/mbrtoc16-mbrtoc323.md) to the `std` namespace.
19+
This header adds the C standard library types `mbstate_t` and `size_t`, and the functions [c16rtomb](../c-runtime-library/reference/c16rtomb-c32rtomb1.md), [c32rtomb](../c-runtime-library/reference/c16rtomb-c32rtomb1.md), [mbrtoc16](../c-runtime-library/reference/mbrtoc16-mbrtoc323.md), and [mbrtoc32](../c-runtime-library/reference/mbrtoc16-mbrtoc323.md) to the `std` namespace.
2020

2121
## See also
2222

2323
[Header files reference](cpp-standard-library-header-files.md)\
2424
[C++ standard library overview](cpp-standard-library-overview.md)\
2525
[Thread safety in the C++ standard library](thread-safety-in-the-cpp-standard-library.md)
26-

0 commit comments

Comments
 (0)