@@ -13,40 +13,40 @@ Sample programs are included in the individual reference topics for most routine
1313
1414## In This Section
1515
16- [ C Run-Time Libraries] ( ../c-runtime-library/ crt-library-features.md) < br />
16+ [ C Run-Time Libraries] ( crt-library-features.md ) \
1717Discusses the .lib files that comprise the C run-time libraries.
1818
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 ) \
2020Provides links to the run-time library by category.
2121
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 ) \
2323Provides links to the global variables and standard types provided by the run-time library.
2424
25- [ Global Constants] ( ../c-runtime-library/ global-constants.md) < br />
25+ [ Global Constants] ( global-constants.md ) \
2626Provides links to the global constants defined by the run-time library.
2727
28- [ Global State] ( ../c-runtime-library/ global-state.md) < br />
28+ [ Global State] ( global-state.md ) \
2929Describes the scope of global state in the C run-time library.
3030
31- [ Alphabetical Function Reference] ( ../c-runtime-library/ reference/crt-alphabetical-function-reference.md) < br />
31+ [ Alphabetical Function Reference] ( reference/crt-alphabetical-function-reference.md ) \
3232Provides a table of contents entry point into an alphabetical listing of all C run-time library functions.
3333
34- [ Generic-Text Mappings] ( ../c-runtime-library/ generic-text-mappings.md) < br />
34+ [ Generic-Text Mappings] ( generic-text-mappings.md ) \
3535Provides links to the generic-text mappings defined in Tchar.h.
3636
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 ) \
3838Describes how to use the ` setlocale ` function to set the language and Country/Region strings.
3939
4040## Related Sections
4141
42- [ Debug Routines] ( ../c-runtime-library/ debug-routines.md) < br />
42+ [ Debug Routines] ( debug-routines.md ) \
4343Provides links to the debug versions of the run-time library routines.
4444
45- [ Run-Time Error Checking] ( ../c-runtime-library/ run-time-error-checking.md) < br />
45+ [ Run-Time Error Checking] ( run-time-error-checking.md ) \
4646Provides links to functions that support run-time error checks.
4747
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 ) \
4949Discusses the entry point and startup code used for a DLL.
5050
51- [ Debugging] ( /visualstudio/debugger/debugging-in-visual-studio ) < br />
51+ [ Debugging] ( /visualstudio/debugger/debugging-in-visual-studio ) \
5252Provides links to using the Visual Studio debugger to correct logic errors in your application or stored procedures.
0 commit comments