Skip to content

Commit 920bfc4

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add metadata
1 parent 0bbdf17 commit 920bfc4

19 files changed

+22
-4
lines changed

docs/c-runtime-library/reference/chgsign-chgsignf-chgsignl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_chgsign, _chgsignf, _chgsignl"
3+
description: "API reference for _chgsign, _chgsignf, and _chgsignl; which reverses the sign of a floating-point argument."
34
ms.date: "04/05/2018"
45
api_name: ["_chgsignl", "_chgsign", "_chgsignf"]
56
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-math-l1-1-0.dll"]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_fileno"
3+
description: "API reference for _fileno; which gets the file descriptor associated with a stream."
34
ms.date: "4/2/2020"
45
api_name: ["_fileno", "_o__fileno"]
56
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", "api-ms-win-crt-private-l1-1-0.dll"]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_flushall"
3+
description: "API reference for _flushall; which flushes all streams and clears all buffers."
34
ms.date: "4/2/2020"
45
api_name: ["_flushall", "_o__flushall"]
56
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", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/getch-getwch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_getch, _getwch"
3+
description: "API reference for _getch and _getwch; which get a character from the console without echo."
34
ms.date: "4/2/2020"
45
api_name: ["_getch", "_getwch", "_o__getch", "_o__getwch"]
56
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-conio-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_getch_nolock, _getwch_nolock"
3+
description: "API reference for _getch_nolock, and _getwch_nolock; which get a character from the console without echo and without locking the thread."
34
ms.date: "4/2/2020"
45
api_name: ["_getwch_nolock", "_getch_nolock", "_o__getch_nolock", "_o__getwch_nolock"]
56
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-conio-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/getche-getwche.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_getche, _getwche"
3+
description: "API reference for _getche and _getwche; which get a character from the console with echo."
34
ms.date: "4/2/2020"
45
api_name: ["_getwche", "_getche", "_o__getche", "_o__getwche"]
56
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-conio-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_getche_nolock, _getwche_nolock"
3+
description: "API reference for _getche_nolock, and _getwche_nolock; which gets a character from the console, with echo and without locking the thread."
34
ms.date: "4/2/2020"
45
api_name: ["_getche_nolock", "_getwche_nolock", "_o__getche_nolock", "_o__getwche_nolock"]
56
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-conio-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0.dll"]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "_getpid"
3+
description: "API reference for _getpid, which gets the process identification."
34
ms.date: "11/04/2016"
45
api_name: ["_getpid"]
56
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-runtime-l1-1-0.dll"]

docs/c-runtime-library/reference/gmtime-gmtime32-gmtime64.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "gmtime, _gmtime32, _gmtime64"
3+
description: "API reference for gmtime, _gmtime32, and _gmtime64; which convert a time_t value to a tm structure."
34
ms.date: "4/2/2020"
45
api_name: ["_gmtime32", "gmtime", "_gmtime64", "_o__gmtime32", "_o__gmtime64"]
56
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-time-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0.dll"]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "imaxabs"
3+
description: "API reference for imaxabs, which calculates the absolute value of an integer of any size."
34
ms.date: "04/05/2018"
45
api_name: ["imaxabs"]
56
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-utility-l1-1-0.dll"]
@@ -31,7 +32,7 @@ Integer value.
3132
The **imaxabs** function returns the absolute value of the argument. There's no error return.
3233

3334
> [!NOTE]
34-
> Because the range of negative integers that can be represented by using **intmax_t** is larger than the range of positive integers that can be represented, it's possible to supply an argument to **imaxabs** that cant be converted. If the absolute value of the argument cannot be represented by the return type, the behavior of **imaxabs** is undefined.
35+
> Because the range of negative integers that can be represented by using **intmax_t** is larger than the range of positive integers that can be represented, it's possible to supply an argument to **imaxabs** that can't be converted. If the absolute value of the argument cannot be represented by the return type, the behavior of **imaxabs** is undefined.
3536
3637
## Requirements
3738

0 commit comments

Comments
 (0)