Skip to content

Commit 6f4b408

Browse files
authored
Merge pull request #4604 from MicrosoftDocs/main
10/19 AM Publish
2 parents 2365dc1 + 6dfcfb7 commit 6f4b408

File tree

932 files changed

+10032
-10039
lines changed

Some content is hidden

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

932 files changed

+10032
-10039
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The file time and the date are stored individually, using unsigned integers as b
2929

3030
## See also
3131

32-
[Global Constants](../c-runtime-library/global-constants.md)
32+
[Global constants](./global-constants.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: "11/04/2016"
55
helpviewer_keywords: ["_TCHAR type", "mappings, TCHAR.H data types", "generic-text example [CRT]", "TCHAR type", "TCHAR.H data types, mapping"]
66
ms.assetid: a03de0db-8118-4bd9-a03f-640e8dfc5ed3
77
---
8-
# A Sample Generic-Text Program
8+
# A sample generic-text program
99

1010
**Microsoft Specific**
1111

@@ -166,8 +166,8 @@ int __cdecl main(int argc, char **argv, char **envp)
166166

167167
## See also
168168

169-
[Generic-Text Mappings](../c-runtime-library/generic-text-mappings.md)<br/>
170-
[Data Type Mappings](../c-runtime-library/data-type-mappings.md)<br/>
171-
[Constant and Global Variable Mappings](../c-runtime-library/constant-and-global-variable-mappings.md)<br/>
172-
[Routine Mappings](../c-runtime-library/routine-mappings.md)<br/>
173-
[Using Generic-Text Mappings](../c-runtime-library/using-generic-text-mappings.md)
169+
[Generic-text mappings](./generic-text-mappings.md)\
170+
[Data type mappings](./data-type-mappings.md)\
171+
[Constant and global variable mappings](./constant-and-global-variable-mappings.md)\
172+
[Routine mappings](./routine-mappings.md)\
173+
[Using generic-text mappings](./using-generic-text-mappings.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ int _abnormal_termination(
2121
);
2222
```
2323
24-
## Return Value
24+
## Return value
2525
26-
**`true`** if the system is *unwinding* the stack; otherwise, **`false`**.
26+
**`true`** if the system is unwinding the stack; otherwise, **`false`**.
2727
2828
## Remarks
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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](../c-runtime-library/global-variables.md)
35+
[Global variables](./global-variables.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ The names of Microsoft-specific macros and manifest constants begin with two und
1717

1818
## See also
1919

20-
[Compatibility](../c-runtime-library/compatibility.md)
20+
[Compatibility](./compatibility.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ For portable code, we recommend you use the arguments passed to `main` to get th
4141
|---------------------|---------------------|
4242
|`__argc`, `__argv`, `__wargv`|\<stdlib.h>, \<cstdlib> (C++)|
4343

44-
`__argc`, `__argv`, and `__wargv` are Microsoft extensions. For compatibility information, see [Compatibility](../c-runtime-library/compatibility.md).
44+
`__argc`, `__argv`, and `__wargv` are Microsoft extensions. For compatibility information, see [Compatibility](./compatibility.md).
4545

4646
## See also
4747

48-
[Global variables](../c-runtime-library/global-variables.md)\
48+
[Global variables](./global-variables.md)\
4949
[`main` function and command-line arguments (C++)](../cpp/main-function-command-line-args.md)\
5050
[Using `wmain` instead of `main`](../cpp/main-function-command-line-args.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The **va_arg**, **va_end**, and **va_start** macros provide access to function a
1414

1515
|Macro|Use|
1616
|-----------|-------------------------------|
17-
|[va_arg](../c-runtime-library/reference/va-arg-va-copy-va-end-va-start.md)|Retrieve argument from list|
18-
|[va_end](../c-runtime-library/reference/va-arg-va-copy-va-end-va-start.md)|Reset pointer|
19-
|[va_start](../c-runtime-library/reference/va-arg-va-copy-va-end-va-start.md)|Set pointer to beginning of argument list|
17+
|[`va_arg`](./reference/va-arg-va-copy-va-end-va-start.md)|Retrieve argument from list|
18+
|[`va_end`](./reference/va-arg-va-copy-va-end-va-start.md)|Reset pointer|
19+
|[`va_start`](./reference/va-arg-va-copy-va-end-va-start.md)|Set pointer to beginning of argument list|
2020

2121
## See also
2222

23-
[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)
23+
[Universal C runtime routines by category](./run-time-routines-by-category.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ms.topic: "conceptual"
66
helpviewer_keywords: ["CRT, compatibility", "backward compatibility, C run-time libraries", "compatibility, C run-time libraries", "backward compatibility"]
77
ms.assetid: cc3175cf-97fd-492f-b329-5791aea63090
88
---
9-
# Backward Compatibility
9+
# Backward compatibility
1010

1111
For compatibility between product versions, the library OLDNAMES.LIB maps old names to new names. For instance, `open` maps to `_open`. You must explicitly link with OLDNAMES.LIB only when you compile with the following combinations of command-line options:
1212

1313
- `/Zl` (omit default library name from object file) and `/Ze` (the default: use Microsoft extensions)
1414

1515
- `/link` (linker-control), `/NOD` (no default-library search), and `/Ze`
1616

17-
For more information about compiler command-line options, see [Compiler Reference](../build/reference/compiler-options.md).
17+
For more information about compiler command-line options, see [Compiler options](../build/reference/compiler-options.md).
1818

1919
## See also
2020

21-
[Compatibility](../c-runtime-library/compatibility.md)
21+
[Compatibility](./compatibility.md)

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Use these routines to work with areas of memory on a byte-by-byte basis.
1313

1414
|Routine|Use|
1515
|-------------|---------|
16-
|[_memccpy](../c-runtime-library/reference/memccpy.md)|Copy characters from one buffer to another until given character or given number of characters has been copied|
17-
|[memchr, wmemchr](../c-runtime-library/reference/memchr-wmemchr.md)|Return pointer to first occurrence, within specified number of characters, of given character in buffer|
18-
|[memcmp, wmemcmp](../c-runtime-library/reference/memcmp-wmemcmp.md)|Compare specified number of characters from two buffers|
19-
|[memcpy, wmemcpy](../c-runtime-library/reference/memcpy-wmemcpy.md), [memcpy_s, wmemcpy_s](../c-runtime-library/reference/memcpy-s-wmemcpy-s.md)|Copy specified number of characters from one buffer to another|
20-
|[_memicmp, _memicmp_l](../c-runtime-library/reference/memicmp-memicmp-l.md)|Compare specified number of characters from two buffers without regard to case|
21-
|[memmove, wmemmove](../c-runtime-library/reference/memmove-wmemmove.md),[memmove_s, wmemmove_s](../c-runtime-library/reference/memmove-s-wmemmove-s.md)|Copy specified number of characters from one buffer to another|
22-
|[memset, wmemset](../c-runtime-library/reference/memset-wmemset.md)|Use given character to initialize specified number of bytes in the buffer|
23-
|[_swab](../c-runtime-library/reference/swab.md)|Swap bytes of data and store them at specified location|
16+
|[`_memccpy`](./reference/memccpy.md)|Copy characters from one buffer to another until given character or given number of characters has been copied|
17+
|[`memchr`, `wmemchr`](./reference/memchr-wmemchr.md)|Return pointer to first occurrence, within specified number of characters, of given character in buffer|
18+
|[`memcmp`, `wmemcmp`](./reference/memcmp-wmemcmp.md)|Compare specified number of characters from two buffers|
19+
|[`memcpy`, `wmemcpy`](./reference/memcpy-wmemcpy.md), [`memcpy_s`, `wmemcpy_s`](./reference/memcpy-s-wmemcpy-s.md)|Copy specified number of characters from one buffer to another|
20+
|[`_memicmp`, `_memicmp_l`](./reference/memicmp-memicmp-l.md)|Compare specified number of characters from two buffers without regard to case|
21+
|[`memmove`, `wmemmove`](./reference/memmove-wmemmove.md),[`memmove_s`, `wmemmove_s`](./reference/memmove-s-wmemmove-s.md)|Copy specified number of characters from one buffer to another|
22+
|[`memset`, `wmemset`](./reference/memset-wmemset.md)|Use given character to initialize specified number of bytes in the buffer|
23+
|[`_swab`](./reference/swab.md)|Swap bytes of data and store them at specified location|
2424

2525
When the source and target areas overlap, only **memmove** is guaranteed to copy the full source properly.
2626

2727
## See also
2828

29-
[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)
29+
[Universal C runtime routines by category](./run-time-routines-by-category.md)

docs/c-runtime-library/bufsiz.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.assetid: 94ac04a3-d154-476b-bd89-eefbc7b949ae
1616

1717
## Remarks
1818

19-
`BUFSIZ` is the required user-allocated buffer for the [setvbuf](../c-runtime-library/reference/setvbuf.md) routine.
19+
`BUFSIZ` is the required user-allocated buffer for the [`setvbuf`](./reference/setvbuf.md) routine.
2020

2121
## See also
2222

23-
[Stream I/O](../c-runtime-library/stream-i-o.md)<br/>
24-
[Global Constants](../c-runtime-library/global-constants.md)
23+
[Stream I/O](./stream-i-o.md)\
24+
[Global constants](./global-constants.md)

0 commit comments

Comments
 (0)