Skip to content

Commit e14964e

Browse files
authored
Merge pull request #5520 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 572c90f + df602a6 commit e14964e

21 files changed

+41
-47
lines changed

docs/build-insights/reference/sdk/cpp-event-data-types/compiler-pass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Along with the inherited members from its [Activity](activity.md) base class, th
5656
5757
[InputSourcePath](#input-source-path)\
5858
[OutputObjectPath](#output-object-path)\
59-
[PassCode](#pass-code)\
59+
[PassCode](#pass-code)
6060
6161
## <a name="compiler-pass"></a> CompilerPass
6262

docs/build/reference/zc-zerosizearraynew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
32
title: "/Zc:zeroSizeArrayNew (Call member new/delete on arrays)"
3+
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
44
ms.date: 11/08/2022
55
f1_keywords: ["/Zc:zeroSizeArrayNew"]
66
helpviewer_keywords: ["-Zc:zeroSizeArrayNew compiler option (C++)", "/Zc:zeroSizeArrayNew compiler option (C++)"]
@@ -29,4 +29,4 @@ The **`/Zc:zeroSizeArrayNew`** option may cause a breaking change in code that r
2929

3030
## See also
3131

32-
[`/Zc` (Conformance)](zc-conformance.md)\
32+
[`/Zc` (Conformance)](zc-conformance.md)

docs/c-language/typeof-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ To use `typeof`, compile with [`/std:clatest`](../build/reference/std-specify-la
5656

5757
## See also
5858

59-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
59+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-language/typeof-unqual-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ To use `typeof_unqual`, compile with [`/std:clatest`](../build/reference/std-spe
5454

5555
## See also
5656

57-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
57+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-runtime-library/reference/crtmemdifference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
6363
## See also
6464

6565
[Debug routines](../debug-routines.md)\
66-
[`_crtDbgFlag`](../crtdbgflag.md)\
66+
[`_crtDbgFlag`](../crtdbgflag.md)

docs/c-runtime-library/reference/crtmemdumpstatistics.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtMemDumpStatistics"
32
title: "_CrtMemDumpStatistics"
3+
description: "Learn more about: _CrtMemDumpStatistics"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtMemDumpStatistics"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtMemDumpStatistics", "_CrtMemDumpStatistics"]
1010
helpviewer_keywords: ["_CrtMemDumpStatistics function", "CrtMemDumpStatistics function"]
11-
ms.assetid: 27b9d731-3184-4a2d-b9a7-6566ab28a9fe
1211
---
1312
# `_CrtMemDumpStatistics`
1413

@@ -47,4 +46,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
4746

4847
## See also
4948

50-
[Debug routines](../debug-routines.md)\
49+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetbreakalloc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetBreakAlloc"
32
title: "_CrtSetBreakAlloc"
3+
description: "Learn more about: _CrtSetBreakAlloc"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetBreakAlloc"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetBreakAlloc", "_CrtSetBreakAlloc"]
1010
helpviewer_keywords: ["CrtSetBreakAlloc function", "_CrtSetBreakAlloc function"]
11-
ms.assetid: 33bfc6af-a9ea-405b-a29f-1c2d4d9880a1
1211
---
1312
# `_CrtSetBreakAlloc`
1413

@@ -99,4 +98,4 @@ int main( )
9998
10099
## See also
101100
102-
[Debug routines](../debug-routines.md)\
101+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetreportfile.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetReportFile"
32
title: "_CrtSetReportFile"
3+
description: "Learn more about: _CrtSetReportFile"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetReportFile"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetReportFile", "_CrtSetReportFile"]
1010
helpviewer_keywords: ["CrtSetReportFile function", "_CrtSetReportFile function"]
11-
ms.assetid: 3126537e-511b-44af-9c1c-0605265eabc4
1211
---
1312
# `_CrtSetReportFile`
1413

@@ -91,4 +90,4 @@ The console isn't supported in Universal Windows Platform (UWP) apps. The standa
9190

9291
## See also
9392

94-
[Debug routines](../debug-routines.md)\
93+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/fdim-fdimf-fdiml.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["fdim", "fdimf", "fdiml", "math/fdim", "math/fdimf", "math/fdiml"]
1010
helpviewer_keywords: ["fdim function", "fdimf function", "fdiml function"]
11-
ms.assetid: 2d4ac639-51e9-462d-84ab-fb03b06971a0
1211
---
1312
# `fdim`, `fdimf`, `fdiml`
1413

@@ -93,4 +92,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
9392
9493
[Alphabetical function reference](crt-alphabetical-function-reference.md)\
9594
[`fmax`, `fmaxf`, `fmaxl`](fmax-fmaxf-fmaxl.md)\
96-
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)\
95+
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)

docs/c-runtime-library/reference/freopen-wfreopen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: freopen, _wfreopen"
32
title: "freopen, _wfreopen"
3+
description: "Learn more about: freopen, _wfreopen"
44
ms.date: "2/23/2021"
55
api_name: ["freopen", "_wfreopen", "_o__wfreopen", "_o_freopen"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
@@ -141,4 +141,4 @@ This will go to the file 'freopen.out'
141141
[`_fileno`](fileno.md)\
142142
[`fopen`, `_wfopen`](fopen-wfopen.md)\
143143
[`_open`, `_wopen`](open-wopen.md)\
144-
[`_setmode`](setmode.md)\
144+
[`_setmode`](setmode.md)

docs/c-runtime-library/reference/memcpy-wmemcpy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: memcpy, wmemcpy"
32
title: "memcpy, wmemcpy"
3+
description: "Learn more about: memcpy, wmemcpy"
44
ms.date: "1/14/2021"
55
api_name: ["memcpy", "wmemcpy"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntoskrnl.exe"]
@@ -91,4 +91,4 @@ See [`memmove`](memmove-wmemmove.md) for a sample of how to use **`memcpy`**.
9191
[`memmove`, `wmemmove`](memmove-wmemmove.md)\
9292
[`memset`, `wmemset`](memset-wmemset.md)\
9393
[`strcpy_s`, `wcscpy_s`, `_mbscpy_s`](strcpy-s-wcscpy-s-mbscpy-s.md)\
94-
[`strncpy_s`, `_strncpy_s_l`, `wcsncpy_s`, `_wcsncpy_s_l`, `_mbsncpy_s`, `_mbsncpy_s_l`](strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md)\
94+
[`strncpy_s`, `_strncpy_s_l`, `wcsncpy_s`, `_wcsncpy_s_l`, `_mbsncpy_s`, `_mbsncpy_s_l`](strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md)

docs/c-runtime-library/reference/memmove-wmemmove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: memmove, wmemmove"
32
title: "memmove, wmemmove"
3+
description: "Learn more about: memmove, wmemmove"
44
ms.date: "1/14/2021"
55
api_name: ["memmove", "wmemmove"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ntdll.dll", "ucrtbase.dll", "ntoskrnl.exe"]
@@ -114,4 +114,4 @@ New string: aaaabb
114114
[`_memccpy`](memccpy.md)\
115115
[`memcpy`, `wmemcpy`](memcpy-wmemcpy.md)\
116116
[`strcpy`, `wcscpy`, `_mbscpy`](strcpy-wcscpy-mbscpy.md)\
117-
[`strncpy`, `_strncpy_l`, `wcsncpy`, `_wcsncpy_l`, `_mbsncpy`, `_mbsncpy_l`](strncpy-strncpy-l-wcsncpy-wcsncpy-l-mbsncpy-mbsncpy-l.md)\
117+
[`strncpy`, `_strncpy_l`, `wcsncpy`, `_wcsncpy_l`, `_mbsncpy`, `_mbsncpy_l`](strncpy-strncpy-l-wcsncpy-wcsncpy-l-mbsncpy-mbsncpy-l.md)

docs/c-runtime-library/reference/read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _read"
32
title: "_read"
3+
description: "Learn more about: _read"
44
ms.date: "4/2/2020"
55
api_name: ["_read", "_o__read"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
@@ -123,4 +123,4 @@ Read 19 bytes from file
123123
[`_creat`, `_wcreat`](creat-wcreat.md)\
124124
[`fread`](fread.md)\
125125
[`_open`, `_wopen`](open-wopen.md)\
126-
[`_write`](write.md)\
126+
[`_write`](write.md)

docs/c-runtime-library/reference/set-se-translator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _set_se_translator"
32
title: "_set_se_translator"
3+
description: "Learn more about: _set_se_translator"
44
ms.date: "1/14/2021"
55
api_name: ["_set_se_translator"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
@@ -212,4 +212,4 @@ Caught SE_Exception, error c0000094
212212
[`set_terminate`](set-terminate-crt.md)\
213213
[`set_unexpected`](set-unexpected-crt.md)\
214214
[`terminate`](terminate-crt.md)\
215-
[`unexpected`](unexpected-crt.md)\
215+
[`unexpected`](unexpected-crt.md)

docs/c-runtime-library/reference/set-unexpected-crt.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: set_unexpected (CRT)"
32
title: "set_unexpected (CRT)"
3+
description: "Learn more about: set_unexpected (CRT)"
44
ms.date: "1/14/2021"
55
api_name: ["set_unexpected"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["set_unexpected"]
1010
helpviewer_keywords: ["set_unexpected function", "unexpected function", "exception handling, termination"]
11-
ms.assetid: ebcef032-4771-48e5-88aa-2a1ab8750aa6
1211
---
1312
# `set_unexpected` (CRT)
1413

@@ -62,4 +61,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
6261
[`_get_unexpected`](get-unexpected.md)\
6362
[`set_terminate`](set-terminate-crt.md)\
6463
[`terminate`](terminate-crt.md)\
65-
[`unexpected`](unexpected-crt.md)\
64+
[`unexpected`](unexpected-crt.md)

docs/c-runtime-library/reference/sin-sinf-sinl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ cos( 1.570796 ) = 0.000000
9696
[`atan`, `atanf`, `atanl`, `atan2`, `atan2f`, `atan2l`](atan-atanf-atanl-atan2-atan2f-atan2l.md)\
9797
[`cos`, `cosf`, `cosl`](cos-cosf-cosl.md)\
9898
[`tan`, `tanf`, `tanl`](tan-tanf-tanl.md)\
99-
[`_CIsin`](../cisin.md)\
99+
[`_CIsin`](../cisin.md)

docs/c-runtime-library/reference/sqrt-sqrtf-sqrtl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ The square root of 45.35 is 6.73
9797
[`exp`, `expf`, `expl`](exp-expf.md)\
9898
[`log`, `logf`, `log10`, `log10f`](log-logf-log10-log10f.md)\
9999
[`pow`, `powf`, `powl`](pow-powf-powl.md)\
100-
[`_CIsqrt`](../cisqrt.md)\
100+
[`_CIsqrt`](../cisqrt.md)

docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
32
title: "strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
3+
description: "Learn more about: strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l"
44
ms.date: "1/20/2021"
55
api_name: ["strncat", "_strncat_l", "_mbsncat", "_mbsncat_l", "wcsncat", "wcsncat_l", "_o__mbsncat", "_o__mbsncat_l"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-multibyte-l1-1-0.dll", "api-ms-win-crt-string-l1-1-0.dll", "ntoskrnl.exe"]
@@ -184,4 +184,4 @@ You can see that `BadAppend` caused a buffer overrun.
184184
[`_strset`, `_strset_l`, `_wcsset`, `_wcsset_l`, `_mbsset`, `_mbsset_l`](strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md)\
185185
[`strspn`, `wcsspn`, `_mbsspn`, `_mbsspn_l`](strspn-wcsspn-mbsspn-mbsspn-l.md)\
186186
[Locale](../locale.md)\
187-
[Interpretation of multibyte-character sequences](../interpretation-of-multibyte-character-sequences.md)\
187+
[Interpretation of multibyte-character sequences](../interpretation-of-multibyte-character-sequences.md)

docs/c-runtime-library/reference/vscprintf-p-vscprintf-p-l-vscwprintf-p-vscwprintf-p-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
32
title: "_vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
3+
description: "Learn more about: _vscprintf_p, _vscprintf_p_l, _vscwprintf_p, _vscwprintf_p_l"
44
ms.date: "10/21/2021"
55
api_name: ["_vscprintf_p_l", "_vscprintf_p", "_vscwprintf_p_l", "_vscwprintf_p"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
@@ -89,4 +89,4 @@ See the example for [`vsprintf`](vsprintf-vsprintf-l-vswprintf-vswprintf-l-vswpr
8989

9090
[`vprintf` functions](../vprintf-functions.md)\
9191
[`_scprintf_p`, `_scprintf_p_l`, `_scwprintf_p`, `_scwprintf_p_l`](scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md)\
92-
[`_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l`](vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md)\
92+
[`_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l`](vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md)

0 commit comments

Comments
 (0)