Skip to content

Commit 036f0d1

Browse files
author
Colin Robertson
committed
Change CRT metadata
1 parent fed33e4 commit 036f0d1

948 files changed

Lines changed: 197 additions & 4781 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/c-runtime-library/32-bit-windows-time-date-formats.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
title: "32-Bit Windows Time-Date Formats | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
f1_keywords: ["vc.time"]
118
dev_langs: ["C++"]
129
helpviewer_keywords: ["32-bit Windows"]
1310
ms.assetid: ef1589db-84d7-4b24-8799-7c7a22cfe2bf
14-
caps.latest.revision: 6
1511
author: "corob-msft"
1612
ms.author: "corob"
17-
manager: "ghogen"
1813
ms.workload: ["cplusplus"]
1914
---
2015
# 32-Bit Windows Time/Date Formats

docs/c-runtime-library/a-sample-generic-text-program.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
title: "A Sample Generic-Text Program | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
dev_langs: ["C++"]
118
helpviewer_keywords: ["_TCHAR type", "mappings, TCHAR.H data types", "generic-text example [CRT]", "TCHAR type", "TCHAR.H data types, mapping"]
129
ms.assetid: a03de0db-8118-4bd9-a03f-640e8dfc5ed3
13-
caps.latest.revision: 10
1410
author: "corob-msft"
1511
ms.author: "corob"
16-
manager: "ghogen"
1712
ms.workload: ["cplusplus"]
1813
---
1914
# A Sample Generic-Text Program

docs/c-runtime-library/abnormal-termination.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,17 @@
22
title: "_abnormal_termination | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
apiname: ["_abnormal_termination"]
118
apilocation: ["msvcr110.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll"]
129
apitype: "DLLExport"
1310
f1_keywords: ["_abnormal_termination"]
1411
dev_langs: ["C++"]
1512
helpviewer_keywords: ["_abnormal_termination"]
1613
ms.assetid: 952970a4-9586-4c3d-807a-db729448c91c
17-
caps.latest.revision: 2
1814
author: "corob-msft"
1915
ms.author: "corob"
20-
manager: "ghogen"
2116
ms.workload: ["cplusplus"]
2217
---
2318
# _abnormal_termination

docs/c-runtime-library/acmdln-tcmdln-wcmdln.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,17 @@
22
title: "_acmdln, _tcmdln, _wcmdln | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
apiname: ["_wcmdln", "_acmdln"]
118
apilocation: ["msvcrt.dll"]
129
apitype: "DLLExport"
1310
f1_keywords: ["_acmdln", "acmdln", "_wcmdln", "wcmdln", "_tcmdln", "tcmdln"]
1411
dev_langs: ["C++"]
1512
helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"]
1613
ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539
17-
caps.latest.revision: 7
1814
author: "corob-msft"
1915
ms.author: "corob"
20-
manager: "ghogen"
2116
ms.workload: ["cplusplus"]
2217
---
2318
# _acmdln, _tcmdln, _wcmdln

docs/c-runtime-library/ansi-c-compliance.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
title: "ANSI C Compliance | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
f1_keywords: ["Ansi"]
118
dev_langs: ["C++"]
129
helpviewer_keywords: ["underscores, leading", "compatibility [C++], ANSI C", "compliance with ANSI C", "conventions [C++], Microsoft extensions", "underscores", "naming conventions [C++], Microsoft library", "ANSI [C++], C standard", "Microsoft extensions naming conventions"]
1310
ms.assetid: 6be271bf-eecf-491a-a928-0ee2dd60e3b9
14-
caps.latest.revision: 6
1511
author: "corob-msft"
1612
ms.author: "corob"
17-
manager: "ghogen"
1813
ms.workload: ["cplusplus"]
1914
---
2015
# ANSI C Compliance

docs/c-runtime-library/argc-argv-wargv.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,17 @@
22
title: "__argc, __argv, __wargv | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
apiname: ["__wargv", "__argv", "__argc"]
118
apilocation: ["msvcrt120.dll"]
129
apitype: "DLLExport"
1310
f1_keywords: ["__argv", "__argc", "__wargv"]
1411
dev_langs: ["C++"]
1512
helpviewer_keywords: ["__argv", "__wargv", "__argc"]
1613
ms.assetid: 17001b0a-04ad-4762-b3a6-c54847f02d7c
17-
caps.latest.revision: 5
1814
author: "corob-msft"
1915
ms.author: "corob"
20-
manager: "ghogen"
2116
ms.workload: ["cplusplus"]
2217
---
2318
# __argc, __argv, __wargv

docs/c-runtime-library/argument-access.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ title: "Argument access | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "04/04/2018"
55
ms.technology: ["cpp-standard-libraries"]
6-
ms.topic: "article"
6+
ms.topic: "conceptual"
77
f1_keywords: ["c.arguments"]
88
dev_langs: ["C++"]
99
helpviewer_keywords: ["argument access macros [C++]", "variable-length argument lists"]
1010
ms.assetid: 7046ae34-a0ec-44f0-815d-3209492a3e19
1111
author: "corob-msft"
1212
ms.author: "corob"
13-
manager: "ghogen"
1413
ms.workload: ["cplusplus"]
1514
---
1615
# Argument access

docs/c-runtime-library/backward-compatibility.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
title: "Backward Compatibility | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
f1_keywords: ["c.programs"]
118
dev_langs: ["C++"]
129
helpviewer_keywords: ["CRT, compatibility", "backward compatibility, C run-time libraries", "compatibility, C run-time libraries", "backward compatibility"]
1310
ms.assetid: cc3175cf-97fd-492f-b329-5791aea63090
14-
caps.latest.revision: 7
1511
author: "corob-msft"
1612
ms.author: "corob"
17-
manager: "ghogen"
1813
ms.workload: ["cplusplus"]
1914
---
2015
# Backward Compatibility

docs/c-runtime-library/buffer-manipulation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ title: "Buffer manipulation | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "04/04/2018"
55
ms.technology: ["cpp-standard-libraries"]
6-
ms.topic: "article"
6+
ms.topic: "conceptual"
77
f1_keywords: ["c.memory"]
88
dev_langs: ["C++"]
99
helpviewer_keywords: ["buffers, manipulation routines", "buffers"]
1010
ms.assetid: 164f4860-ce66-412c-8291-396fbd70f03e
1111
author: "corob-msft"
1212
ms.author: "corob"
13-
manager: "ghogen"
1413
ms.workload: ["cplusplus"]
1514
---
1615
# Buffer manipulation

docs/c-runtime-library/bufsiz.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
title: "BUFSIZ | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
75
ms.technology: ["cpp-standard-libraries"]
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
6+
ms.topic: "conceptual"
107
f1_keywords: ["BUFSIZ"]
118
dev_langs: ["C++"]
129
helpviewer_keywords: ["BUFSIZ constant"]
1310
ms.assetid: 94ac04a3-d154-476b-bd89-eefbc7b949ae
14-
caps.latest.revision: 6
1511
author: "corob-msft"
1612
ms.author: "corob"
17-
manager: "ghogen"
1813
ms.workload: ["cplusplus"]
1914
---
2015
# BUFSIZ

0 commit comments

Comments
 (0)