Skip to content

Commit 41c93de

Browse files
authored
Merge pull request #5543 from Rageking8/add-missing-endif-in-atwcmdln-reference
Add missing `#endif` in `_{a,t,w}cmdln` reference
2 parents f4209d0 + 9eb4817 commit 41c93de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _acmdln, _tcmdln, _wcmdln"
32
title: "_acmdln, _tcmdln, _wcmdln"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: _acmdln, _tcmdln, _wcmdln"
4+
ms.date: 11/04/2016
55
api_name: ["_wcmdln", "_acmdln"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_acmdln", "_wcmdln", "_tcmdln"]
1010
helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"]
11-
ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539
1211
---
1312
# `_acmdln`, `_tcmdln`, `_wcmdln`
1413

@@ -24,6 +23,7 @@ wchar_t * _wcmdln;
2423
#define _tcmdln _wcmdln
2524
#else
2625
#define _tcmdln _acmdln
26+
#endif
2727
```
2828

2929
## Remarks
@@ -32,4 +32,4 @@ These CRT internal variables store the complete command line. They're exposed in
3232

3333
## See also
3434

35-
[Global variables](./global-variables.md)
35+
[Global variables](global-variables.md)

0 commit comments

Comments
 (0)