Skip to content

Commit

Permalink
removed translation tags from cruntime and c language folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeblome committed Oct 5, 2017
1 parent 79719a2 commit b0f9967
Show file tree
Hide file tree
Showing 1,103 changed files with 5,592 additions and 40,038 deletions.
23 changes: 3 additions & 20 deletions docs/c-language/abort-function-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "abort function"
dev_langs: ["C++"]
helpviewer_keywords: ["abort function"]
ms.assetid: caa62d67-ffc4-4481-87a4-0c1e2b0f537c
caps.latest.revision: 6
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# abort Function (C)
**ANSI 4.10.4.1** The behavior of the **abort** function with regard to open and temporary files
Expand Down
23 changes: 3 additions & 20 deletions docs/c-language/addition-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "pointers, adding integers"
dev_langs: ["C++"]
helpviewer_keywords: ["pointers, adding integers"]
ms.assetid: b9014fee-825d-46ef-91db-5d46807081fc
caps.latest.revision: 7
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Addition (+)
The addition operator (**+**) causes its two operands to be added. Both operands can be either integral or floating types, or one operand can be a pointer and the other an integer.
Expand Down
24 changes: 3 additions & 21 deletions docs/c-language/allocating-zero-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "memory allocation, zero memory"
- "zero memory"
dev_langs: ["C++"]
helpviewer_keywords: ["memory allocation, zero memory", "zero memory"]
ms.assetid: 768f2ab9-83a1-4887-8eb5-c094c18489a8
caps.latest.revision: 6
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Allocating Zero Memory
**ANSI 4.10.3** The behavior of the `calloc`, `malloc`, or `realloc` function if the size requested is zero
Expand Down
24 changes: 3 additions & 21 deletions docs/c-language/ansi-conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "ANSI [C++]"
- "ANSI [C++], C standard"
dev_langs: ["C++"]
helpviewer_keywords: ["ANSI [C++]", "ANSI [C++], C standard"]
ms.assetid: c3a188c8-42bc-41fb-a78d-637f3175ade0
caps.latest.revision: 7
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# ANSI Conformance
Microsoft C conforms to the standard for the C language as set forth in the 9899:1990 edition of the ANSI C standard.
Expand Down
27 changes: 3 additions & 24 deletions docs/c-language/argument-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "envp argument"
- "main function, syntax"
- "arguments [C++], for main function"
- "argv argument"
- "argc argument"
dev_langs: ["C++"]
helpviewer_keywords: ["envp argument", "main function, syntax", "arguments [C++], for main function", "argv argument", "argc argument"]
ms.assetid: 91c2cbe3-9aca-4277-afa1-6137eb8fb704
caps.latest.revision: 10
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Argument Description
The `argc` parameter in the **main** and **wmain** functions is an integer specifying how many arguments are passed to the program from the command line. Since the program name is considered an argument, the value of `argc` is at least one.
Expand Down
20 changes: 2 additions & 18 deletions docs/c-language/arguments-to-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,15 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
dev_langs: ["C++"]
ms.assetid: 39824fef-05ad-461d-ae82-49447dda8060
caps.latest.revision: 7
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Arguments to main
**ANSI 2.1.2.2.1** The semantics of the arguments to main
Expand Down
28 changes: 3 additions & 25 deletions docs/c-language/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "arguments [C++], function"
- "function parameters"
- "functions [C], parameters"
- "function parameters, about function parameters"
- "function arguments"
- "function calls, arguments"
dev_langs: ["C++"]
helpviewer_keywords: ["arguments [C++], function", "function parameters", "functions [C], parameters", "function parameters, about function parameters", "function arguments", "function calls, arguments"]
ms.assetid: 14cf0389-2265-41f0-9a96-f2223eb406ca
caps.latest.revision: 7
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Arguments
The arguments in a function call have this form:
Expand Down
25 changes: 3 additions & 22 deletions docs/c-language/array-declarations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "multidimensional arrays"
- "declaring arrays"
- "arrays [C++], declaring"
dev_langs: ["C++"]
helpviewer_keywords: ["multidimensional arrays", "declaring arrays", "arrays [C++], declaring"]
ms.assetid: 5f958b97-cef0-4058-bbc6-37c460aaed9b
caps.latest.revision: 10
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Array Declarations
An "array declaration" names the array and specifies the type of its elements. It can also define the number of elements in the array. A variable with array type is considered a pointer to the type of the array elements.
Expand Down
23 changes: 3 additions & 20 deletions docs/c-language/arrays-and-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,16 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
helpviewer_keywords:
- "arrays [C++], pointers"
dev_langs: ["C++"]
helpviewer_keywords: ["arrays [C++], pointers"]
ms.assetid: d6327896-47d0-472c-a0e1-68b777c938d8
caps.latest.revision: 8
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Arrays and Pointers
- [Largest Array Size](../c-language/largest-array-size.md)
Expand Down
20 changes: 2 additions & 18 deletions docs/c-language/ascii-character-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,15 @@ ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "cpp-language"
ms.technology: ["cpp-language"]
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "C++"
dev_langs: ["C++"]
ms.assetid: 2390fd40-5fe2-4410-a06c-ccc0fea2709b
caps.latest.revision: 6
author: "mikeblome"
ms.author: "mblome"
manager: "ghogen"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# ASCII Character Set
**ANSI 2.2.1** Members of source and execution character sets
Expand Down
Loading

0 comments on commit b0f9967

Please sign in to comment.