Skip to content

Commit c229690

Browse files
Tyler WhitneyTyler Whitney
Tyler Whitney
authored and
Tyler Whitney
committed
Make link text match article title
1 parent 5c49fee commit c229690

File tree

439 files changed

+439
-439
lines changed

Some content is hidden

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

439 files changed

+439
-439
lines changed

docs/c-runtime-library/cgets-cgetws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Because all editing keys are active when `_cgets` or `_cgetws` is called while i
5555

5656
In C++, these functions have template overloads that invoke the newer, secure counterparts of these functions. For more information, see [Secure Template Overloads](../c-runtime-library/secure-template-overloads.md).
5757

58-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
58+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
5959

6060
### Generic-Text Routine Mappings
6161

docs/c-runtime-library/ciatan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `atan` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/ciatan2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `atan2` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cicos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the [cos](../c-runtime-library/reference/cos-cosf-cosl.md) funct
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/ciexp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `exp` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cifmod.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `fmod` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cilog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `log` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cilog10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `log10` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cipow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `pow` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cisin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This intrinsic version of the [sin](../c-runtime-library/reference/sin-sinf-sinl
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cisqrt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `sqrt` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/citan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the [tan](../c-runtime-library/reference/tan-tanf-tanl.md) funct
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/execute-onexit-table-initialize-onexit-table-register-onexit-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `_register_onexit_function` function appends a function to the end of the on
5252

5353
The `_execute_onexit_table` function executes all of the functions in the onexit function table, clears the table, and then returns. After a call to `_execute_onexit_table`, the table is in a non-valid state; it must be reinitialized by a call to `_initialize_onexit_table` before it is used again.
5454

55-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
55+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
5656

5757
## Requirements
5858

docs/c-runtime-library/gets-getws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `gets` function reads a line from the standard input stream `stdin` and stor
5656
5757
In C++, these functions have template overloads that invoke the newer, secure counterparts of these functions. For more information, see [Secure Template Overloads](../c-runtime-library/secure-template-overloads.md).
5858

59-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
59+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
6060

6161
### Generic-Text Routine Mappings
6262

docs/c-runtime-library/lc-codepage-func.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A *code page* is a mapping of single-byte or double-byte codes to individual cha
3131
3232
Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.
3333
34-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
34+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3535
3636
## Requirements
3737

docs/c-runtime-library/lc-collate-cp-func.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The current collation code page of the thread.
2929
3030
Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.
3131
32-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
32+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3333
3434
## Requirements
3535

docs/c-runtime-library/lc-locale-name-func.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A pointer to a string that contains the current locale name of the thread.
2929
3030
Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.
3131
32-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
32+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3333
3434
## Requirements
3535

docs/c-runtime-library/mb-cur-max-func-mb-cur-max-l-func-p-mb-cur-max-mb-cur-max.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The `__mb_cur_max` macro is a convenient way to call the `___mb_cur_max_func()`
3939
4040
Internal CRT functions are implementation-specific and subject to change with each release. We don't recommend their use in your code.
4141
42-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
42+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
4343
4444
## Requirements
4545

docs/c-runtime-library/p-commode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `__p__commode` function is for internal use only, and should not be called f
3030
3131
File commit mode specifies when critical data is written to disk. For more information, see [fflush](../c-runtime-library/reference/fflush.md).
3232
33-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
33+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3434
3535
## Requirements
3636

docs/c-runtime-library/p-fmode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `__p__fmode` function is for internal use only, and should not be called fro
3030
3131
File translation mode specifies either `binary` or `text` translation for [_open](../c-runtime-library/reference/open-wopen.md) and [_pipe](../c-runtime-library/reference/pipe.md) I/O operations. For more information, see [_fmode](../c-runtime-library/fmode.md).
3232
33-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
33+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3434
3535
## Requirements
3636

docs/c-runtime-library/pctype-func.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A pointer to an array of character classification information.
2828
2929
The information in the character classification table is for internal use only, and is used by various functions that classify characters of type `char`. For more information, see the `Remarks` section of [_pctype, _pwctype, _wctype, _mbctype, _mbcasemap](../c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md).
3030
31-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
31+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
3232
3333
## Requirements
3434

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more information about CRT debugging, see [CRT Debugging Techniques](/visual
4949
5050
**End Microsoft Specific**
5151
52-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
52+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
5353
5454
## Requirements
5555

docs/c-runtime-library/reference/access-s-waccess-s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Permission to read or write the file is not enough to ensure the ability to open
6363

6464
These functions validate their parameters. If *path* is NULL or *mode* does not specify a valid mode, the invalid parameter handler is invoked, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If execution is allowed to continue, these functions set `errno` to `EINVAL` and return `EINVAL`.
6565

66-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
66+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
6767

6868
### Generic-Text Routine Mappings
6969

docs/c-runtime-library/reference/access-waccess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This function only checks whether the file and directory are read-only or not, i
6363

6464
This function validates its parameters. If *path* is NULL or *mode* does not specify a valid mode, the invalid parameter handler is invoked, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If execution is allowed to continue, the function sets `errno` to `EINVAL` and returns -1.
6565

66-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
66+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
6767

6868
### Generic-Text Routine Mappings
6969

docs/c-runtime-library/reference/acos-acosf-acosl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, if *x* is less than -1 or greater than 1, **acos** returns an indefi
4747

4848
Because C++ allows overloading, you can call overloads of **acos** that take and return **float** and **long** **double** types. In a C program, **acos** always takes and returns a **double**.
4949

50-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
50+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
5151

5252
## Requirements
5353

docs/c-runtime-library/reference/acosh-acoshf-acoshl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The **acosh** functions return the inverse hyberbolic cosine (arc hyperbolic cos
4444

4545
When you use C++, you can call overloads of **acosh** that take and return **float** or **long** **double** values. In a C program, **acosh** always takes and returns **double**.
4646

47-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
47+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
4848

4949
## Requirements
5050

docs/c-runtime-library/reference/aligned-free.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A pointer to the memory block that was returned to the `_aligned_malloc` or `_al
3232

3333
This function does not validate its parameter, unlike the other _aligned CRT functions. If *memblock* is a NULL pointer, this function simply performs no actions. It does not change `errno` and it does not invoke the invalid parameter handler. If an error occurs in the function due to not using _aligned functions previously to allocate the block of memory or a misalignment of memory occurs due to some unforeseen calamity, the function generates a debug report from the [_RPT, _RPTF, _RPTW, _RPTFW Macros](rpt-rptf-rptw-rptfw-macros.md).
3434

35-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
35+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
3636

3737
## Requirements
3838

docs/c-runtime-library/reference/aligned-malloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This function sets `errno` to `ENOMEM` if the memory allocation failed or if the
4444

4545
Use [_aligned_free](aligned-free.md) to deallocate memory obtained by both **_aligned_malloc** and `_aligned_offset_malloc`. Don't use `free`, which doesn't reclaim the aligned memory correctly and can lead to hard-to-diagnose bugs.
4646

47-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
47+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
4848

4949
## Requirements
5050

docs/c-runtime-library/reference/aligned-msize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When the application is linked with a debug version of the C run-time libraries,
4646

4747
This function validates its parameter. If *memblock* is a null pointer or *alignment* is not a power of 2, **_msize** invokes an invalid parameter handler, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If the error is handled, the function sets **errno** to **EINVAL** and returns -1.
4848

49-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
49+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
5050

5151
## Requirements
5252

docs/c-runtime-library/reference/aligned-offset-malloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A pointer to the memory block that was allocated or **NULL** if the operation fa
4848

4949
This function sets **errno** to **ENOMEM** if the memory allocation failed or if the requested size was greater than **_HEAP_MAXREQ**. For more information about **errno**, see [errno, _doserrno, _sys_errlist, and _sys_nerr](../../c-runtime-library/errno-doserrno-sys-errlist-and-sys-nerr.md). Also, **_aligned_offset_malloc** validates its parameters. If *alignment* is not a power of 2 or if *offset* is greater than or equal to *size* and nonzero, this function invokes the invalid parameter handler, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If execution is allowed to continue, this function returns **NULL** and sets **errno** to **EINVAL**.
5050

51-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
51+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
5252

5353
## Requirements
5454

docs/c-runtime-library/reference/aligned-offset-realloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Like [_aligned_offset_malloc](aligned-offset-malloc.md), **_aligned_offset_reall
5252

5353
This function sets **errno** to **ENOMEM** if the memory allocation failed or if the requested size was greater than **_HEAP_MAXREQ**. For more information about **errno**, see [errno, _doserrno, _sys_errlist, and _sys_nerr](../../c-runtime-library/errno-doserrno-sys-errlist-and-sys-nerr.md). Also, **_aligned_offset_realloc** validates its parameters. If *alignment* is not a power of 2 or if *offset* is greater than or equal to *size* and nonzero, this function invokes the invalid parameter handler, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If execution is allowed to continue, this function returns **NULL** and sets **errno** to **EINVAL**.
5454

55-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
55+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
5656

5757
## Requirements
5858

docs/c-runtime-library/reference/aligned-offset-recalloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Like [_aligned_offset_malloc](aligned-offset-malloc.md), **_aligned_offset_recal
5656

5757
This function sets **errno** to **ENOMEM** if the memory allocation failed or if the requested size (*number* * *size*) was greater than **_HEAP_MAXREQ**. For more information about **errno**, see [errno, _doserrno, _sys_errlist, and _sys_nerr](../../c-runtime-library/errno-doserrno-sys-errlist-and-sys-nerr.md). Also, **_aligned_offset_recalloc** validates its parameters. If *alignment* is not a power of 2 or if *offset* is greater than or equal to the requested size and nonzero, this function invokes the invalid parameter handler, as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If execution is allowed to continue, this function returns **NULL** and sets **errno** to **EINVAL**.
5858

59-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](../global-state.md).
59+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
6060

6161
## Requirements
6262

0 commit comments

Comments
 (0)