@@ -13,40 +13,40 @@ Sample programs are included in the individual reference topics for most routine
13
13
14
14
## In This Section
15
15
16
- [ C Run-Time Libraries] ( ../c-runtime-library/ crt-library-features.md) < br />
16
+ [ C Run-Time Libraries] ( crt-library-features.md ) \
17
17
Discusses the .lib files that comprise the C run-time libraries.
18
18
19
- [ Universal C runtime routines by category] ( ../c-runtime-library/ run-time-routines-by-category.md) < br />
19
+ [ Universal C runtime routines by category] ( run-time-routines-by-category.md ) \
20
20
Provides links to the run-time library by category.
21
21
22
- [ Global Variables and Standard Types] ( ../c-runtime-library/ global-variables-and-standard-types.md) < br />
22
+ [ Global Variables and Standard Types] ( global-variables-and-standard-types.md ) \
23
23
Provides links to the global variables and standard types provided by the run-time library.
24
24
25
- [ Global Constants] ( ../c-runtime-library/ global-constants.md) < br />
25
+ [ Global Constants] ( global-constants.md ) \
26
26
Provides links to the global constants defined by the run-time library.
27
27
28
- [ Global State] ( ../c-runtime-library/ global-state.md) < br />
28
+ [ Global State] ( global-state.md ) \
29
29
Describes the scope of global state in the C run-time library.
30
30
31
- [ Alphabetical Function Reference] ( ../c-runtime-library/ reference/crt-alphabetical-function-reference.md) < br />
31
+ [ Alphabetical Function Reference] ( reference/crt-alphabetical-function-reference.md ) \
32
32
Provides a table of contents entry point into an alphabetical listing of all C run-time library functions.
33
33
34
- [ Generic-Text Mappings] ( ../c-runtime-library/ generic-text-mappings.md) < br />
34
+ [ Generic-Text Mappings] ( generic-text-mappings.md ) \
35
35
Provides links to the generic-text mappings defined in Tchar.h.
36
36
37
- [ Language and Country/Region Strings] ( ../c-runtime-library/ locale-names-languages-and-country-region-strings.md) < br />
37
+ [ Language and Country/Region Strings] ( locale-names-languages-and-country-region-strings.md ) \
38
38
Describes how to use the ` setlocale ` function to set the language and Country/Region strings.
39
39
40
40
## Related Sections
41
41
42
- [ Debug Routines] ( ../c-runtime-library/ debug-routines.md) < br />
42
+ [ Debug Routines] ( debug-routines.md ) \
43
43
Provides links to the debug versions of the run-time library routines.
44
44
45
- [ Run-Time Error Checking] ( ../c-runtime-library/ run-time-error-checking.md) < br />
45
+ [ Run-Time Error Checking] ( run-time-error-checking.md ) \
46
46
Provides links to functions that support run-time error checks.
47
47
48
- [ DLLs and Visual C++ run-time library behavior] ( ../build/run-time-library-behavior.md ) < br />
48
+ [ DLLs and Visual C++ run-time library behavior] ( ../build/run-time-library-behavior.md ) \
49
49
Discusses the entry point and startup code used for a DLL.
50
50
51
- [ Debugging] ( /visualstudio/debugger/debugging-in-visual-studio ) < br />
51
+ [ Debugging] ( /visualstudio/debugger/debugging-in-visual-studio ) \
52
52
Provides links to using the Visual Studio debugger to correct logic errors in your application or stored procedures.
0 commit comments