diff --git a/docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp b/docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp index 78a3ad3444..2b6ff825fd 100644 --- a/docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp +++ b/docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp @@ -1,5 +1,5 @@ // OEM character 252 on most IBM-compatible computers in - // Western countries/regions is superscript n, as in 2^n. + // many countries/regions is superscript n, as in 2^n. // Converting it to the ANSI English charset results in a // normal character 'n', which is the closest possible // representation. @@ -14,4 +14,4 @@ // the character's value truly was. str.AnsiToOem(); ASSERT(str[0] != 252); - ASSERT(str[0] == 'n'); \ No newline at end of file + ASSERT(str[0] == 'n'); diff --git a/docs/c-runtime-library/32-bit-windows-time-date-formats.md b/docs/c-runtime-library/32-bit-windows-time-date-formats.md index e6957f88f7..28c4ca9b83 100644 --- a/docs/c-runtime-library/32-bit-windows-time-date-formats.md +++ b/docs/c-runtime-library/32-bit-windows-time-date-formats.md @@ -6,7 +6,7 @@ f1_keywords: ["vc.time"] helpviewer_keywords: ["32-bit Windows"] ms.assetid: ef1589db-84d7-4b24-8799-7c7a22cfe2bf --- -# 32-Bit Windows Time/Date Formats +# 32-Bit Windows time/date formats The file time and the date are stored individually, using unsigned integers as bit fields. File time and date are packed as follows: diff --git a/docs/c-runtime-library/abnormal-termination.md b/docs/c-runtime-library/abnormal-termination.md index 08d4858331..87abacd61c 100644 --- a/docs/c-runtime-library/abnormal-termination.md +++ b/docs/c-runtime-library/abnormal-termination.md @@ -10,7 +10,7 @@ f1_keywords: ["_abnormal_termination"] helpviewer_keywords: ["_abnormal_termination"] ms.assetid: 952970a4-9586-4c3d-807a-db729448c91c --- -# _abnormal_termination +# `_abnormal_termination` Indicates whether the **`__finally`** block of a [try-finally statement](../cpp/try-finally-statement.md) is entered while the system is executing an internal list of termination handlers. diff --git a/docs/c-runtime-library/acmdln-tcmdln-wcmdln.md b/docs/c-runtime-library/acmdln-tcmdln-wcmdln.md index 43f9ba680a..675ff9bfbd 100644 --- a/docs/c-runtime-library/acmdln-tcmdln-wcmdln.md +++ b/docs/c-runtime-library/acmdln-tcmdln-wcmdln.md @@ -10,7 +10,7 @@ f1_keywords: ["_acmdln", "acmdln", "_wcmdln", "wcmdln", "_tcmdln", "tcmdln"] helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"] ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539 --- -# _acmdln, _tcmdln, _wcmdln +# `_acmdln`, `_tcmdln`, `_wcmdln` Internal CRT global variable. The command line. diff --git a/docs/c-runtime-library/argc-argv-wargv.md b/docs/c-runtime-library/argc-argv-wargv.md index 2ef7e26e4c..5ed4577bde 100644 --- a/docs/c-runtime-library/argc-argv-wargv.md +++ b/docs/c-runtime-library/argc-argv-wargv.md @@ -11,7 +11,7 @@ helpviewer_keywords: ["__argv", "__wargv", "__argc"] ms.assetid: 17001b0a-04ad-4762-b3a6-c54847f02d7c no-loc: [__argc, __argv, __wargv, main, wmain] --- -# __argc, __argv, __wargv +# `__argc`, `__argv`, `__wargv` The `__argc` global variable is a count of the number of command-line arguments passed to the program. `__argv` is a pointer to an array of single-byte-character or multi-byte-character strings that contain the program arguments, and `__wargv` is a pointer to an array of wide-character strings that contain the program arguments. These global variables provide the arguments to `main` or `wmain`. diff --git a/docs/c-runtime-library/bufsiz.md b/docs/c-runtime-library/bufsiz.md index 3ecb4e5d87..410a1c201f 100644 --- a/docs/c-runtime-library/bufsiz.md +++ b/docs/c-runtime-library/bufsiz.md @@ -6,7 +6,7 @@ f1_keywords: ["BUFSIZ"] helpviewer_keywords: ["BUFSIZ constant"] ms.assetid: 94ac04a3-d154-476b-bd89-eefbc7b949ae --- -# BUFSIZ +# `BUFSIZ` ## Syntax diff --git a/docs/c-runtime-library/cgets-cgetws.md b/docs/c-runtime-library/cgets-cgetws.md index b9abffd4f3..c33970deb4 100644 --- a/docs/c-runtime-library/cgets-cgetws.md +++ b/docs/c-runtime-library/cgets-cgetws.md @@ -10,7 +10,7 @@ f1_keywords: ["cgetws", "_cgetws", "_cgets"] helpviewer_keywords: ["_cgetws function", "strings [C++], getting from console", "console, getting strings from", "_cgets function", "cgetws function", "cgets function"] ms.assetid: 4d5e134a-58c3-4f62-befd-5d235b0212f4 --- -# _cgets, _cgetws +# `_cgets`, `_cgetws` Gets a character string from the console. More secure versions of these functions are available; see [`_cgets_s`, `_cgetws_s`](./reference/cgets-s-cgetws-s.md). diff --git a/docs/c-runtime-library/ciatan.md b/docs/c-runtime-library/ciatan.md index ed55f52c53..3e1d232d48 100644 --- a/docs/c-runtime-library/ciatan.md +++ b/docs/c-runtime-library/ciatan.md @@ -10,7 +10,7 @@ f1_keywords: ["_CIatan", "CIatan"] helpviewer_keywords: ["CIatan intrinsic", "_CIatan intrinsic"] ms.assetid: 3baa0429-fe46-4bab-8b00-868e2186dc8c --- -# _CIatan +# `_CIatan` Calculates the arctangent of the top value on the stack. diff --git a/docs/c-runtime-library/ciatan2.md b/docs/c-runtime-library/ciatan2.md index f56c59a321..7b9c6825e6 100644 --- a/docs/c-runtime-library/ciatan2.md +++ b/docs/c-runtime-library/ciatan2.md @@ -10,7 +10,7 @@ f1_keywords: ["CIatan2", "_CIatan2"] helpviewer_keywords: ["_CIatan2 intrinsic", "CIatan2 intrinsic"] ms.assetid: 31f8cc78-b79f-4576-b73b-8add18e08680 --- -# _CIatan2 +# `_CIatan2` Calculates the arctangent of *`x`* / *`y`* where *`x`* and *`y`* are values on the top of the stack. diff --git a/docs/c-runtime-library/cicos.md b/docs/c-runtime-library/cicos.md index 20b69fef11..af3d4ad802 100644 --- a/docs/c-runtime-library/cicos.md +++ b/docs/c-runtime-library/cicos.md @@ -10,7 +10,7 @@ f1_keywords: ["CIcos", "_CIcos"] helpviewer_keywords: ["_CIcos intrinsic", "CIcos intrinsic"] ms.assetid: 6fc203fb-66f3-4ead-9784-f85833c26f1b --- -# _CIcos +# `_CIcos` Calculates the cosine of the top value in the floating-point stack. diff --git a/docs/c-runtime-library/ciexp.md b/docs/c-runtime-library/ciexp.md index 2099c9be58..5b80ba98b0 100644 --- a/docs/c-runtime-library/ciexp.md +++ b/docs/c-runtime-library/ciexp.md @@ -10,7 +10,7 @@ f1_keywords: ["CIexp", "_CIexp"] helpviewer_keywords: ["CIexp intrinsic", "_CIexp intrinsic"] ms.assetid: f8a3e3b7-fa57-41a3-9983-6c81914cbb55 --- -# _CIexp +# `_CIexp` Calculates the exponential of the top value on the stack. diff --git a/docs/c-runtime-library/cifmod.md b/docs/c-runtime-library/cifmod.md index b5c6d2630a..994551d90f 100644 --- a/docs/c-runtime-library/cifmod.md +++ b/docs/c-runtime-library/cifmod.md @@ -10,7 +10,7 @@ f1_keywords: ["_CIfmod", "CIfmod"] helpviewer_keywords: ["CIfmod intrinsic", "_CIfmod intrinsic"] ms.assetid: 7c050653-7ec6-4810-b3a7-7a0057ea65ed --- -# _CIfmod +# `_CIfmod` Calculates the floating-point remainder of the top two values on the stack. diff --git a/docs/c-runtime-library/cilog.md b/docs/c-runtime-library/cilog.md index d54ffcc526..37ac84e565 100644 --- a/docs/c-runtime-library/cilog.md +++ b/docs/c-runtime-library/cilog.md @@ -10,7 +10,7 @@ f1_keywords: ["_CIlog", "CIlog"] helpviewer_keywords: ["_CIlog intrinsic", "CIlog intrinsic"] ms.assetid: 23503854-ddaa-4fe0-a4a3-7fbb3a43bdec --- -# _CIlog +# `_CIlog` Calculates the natural logarithm of the top value in the stack. diff --git a/docs/c-runtime-library/cilog10.md b/docs/c-runtime-library/cilog10.md index 72f74f93a9..b5163c9f2b 100644 --- a/docs/c-runtime-library/cilog10.md +++ b/docs/c-runtime-library/cilog10.md @@ -10,7 +10,7 @@ f1_keywords: ["CIlog10", "_CIlog10"] helpviewer_keywords: ["_CIlog10 intrinsic", "CIlog10 intrinsic"] ms.assetid: 05d7fcaa-3cff-4cc5-8d44-015e7cacba24 --- -# _CIlog10 +# `_CIlog10` Performs a `log10` operation on the top value in the stack. diff --git a/docs/c-runtime-library/cipow.md b/docs/c-runtime-library/cipow.md index 18bc18ccc5..746a27a7c3 100644 --- a/docs/c-runtime-library/cipow.md +++ b/docs/c-runtime-library/cipow.md @@ -10,7 +10,7 @@ f1_keywords: ["CIpow", "_CIpow"] helpviewer_keywords: ["CIpow intrinsic", "_CIpow intrinsic"] ms.assetid: 477aaf0c-ac58-4252-89dd-9f3e35d47536 --- -# _CIpow +# `_CIpow` Calculates *`x`* raised to the *`y`* power based on the top values in the stack. diff --git a/docs/c-runtime-library/cisin.md b/docs/c-runtime-library/cisin.md index ca4f330817..1f54bb9e64 100644 --- a/docs/c-runtime-library/cisin.md +++ b/docs/c-runtime-library/cisin.md @@ -10,7 +10,7 @@ f1_keywords: ["CIsin", "_CIsin"] helpviewer_keywords: ["_CIsin intrinsic", "CIsin intrinsic"] ms.assetid: f215f39a-2341-4f1c-ba8e-cb522451ceb2 --- -# _CIsin +# `_CIsin` Calculates the sine of the top value in the floating-point stack. diff --git a/docs/c-runtime-library/cisqrt.md b/docs/c-runtime-library/cisqrt.md index 281252725b..3153c51115 100644 --- a/docs/c-runtime-library/cisqrt.md +++ b/docs/c-runtime-library/cisqrt.md @@ -10,7 +10,7 @@ f1_keywords: ["_CIsqrt", "CIsqrt"] helpviewer_keywords: ["CIsqrt intrinsic", "_CIsqrt intrinsic"] ms.assetid: 663548ea-398c-48ee-8397-a787c6ebb937 --- -# _CIsqrt +# `_CIsqrt` Calculates the square root of the top value in the stack. diff --git a/docs/c-runtime-library/citan.md b/docs/c-runtime-library/citan.md index 2e32dfd40d..ab72c33c50 100644 --- a/docs/c-runtime-library/citan.md +++ b/docs/c-runtime-library/citan.md @@ -10,7 +10,7 @@ f1_keywords: ["_CItan", "CItan"] helpviewer_keywords: ["CItan intrinsic", "_CItan intrinsic"] ms.assetid: d1ea3113-50a2-45a6-b6bc-680fcdcc0928 --- -# _CItan +# `_CItan` Calculates the tangent of the top value on the floating-point stack. diff --git a/docs/c-runtime-library/clocks-per-sec-clk-tck.md b/docs/c-runtime-library/clocks-per-sec-clk-tck.md index eafbf8a342..da49b06f85 100644 --- a/docs/c-runtime-library/clocks-per-sec-clk-tck.md +++ b/docs/c-runtime-library/clocks-per-sec-clk-tck.md @@ -6,7 +6,7 @@ f1_keywords: ["CLOCKS_PER_SEC", "CLK_TCK"] helpviewer_keywords: ["CLOCKS_PER_SEC", "CLK_TCK constant"] ms.assetid: bc285106-383d-44cb-91bf-276ad7de57bf --- -# CLOCKS_PER_SEC, CLK_TCK +# `CLOCKS_PER_SEC`, `CLK_TCK` ## Syntax diff --git a/docs/c-runtime-library/country-region-strings.md b/docs/c-runtime-library/country-region-strings.md index d2bd0dbf29..ea2679e407 100644 --- a/docs/c-runtime-library/country-region-strings.md +++ b/docs/c-runtime-library/country-region-strings.md @@ -4,7 +4,7 @@ description: "Learn more about: Country/Region Strings" ms.date: "1/29/2020" helpviewer_keywords: ["country/region strings"] --- -# Country/Region Strings +# Country/region strings Country and region strings can be combined with a language string to create a locale specification for the `setlocale`, `_wsetlocale`, `_create_locale`, and `_wcreate_locale` functions. diff --git a/docs/c-runtime-library/crt-disable-perfcrit-locks.md b/docs/c-runtime-library/crt-disable-perfcrit-locks.md index 4e6ffae9d7..17a61e20eb 100644 --- a/docs/c-runtime-library/crt-disable-perfcrit-locks.md +++ b/docs/c-runtime-library/crt-disable-perfcrit-locks.md @@ -6,7 +6,7 @@ f1_keywords: ["_CRT_DISABLE_PERFCRIT_LOCKS", "CRT_DISABLE_PERFCRIT_LOCKS"] helpviewer_keywords: ["CRT_DISABLE_PERFCRIT_LOCKS constant", "_CRT_DISABLE_PERFCRIT_LOCKS constant"] ms.assetid: 36cc2d86-cdb1-4b2b-a03c-c0d3818e7c6f --- -# _CRT_DISABLE_PERFCRIT_LOCKS +# `_CRT_DISABLE_PERFCRIT_LOCKS` Disables performance-critical locking in I/O operations. diff --git a/docs/c-runtime-library/crt-initialization.md b/docs/c-runtime-library/crt-initialization.md index 13d47562f4..134fa7c633 100644 --- a/docs/c-runtime-library/crt-initialization.md +++ b/docs/c-runtime-library/crt-initialization.md @@ -6,7 +6,7 @@ ms.date: 08/02/2021 helpviewer_keywords: ["CRT initialization [C++]"] ms.assetid: e7979813-1856-4848-9639-f29c86b74ad7 --- -# CRT Initialization +# CRT initialization This article describes how the CRT initializes global state in native code. diff --git a/docs/c-runtime-library/crtdbg-map-alloc.md b/docs/c-runtime-library/crtdbg-map-alloc.md index 798953096c..e3abf79344 100644 --- a/docs/c-runtime-library/crtdbg-map-alloc.md +++ b/docs/c-runtime-library/crtdbg-map-alloc.md @@ -6,7 +6,7 @@ f1_keywords: ["CRTDBG_MAP_ALLOC", "_CRTDBG_MAP_ALLOC"] helpviewer_keywords: ["_CRTDBG_MAP_ALLOC macro", "memory allocation, in debug builds", "CRTDBG_MAP_ALLOC macro"] ms.assetid: 435242b8-caea-4063-b765-4a608200312b --- -# _CRTDBG_MAP_ALLOC +# `_CRTDBG_MAP_ALLOC` When the **_CRTDBG_MAP_ALLOC** flag is defined in the debug version of an application, the base versions of the heap functions are directly mapped to their debug versions. The flag is used in Crtdbg.h to do the mapping. This flag is only available when the [`_DEBUG`](./debug.md) flag has been defined in the application. diff --git a/docs/c-runtime-library/crtdbgflag.md b/docs/c-runtime-library/crtdbgflag.md index 3b170c271d..5881b3e0b5 100644 --- a/docs/c-runtime-library/crtdbgflag.md +++ b/docs/c-runtime-library/crtdbgflag.md @@ -6,7 +6,7 @@ f1_keywords: ["_crtDbgFlag", "crtDbgFlag"] helpviewer_keywords: ["memory allocation, tracking flag", "crtDbgFlag constant", "_crtDbgFlag constant", "debug heap, tracking memory on", "debug heap, control flags", "enable memory allocation tracking flag", "memory, tracking on the debug heap"] ms.assetid: 9e7adb47-8ab9-4e19-81d5-e2f237979973 --- -# _crtDbgFlag +# `_crtDbgFlag` The **_crtDbgFlag** flag consists of five bit-fields that control how memory allocations on the debug version of the heap are tracked, verified, reported, and dumped. The bit fields of the flag are set using the [`_CrtSetDbgFlag`](./reference/crtsetdbgflag.md) function. This flag and its bit fields are declared in Crtdbg.h. This flag is only available when the [`_DEBUG`](./debug.md) flag has been defined in the application. diff --git a/docs/c-runtime-library/crtlcmapstringw.md b/docs/c-runtime-library/crtlcmapstringw.md index 1496438545..453dc7386a 100644 --- a/docs/c-runtime-library/crtlcmapstringw.md +++ b/docs/c-runtime-library/crtlcmapstringw.md @@ -10,7 +10,7 @@ f1_keywords: ["__crtLCMapStringW"] helpviewer_keywords: ["__crtLCMapStringW"] ms.assetid: 45b4ac0e-438c-4fa3-b4d1-34195f4467d9 --- -# __crtLCMapStringW +# `__crtLCMapStringW` Maps one character string to another, performing a specified locale-dependent transformation. This function can also be used to generate a sort key for the input string. diff --git a/docs/c-runtime-library/cxxframehandler.md b/docs/c-runtime-library/cxxframehandler.md index c44953cd2d..02be7305cb 100644 --- a/docs/c-runtime-library/cxxframehandler.md +++ b/docs/c-runtime-library/cxxframehandler.md @@ -10,7 +10,7 @@ f1_keywords: ["__CxxFrameHandler"] helpviewer_keywords: ["__CxxFrameHandler"] ms.assetid: b79ac97f-425a-42ae-9b91-8beaef935333 --- -# __CxxFrameHandler +# `__CxxFrameHandler` Internal CRT function. Used by the CRT to handle structured exception frames. diff --git a/docs/c-runtime-library/daylight-dstbias-timezone-and-tzname.md b/docs/c-runtime-library/daylight-dstbias-timezone-and-tzname.md index 3c7d9119c2..ffd330f3bb 100644 --- a/docs/c-runtime-library/daylight-dstbias-timezone-and-tzname.md +++ b/docs/c-runtime-library/daylight-dstbias-timezone-and-tzname.md @@ -6,7 +6,7 @@ f1_keywords: ["tzname", "_timezone", "timezone", "_daylight", "_tzname", "daylig helpviewer_keywords: ["time zones", "time adjustments", "timezone variables", "_tzname function", "_daylight function", "_timezone function", "daylight function", "local time adjustments", "timezone function", "tzname function", "time-zone variables"] ms.assetid: d06c7292-6b99-4aba-b284-16a96570c856 --- -# _daylight, _dstbias, _timezone, and _tzname +# `_daylight`, `_dstbias`, `_timezone`, and `_tzname` `_daylight`, `_dstbias`, `_timezone`, and `_tzname` are used in some time and date routines to make local-time adjustments. These global variables have been deprecated for the more secure functional versions, which should be used in place of the global variables. diff --git a/docs/c-runtime-library/debug.md b/docs/c-runtime-library/debug.md index 1a3468c560..3ef9ef98fd 100644 --- a/docs/c-runtime-library/debug.md +++ b/docs/c-runtime-library/debug.md @@ -5,7 +5,7 @@ ms.date: "11/04/2016" helpviewer_keywords: ["DEBUG macro", "_DEBUG macro"] ms.assetid: a9901568-4846-4731-a404-399d947e2e7a --- -# _DEBUG +# `_DEBUG` The compiler defines `_DEBUG` when you specify the /MTd or /MDd option. These options specify debug versions of the C run-time library. diff --git a/docs/c-runtime-library/delete-operator-crt.md b/docs/c-runtime-library/delete-operator-crt.md index 5d10240e76..bbafce6e44 100644 --- a/docs/c-runtime-library/delete-operator-crt.md +++ b/docs/c-runtime-library/delete-operator-crt.md @@ -9,6 +9,6 @@ f1_keywords: ["delete[]"] helpviewer_keywords: ["operator delete[]", "vector delete"] ms.assetid: e91bd0df-3815-40ca-950a-67b470518aed --- -# operator delete(CRT) +# `operator delete` (CRT) Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific `operator new` and `operator delete` functions. These functions are now part of the C++ Standard Library. For more information, see [`new` and `delete` operators](../cpp/new-and-delete-operators.md) and [`delete` operator](../cpp/delete-operator-cpp.md) in the C++ Language Reference. diff --git a/docs/c-runtime-library/dllonexit.md b/docs/c-runtime-library/dllonexit.md index c2d2730444..ba66ea8efb 100644 --- a/docs/c-runtime-library/dllonexit.md +++ b/docs/c-runtime-library/dllonexit.md @@ -10,7 +10,7 @@ f1_keywords: ["__dllonexit"] helpviewer_keywords: ["__dllonexit"] ms.assetid: 708f2ceb-f95c-46b0-a58d-d68b3fa36f12 --- -# __dllonexit +# `__dllonexit` Registers a routine to be called at exit time. diff --git a/docs/c-runtime-library/environ-wenviron.md b/docs/c-runtime-library/environ-wenviron.md index ab9070d13c..851582e808 100644 --- a/docs/c-runtime-library/environ-wenviron.md +++ b/docs/c-runtime-library/environ-wenviron.md @@ -6,7 +6,7 @@ f1_keywords: ["environ", "wenviron", "_wenviron", "_environ"] helpviewer_keywords: ["environ function", "_environ function", "_wenviron function", "process environment", "wenviron function"] ms.assetid: 7e639962-6536-47cd-8095-0cbe44a56e03 --- -# _environ, _wenviron +# `_environ`, `_wenviron` The `_environ` variable is a pointer to an array of pointers to the multibyte-character strings that constitute the process environment. This global variable has been deprecated for the more secure functional versions [`getenv_s`, `_wgetenv_s`](./reference/getenv-s-wgetenv-s.md) and [`_putenv_s`, `_wputenv_s`](./reference/putenv-s-wputenv-s.md), which should be used in place of the global variable. `_environ` is declared in Stdlib.h. diff --git a/docs/c-runtime-library/eof-weof.md b/docs/c-runtime-library/eof-weof.md index f109d4a206..96ee3bcda4 100644 --- a/docs/c-runtime-library/eof-weof.md +++ b/docs/c-runtime-library/eof-weof.md @@ -5,7 +5,7 @@ ms.date: "11/04/2016" helpviewer_keywords: ["EOF function", "WEOF function", "end of file"] ms.assetid: a7150563-cdae-4cdf-9798-ad509990e505 --- -# EOF, WEOF +# `EOF`, `WEOF` ## Syntax diff --git a/docs/c-runtime-library/except-handler3.md b/docs/c-runtime-library/except-handler3.md index ca1edec934..40c7638cd5 100644 --- a/docs/c-runtime-library/except-handler3.md +++ b/docs/c-runtime-library/except-handler3.md @@ -10,7 +10,7 @@ f1_keywords: ["_except_handler3", "except_handler3"] helpviewer_keywords: ["_except_handler3 function", "except_handler3 function"] ms.assetid: b0c64898-0ae5-48b7-9724-80135a0813e2 --- -# _except_handler3 +# `_except_handler3` Internal CRT function. Used by a framework to find the appropriate exception handler to process the current exception. diff --git a/docs/c-runtime-library/execute-onexit-table-initialize-onexit-table-register-onexit-function.md b/docs/c-runtime-library/execute-onexit-table-initialize-onexit-table-register-onexit-function.md index 2238cb6fd2..023b04ce7c 100644 --- a/docs/c-runtime-library/execute-onexit-table-initialize-onexit-table-register-onexit-function.md +++ b/docs/c-runtime-library/execute-onexit-table-initialize-onexit-table-register-onexit-function.md @@ -10,7 +10,7 @@ f1_keywords: ["_execute_onexit_table", "process/_execute_onexit_table", "_initia helpviewer_keywords: ["_execute_onexit_table function", "_initialize_onexit_table function", "_register_onexit_function function"] ms.assetid: ad9e4149-d4ad-4fdf-aaaf-cf786fcb4473 --- -# _execute_onexit_table, _initialize_onexit_table, _register_onexit_function +# `_execute_onexit_table`, `_initialize_onexit_table`, `_register_onexit_function` Manages the routines to be called at exit time. diff --git a/docs/c-runtime-library/filename-max.md b/docs/c-runtime-library/filename-max.md index 3a3e437bff..79c397f998 100644 --- a/docs/c-runtime-library/filename-max.md +++ b/docs/c-runtime-library/filename-max.md @@ -6,7 +6,7 @@ f1_keywords: ["FILENAME_MAX"] helpviewer_keywords: ["FILENAME_MAX constant"] ms.assetid: fe368d24-3f31-42d6-859c-cbd84f446ee5 --- -# FILENAME_MAX +# `FILENAME_MAX` The maximum permissible length for a `filename` string buffer size. diff --git a/docs/c-runtime-library/fmode.md b/docs/c-runtime-library/fmode.md index 59d113dcba..6640c4b9bf 100644 --- a/docs/c-runtime-library/fmode.md +++ b/docs/c-runtime-library/fmode.md @@ -6,7 +6,7 @@ f1_keywords: ["fmode", "_fmode"] helpviewer_keywords: ["file translation [C++], default mode", "fmode function", "_fmode function"] ms.assetid: ac6df9eb-e5cc-4c54-aff3-373c21983118 --- -# _fmode +# `_fmode` The `_fmode` variable sets the default file-translation mode for text or binary translation. This global variable has been deprecated for the more secure functional versions [`_get_fmode`](./reference/get-fmode.md) and [`_set_fmode`](./reference/set-fmode.md), which should be used in place of the global variable. It's declared in Stdlib.h as follows. diff --git a/docs/c-runtime-library/fopen-max-sys-open.md b/docs/c-runtime-library/fopen-max-sys-open.md index 9d45f93bf2..ae9f9edccd 100644 --- a/docs/c-runtime-library/fopen-max-sys-open.md +++ b/docs/c-runtime-library/fopen-max-sys-open.md @@ -6,7 +6,7 @@ f1_keywords: ["_SYS_OPEN", "FOPEN_MAX"] helpviewer_keywords: ["SYS_OPEN constant", "_SYS_OPEN constant", "FOPEN_MAX constant", "files [C++], maximum open", "maximum number of files", "open files, maximum"] ms.assetid: 39cf5196-250a-459d-ae90-ce3d99f79039 --- -# FOPEN_MAX, _SYS_OPEN +# `FOPEN_MAX`, `_SYS_OPEN` ## Syntax diff --git a/docs/c-runtime-library/freeentry-usedentry.md b/docs/c-runtime-library/freeentry-usedentry.md index 2d8b590d46..f24ce19ff6 100644 --- a/docs/c-runtime-library/freeentry-usedentry.md +++ b/docs/c-runtime-library/freeentry-usedentry.md @@ -6,7 +6,7 @@ f1_keywords: ["USEDENTRY", "_USEDENTRY", "_FREEENTRY", "FREEENTRY"] helpviewer_keywords: ["_USEDENTRY constant", "_FREEENTRY constant", "FREEENTRY constant", "USEDENTRY constant"] ms.assetid: 26f658e6-6846-4a4e-9984-262cfe392770 --- -# _FREEENTRY, _USEDENTRY +# `_FREEENTRY`, `_USEDENTRY` ## Syntax diff --git a/docs/c-runtime-library/fseek-lseek-constants.md b/docs/c-runtime-library/fseek-lseek-constants.md index 3cfb4568a8..75d2385a9c 100644 --- a/docs/c-runtime-library/fseek-lseek-constants.md +++ b/docs/c-runtime-library/fseek-lseek-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["SEEK_END", "SEEK_SET", "SEEK_CUR"] helpviewer_keywords: ["SEEK_SET constant", "SEEK_END constant", "SEEK_CUR constant"] ms.assetid: 9deeb13e-5aa3-4c33-80d8-721c80a4de9d --- -# fseek, _lseek constants +# `fseek`, `_lseek` constants ## Syntax diff --git a/docs/c-runtime-library/get-output-format.md b/docs/c-runtime-library/get-output-format.md index b6783f5da2..d5eaad0161 100644 --- a/docs/c-runtime-library/get-output-format.md +++ b/docs/c-runtime-library/get-output-format.md @@ -10,7 +10,7 @@ f1_keywords: ["get_output_format", "_get_output_format"] helpviewer_keywords: ["output formatting", "get_output_format function", "_get_output_format function"] ms.assetid: 0ce42f3b-3479-41c4-bcbf-1d21f7ee37e7 --- -# _get_output_format +# `_get_output_format` Gets the current value of the output format flag. diff --git a/docs/c-runtime-library/getmainargs-wgetmainargs.md b/docs/c-runtime-library/getmainargs-wgetmainargs.md index a359b253d3..3d3602667a 100644 --- a/docs/c-runtime-library/getmainargs-wgetmainargs.md +++ b/docs/c-runtime-library/getmainargs-wgetmainargs.md @@ -10,7 +10,7 @@ f1_keywords: ["__wgetmainargs", "__getmainargs"] helpviewer_keywords: ["__wgetmainargs", "__getmainargs"] ms.assetid: f72f54eb-9509-4bdf-8752-40fc49055439 --- -# __getmainargs, __wgetmainargs +# `__getmainargs`, `__wgetmainargs` Invokes command-line parsing and copies the arguments to `main()` back through the passed pointers. diff --git a/docs/c-runtime-library/heap-maxreq.md b/docs/c-runtime-library/heap-maxreq.md index 8d805deab6..e5245c6c33 100644 --- a/docs/c-runtime-library/heap-maxreq.md +++ b/docs/c-runtime-library/heap-maxreq.md @@ -6,7 +6,7 @@ f1_keywords: ["HEAP_MAXREQ", "_HEAP_MAXREQ"] helpviewer_keywords: ["HEAP_MAXREQ constants", "_HEAP_MAXREQ constants", "heap constants"] ms.assetid: c2dbc2ea-35ad-45d8-b459-d76ba0089ff7 --- -# _HEAP_MAXREQ +# `_HEAP_MAXREQ` ## Syntax diff --git a/docs/c-runtime-library/heapadd.md b/docs/c-runtime-library/heapadd.md index 96f7ad9362..e4e8174509 100644 --- a/docs/c-runtime-library/heapadd.md +++ b/docs/c-runtime-library/heapadd.md @@ -10,7 +10,7 @@ f1_keywords: ["heapadd", "_heapadd"] helpviewer_keywords: ["_heapadd function", "memory, adding to heaps", "heaps, adding memory", "heapadd function"] ms.assetid: 4d691fe2-2763-49f4-afb1-62738b7cd3ff --- -# _heapadd +# `_heapadd` Adds memory to the heap. diff --git a/docs/c-runtime-library/heapset.md b/docs/c-runtime-library/heapset.md index 9be42e38cf..103ca0a22b 100644 --- a/docs/c-runtime-library/heapset.md +++ b/docs/c-runtime-library/heapset.md @@ -10,7 +10,7 @@ f1_keywords: ["_heapset", "heapset"] helpviewer_keywords: ["checking heap", "heapset function", "heaps, checking", "debugging [CRT], heap-related problems", "_heapset function"] ms.assetid: 9667eeb0-55bc-4c19-af5f-d1fd0a142b3c --- -# _heapset +# `_heapset` Checks heaps for minimal consistency and sets the free entries to a specified value. diff --git a/docs/c-runtime-library/huge-val-huge.md b/docs/c-runtime-library/huge-val-huge.md index 9bbadc2cd5..41c16c265f 100644 --- a/docs/c-runtime-library/huge-val-huge.md +++ b/docs/c-runtime-library/huge-val-huge.md @@ -10,7 +10,7 @@ f1_keywords: ["_HUGE", "HUGE_VAL"] helpviewer_keywords: ["_HUGE constant", "HUGE_VAL constant", "double value"] ms.assetid: 3f044b45-02cd-46b2-b1de-87fd0441dd6a --- -# HUGE_VAL, _HUGE +# `HUGE_VAL`, `_HUGE` ## Syntax diff --git a/docs/c-runtime-library/internal-set-app-type.md b/docs/c-runtime-library/internal-set-app-type.md index 37f3bbd390..9383eac9ba 100644 --- a/docs/c-runtime-library/internal-set-app-type.md +++ b/docs/c-runtime-library/internal-set-app-type.md @@ -10,7 +10,7 @@ f1_keywords: ["__set_app_type"] helpviewer_keywords: ["__set_app_type"] ms.assetid: f0ac0f4d-70e6-4e96-9e43-eb9d1515490c --- -# __set_app_type +# `__set_app_type` Sets the current application type. diff --git a/docs/c-runtime-library/iob.md b/docs/c-runtime-library/iob.md index 4d7c4504e1..8d6d2b34cc 100644 --- a/docs/c-runtime-library/iob.md +++ b/docs/c-runtime-library/iob.md @@ -10,7 +10,7 @@ f1_keywords: ["_iob", "iob"] helpviewer_keywords: ["_iob global variable", "iob global variable"] ms.assetid: 008ed376-8078-4bbd-bc6c-0677c63d0ff1 --- -# _iob +# `_iob` The array of `stdio` control structures. diff --git a/docs/c-runtime-library/ismbc-routines.md b/docs/c-runtime-library/ismbc-routines.md index 22c272e314..8858e5d209 100644 --- a/docs/c-runtime-library/ismbc-routines.md +++ b/docs/c-runtime-library/ismbc-routines.md @@ -9,7 +9,7 @@ f1_keywords: ["_ismbc"] helpviewer_keywords: ["ismbc routines", "_ismbc routines"] ms.assetid: b8995391-7857-4ac3-9a1e-de946eb4464d --- -# _ismbc Routines +# `_ismbc` routines Each **_ismbc** routine tests a given multibyte character `c` for a particular condition. diff --git a/docs/c-runtime-library/iso646-operators.md b/docs/c-runtime-library/iso646-operators.md index 88743f2fc3..8e0225b114 100644 --- a/docs/c-runtime-library/iso646-operators.md +++ b/docs/c-runtime-library/iso646-operators.md @@ -4,7 +4,7 @@ title: "ISO646 Operators" ms.date: "04/11/2018" ms.assetid: 93e6d3e7-4889-4d8e-8dcb-c1a6b9bbe0f5 --- -# ISO646 Operators +# ISO646 operators Provides readable alternatives to certain operators or punctuators. The standard header \ is available even in a freestanding implementation. diff --git a/docs/c-runtime-library/lc-codepage-func.md b/docs/c-runtime-library/lc-codepage-func.md index 926b64c10c..04caa3171c 100644 --- a/docs/c-runtime-library/lc-codepage-func.md +++ b/docs/c-runtime-library/lc-codepage-func.md @@ -10,7 +10,7 @@ f1_keywords: ["lc_codepage_func", "___lc_codepage_func"] helpviewer_keywords: ["___lc_codepage_func"] ms.assetid: 6a663bd0-5a63-4a2f-9507-872ec1582aae --- -# ___lc_codepage_func +# `___lc_codepage_func` Internal CRT function. Retrieves the current code page of the thread. diff --git a/docs/c-runtime-library/lc-collate-cp-func.md b/docs/c-runtime-library/lc-collate-cp-func.md index 18df295e19..f6383e43a7 100644 --- a/docs/c-runtime-library/lc-collate-cp-func.md +++ b/docs/c-runtime-library/lc-collate-cp-func.md @@ -10,7 +10,7 @@ f1_keywords: ["___lc_collate_cp_func"] helpviewer_keywords: ["___lc_collate_cp_func"] ms.assetid: 46ccc084-7ac9-4e5d-9138-e12cb5845615 --- -# ___lc_collate_cp_func +# `___lc_collate_cp_func` Internal CRT function. Retrieves the current collation code page of the thread. diff --git a/docs/c-runtime-library/lc-locale-name-func.md b/docs/c-runtime-library/lc-locale-name-func.md index 29283bca3c..e628142806 100644 --- a/docs/c-runtime-library/lc-locale-name-func.md +++ b/docs/c-runtime-library/lc-locale-name-func.md @@ -10,7 +10,7 @@ f1_keywords: ["___lc_locale_name_func"] helpviewer_keywords: ["___lc_locale_name_func"] ms.assetid: ef858308-872e-43de-95e0-9b1b4084343e --- -# ___lc_locale_name_func +# `___lc_locale_name_func` Internal CRT function. Retrieves the current locale name of the thread. diff --git a/docs/c-runtime-library/local-unwind2.md b/docs/c-runtime-library/local-unwind2.md index 8321adef9e..d8d47c099a 100644 --- a/docs/c-runtime-library/local-unwind2.md +++ b/docs/c-runtime-library/local-unwind2.md @@ -10,7 +10,7 @@ f1_keywords: ["_local_unwind2", "local_unwind2"] helpviewer_keywords: ["_local_unwind2 function", "local_unwind2 function"] ms.assetid: 44f1fa82-e01e-490f-a6e6-18fc6811c28c --- -# _local_unwind2 +# `_local_unwind2` Internal CRT Function. Runs all termination handlers that are listed in the indicated scope table. diff --git a/docs/c-runtime-library/lock.md b/docs/c-runtime-library/lock.md index 9d91de95a0..3efcf2aed8 100644 --- a/docs/c-runtime-library/lock.md +++ b/docs/c-runtime-library/lock.md @@ -10,7 +10,7 @@ f1_keywords: ["lock", "_lock"] helpviewer_keywords: ["lock function", "_lock function"] ms.assetid: 29f77c37-30de-4b3d-91b6-030216e645a6 --- -# _lock +# `_lock` Acquires a multi-thread lock. diff --git a/docs/c-runtime-library/locking-constants.md b/docs/c-runtime-library/locking-constants.md index 59c0347c8a..3aaf0a5f27 100644 --- a/docs/c-runtime-library/locking-constants.md +++ b/docs/c-runtime-library/locking-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["_LK_RLCK", "_LK_NBLCK", "_LK_LOCK", "_LK_NBRLCK", "_LK_UNLCK"] helpviewer_keywords: ["LK_UNLCK constant", "LK_NBRLCK constant", "_LK_NBRLCK constant", "_LK_NBLCK constant", "_LK_LOCK constant", "LK_NBLCK constant", "_LK_UNLCK constant", "LK_RLCK constant", "_LK_RLCK constant", "LK_LOCK constant"] ms.assetid: c3dc92c8-60e3-4d29-9f50-5d217627c8ad --- -# _locking constants +# `_locking` constants ## Syntax diff --git a/docs/c-runtime-library/max-env.md b/docs/c-runtime-library/max-env.md index bd7894c77e..1fc81dad80 100644 --- a/docs/c-runtime-library/max-env.md +++ b/docs/c-runtime-library/max-env.md @@ -6,7 +6,7 @@ f1_keywords: ["_MAX_ENV", "MAX_ENV"] helpviewer_keywords: ["MAX_ENV constant", "_MAX_ENV constant"] ms.assetid: 66f0683e-6132-4297-b99b-6940534898b5 --- -# _MAX_ENV +# `_MAX_ENV` The maximum permissible string length of an environmental variable. diff --git a/docs/c-runtime-library/mb-cur-max-func-mb-cur-max-l-func-p-mb-cur-max-mb-cur-max.md b/docs/c-runtime-library/mb-cur-max-func-mb-cur-max-l-func-p-mb-cur-max-mb-cur-max.md index 639ed0bbdf..e4cd10b26d 100644 --- a/docs/c-runtime-library/mb-cur-max-func-mb-cur-max-l-func-p-mb-cur-max-mb-cur-max.md +++ b/docs/c-runtime-library/mb-cur-max-func-mb-cur-max-l-func-p-mb-cur-max-mb-cur-max.md @@ -10,7 +10,7 @@ f1_keywords: ["___mb_cur_max_func", "___mb_cur_max_l_func", "__p___mb_cur_max", helpviewer_keywords: ["__mb_cur_max", "___mb_cur_max_func", "___mb_cur_max_l_func", "__p___mb_cur_max"] ms.assetid: 60d36108-1ca7-45a6-8ce7-68a91f13e3a1 --- -# ___mb_cur_max_func, ___mb_cur_max_l_func, __p___mb_cur_max, __mb_cur_max +# `___mb_cur_max_func`, `___mb_cur_max_l_func`, `__p___mb_cur_max`, `__mb_cur_max` Internal CRT function. Retrieves the maximum number of bytes in a multibyte character for the current or specified locale. diff --git a/docs/c-runtime-library/new-operator-crt.md b/docs/c-runtime-library/new-operator-crt.md index 2c504bb338..161e0cee8b 100644 --- a/docs/c-runtime-library/new-operator-crt.md +++ b/docs/c-runtime-library/new-operator-crt.md @@ -9,6 +9,6 @@ f1_keywords: ["new[]"] helpviewer_keywords: ["operator new[]", "vector new"] ms.assetid: 79682f85-6889-40f6-b8f7-9eed5176ea35 --- -# operator new(CRT) +# `operator new` (CRT) Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific `operator new` and `operator delete` functions. These functions are now part of the C++ Standard Library. For more information, see [`new` and `delete` operators](../cpp/new-and-delete-operators.md) and [`new` operator](../cpp/new-operator-cpp.md) in the C++ Language Reference. diff --git a/docs/c-runtime-library/nolock-functions.md b/docs/c-runtime-library/nolock-functions.md index 4d19751f43..2f99d4430c 100644 --- a/docs/c-runtime-library/nolock-functions.md +++ b/docs/c-runtime-library/nolock-functions.md @@ -5,7 +5,7 @@ ms.date: "11/04/2016" helpviewer_keywords: ["_nolock functions", "nolock functions"] ms.assetid: 7d651d87-38d2-4303-9897-fdb5f7a3e899 --- -# _nolock Functions +# `_nolock` functions The `_nolock` functions are versions of I/O functions that don't perform any locking. They're provided for users requiring maximum performance. For more information, see [Multithreaded libraries performance](./multithreaded-libraries-performance.md). diff --git a/docs/c-runtime-library/null-crt.md b/docs/c-runtime-library/null-crt.md index aeff62b2b9..38b2316f53 100644 --- a/docs/c-runtime-library/null-crt.md +++ b/docs/c-runtime-library/null-crt.md @@ -6,7 +6,7 @@ f1_keywords: ["null"] helpviewer_keywords: ["NULL", "null pointers", "NULL, null pointer value"] ms.assetid: f9aac2a0-4f79-423f-8738-a76dccc0b1c3 --- -# NULL (CRT) +# `NULL` (CRT) **NULL** is the null-pointer value used with many pointer operations and functions. It's equivalent to 0. **NULL** is defined in the following header files: CRTDBG.H, LOCALE.H, STDDEF.H, STDIO.H, STDLIB.H, STRING.H, TCHAR.H, TIME.H and WCHAR.H. diff --git a/docs/c-runtime-library/p-commode.md b/docs/c-runtime-library/p-commode.md index 153fa6f578..a6c1f3d7f3 100644 --- a/docs/c-runtime-library/p-commode.md +++ b/docs/c-runtime-library/p-commode.md @@ -10,7 +10,7 @@ f1_keywords: ["__p__commode"] helpviewer_keywords: ["__p__commode"] ms.assetid: 4380acb8-e3e4-409c-a60f-6205ac5189ce --- -# __p__commode +# `__p__commode` Points to the `_commode` global variable, which specifies the default *file commit mode* for file I/O operations. diff --git a/docs/c-runtime-library/p-fmode.md b/docs/c-runtime-library/p-fmode.md index 00d959d194..ffe216432a 100644 --- a/docs/c-runtime-library/p-fmode.md +++ b/docs/c-runtime-library/p-fmode.md @@ -10,7 +10,7 @@ f1_keywords: ["__p__fmode"] helpviewer_keywords: ["__p__fmode"] ms.assetid: 1daa1394-81eb-43aa-a71b-4cc6acf3207b --- -# __p__fmode +# `__p__fmode` Points to the `_fmode` global variable, which specifies the default *file translation mode* for file I/O operations. diff --git a/docs/c-runtime-library/pctype-func.md b/docs/c-runtime-library/pctype-func.md index 25176294ff..958e5314ac 100644 --- a/docs/c-runtime-library/pctype-func.md +++ b/docs/c-runtime-library/pctype-func.md @@ -10,7 +10,7 @@ f1_keywords: ["__pctype_func"] helpviewer_keywords: ["__pctype_func"] ms.assetid: d52b8add-d07d-4516-a22f-e836cde0c57f --- -# __pctype_func +# `__pctype_func` Retrieves a pointer to an array of character classification information. diff --git a/docs/c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md b/docs/c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md index 227554d6ef..a3bcb2f3e6 100644 --- a/docs/c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md +++ b/docs/c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md @@ -10,7 +10,7 @@ f1_keywords: ["pwctype", "pctype", "mbctype", "mbcasemap", "_mbcasemap", "_mbcty helpviewer_keywords: ["_wctype function", "_pwctype function", "_pctype function", "_mbctype function", "wctype function", "pwctype function", "pctype function", "mbcasemap function", "mbctype function", "_mbcasemap function"] ms.assetid: 7f5e1107-c43b-4b9b-b387-781e6d2373cb --- -# _pctype, _pwctype, _wctype, _mbctype, _mbcasemap +# `_pctype`, `_pwctype`, `_wctype`, `_mbctype`, `_mbcasemap` These global variables contain information used by the character classification functions. They are for internal use only. diff --git a/docs/c-runtime-library/pgmptr-wpgmptr.md b/docs/c-runtime-library/pgmptr-wpgmptr.md index 0c86d26d6a..03a2bd5edc 100644 --- a/docs/c-runtime-library/pgmptr-wpgmptr.md +++ b/docs/c-runtime-library/pgmptr-wpgmptr.md @@ -6,7 +6,7 @@ f1_keywords: ["pgmptr", "_pgmptr", "wpgmptr", "_wpgmptr"] helpviewer_keywords: ["wpgmptr function", "_wpgmptr function", "_pgmptr function", "pgmptr function"] ms.assetid: 4d44b515-0eff-4136-8bc4-684195f218f5 --- -# _pgmptr, _wpgmptr +# `_pgmptr`, `_wpgmptr` The path of the executable file. Deprecated; use [`_get_pgmptr`](./reference/get-pgmptr.md) and [`_get_wpgmptr`](./reference/get-wpgmptr.md). diff --git a/docs/c-runtime-library/printf-p-positional-parameters.md b/docs/c-runtime-library/printf-p-positional-parameters.md index 41715a892a..514bb835bc 100644 --- a/docs/c-runtime-library/printf-p-positional-parameters.md +++ b/docs/c-runtime-library/printf-p-positional-parameters.md @@ -8,7 +8,7 @@ topic_type: ["apiref"] helpviewer_keywords: ["_printf_p function, positional parameters", "printf_p function, positional parameters"] ms.assetid: beb4fd85-a7aa-4665-9085-2c907a5b9ab0 --- -# printf_p Positional Parameters +# `printf_p` positional parameters Positional parameters let you specify by number the argument to substitute into a field in a format string. The following positional parameter `printf` functions are available: diff --git a/docs/c-runtime-library/reference/access-crt.md b/docs/c-runtime-library/reference/access-crt.md index 58b5b7bc85..3177d78036 100644 --- a/docs/c-runtime-library/reference/access-crt.md +++ b/docs/c-runtime-library/reference/access-crt.md @@ -10,7 +10,7 @@ f1_keywords: ["access"] helpviewer_keywords: ["access function"] ms.assetid: 65197793-bd0a-41c3-9c29-18de2d95d9a6 --- -# access (CRT) +# `access` (CRT) The Microsoft-implemented POSIX function name `access` is a deprecated alias for the [`_access`](access-waccess.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/access-s-waccess-s.md b/docs/c-runtime-library/reference/access-s-waccess-s.md index 43bdc2502e..4976ad244f 100644 --- a/docs/c-runtime-library/reference/access-s-waccess-s.md +++ b/docs/c-runtime-library/reference/access-s-waccess-s.md @@ -10,7 +10,7 @@ f1_keywords: ["waccess_s", "access_s", "_waccess_s", "_access_s"] helpviewer_keywords: ["access_s function", "taccess_s function", "_taccess_s function", "waccess_s function", "_access_s function", "_waccess_s function"] ms.assetid: fb3004fc-dcd3-4569-8b27-d817546e947e --- -# _access_s, _waccess_s +# `_access_s`, `_waccess_s` Determines file read/write permissions. These functions are versions of [`_access`, `_waccess`](access-waccess.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/acosh-acoshf-acoshl.md b/docs/c-runtime-library/reference/acosh-acoshf-acoshl.md index 11785c4f49..477d85477a 100644 --- a/docs/c-runtime-library/reference/acosh-acoshf-acoshl.md +++ b/docs/c-runtime-library/reference/acosh-acoshf-acoshl.md @@ -10,7 +10,7 @@ f1_keywords: ["acosh", "acoshf", "acoshl", "math/acosh", "math/acoshf", "math/ac helpviewer_keywords: ["acoshf function", "acosh function", "acoshl function"] ms.assetid: 6985c4d7-9e2a-44ce-9a9b-5a43015f15f7 --- -# acosh, acoshf, acoshl +# `acosh`, `acoshf`, `acoshl` Calculates the inverse hyperbolic cosine. diff --git a/docs/c-runtime-library/reference/aligned-free-dbg.md b/docs/c-runtime-library/reference/aligned-free-dbg.md index 927e17719d..0f7910ee26 100644 --- a/docs/c-runtime-library/reference/aligned-free-dbg.md +++ b/docs/c-runtime-library/reference/aligned-free-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_free_dbg", "aligned_free_dbg"] helpviewer_keywords: ["_aligned_free_dbg function", "aligned_free_dbg function"] ms.assetid: eb0cb3c8-0992-4db8-bac3-65f1b8311ca6 --- -# _aligned_free_dbg +# `_aligned_free_dbg` Frees a block of memory that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) (debug only). diff --git a/docs/c-runtime-library/reference/aligned-free.md b/docs/c-runtime-library/reference/aligned-free.md index 94fbb81fa5..43f0058a5a 100644 --- a/docs/c-runtime-library/reference/aligned-free.md +++ b/docs/c-runtime-library/reference/aligned-free.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_free", "_aligned_free"] helpviewer_keywords: ["_aligned_free function", "aligned_free function"] ms.assetid: ed1ce952-cdfc-4682-85cc-f75d4101603d --- -# _aligned_free +# `_aligned_free` Frees a block of memory that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md). diff --git a/docs/c-runtime-library/reference/aligned-malloc-dbg.md b/docs/c-runtime-library/reference/aligned-malloc-dbg.md index d5ac815ba7..68ad40879c 100644 --- a/docs/c-runtime-library/reference/aligned-malloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-malloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_malloc_dbg", "aligned_malloc_dbg"] helpviewer_keywords: ["aligned_malloc_dbg function", "_aligned_malloc_dbg function"] ms.assetid: fb0429c3-685d-4826-9075-2515c5bdc5c6 --- -# _aligned_malloc_dbg +# `_aligned_malloc_dbg` Allocates memory on a specified alignment boundary with extra space for a debugging header and overwrite buffers (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-msize-dbg.md b/docs/c-runtime-library/reference/aligned-msize-dbg.md index 7ce02188cb..16a56a0936 100644 --- a/docs/c-runtime-library/reference/aligned-msize-dbg.md +++ b/docs/c-runtime-library/reference/aligned-msize-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_msize_dbg"] helpviewer_keywords: ["_aligned_msize_dbg"] ms.assetid: f1c44af0-3f66-4033-81d1-d71d3afecba0 --- -# _aligned_msize_dbg +# `_aligned_msize_dbg` Returns the size of a memory block allocated in the heap (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-msize.md b/docs/c-runtime-library/reference/aligned-msize.md index 3402434649..c445676d34 100644 --- a/docs/c-runtime-library/reference/aligned-msize.md +++ b/docs/c-runtime-library/reference/aligned-msize.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_msize", "aligned_msize"] helpviewer_keywords: ["aligned_msize function", "_aligned_msize function"] ms.assetid: 10995edc-2110-4212-9ca9-5e0220a464f4 --- -# _aligned_msize +# `_aligned_msize` Returns the size of a memory block allocated in the heap. diff --git a/docs/c-runtime-library/reference/aligned-offset-malloc-dbg.md b/docs/c-runtime-library/reference/aligned-offset-malloc-dbg.md index 81f8ffbdb2..5b324c4243 100644 --- a/docs/c-runtime-library/reference/aligned-offset-malloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-offset-malloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_offset_malloc_dbg", "aligned_offset_malloc_dbg"] helpviewer_keywords: ["_aligned_offset_malloc_dbg function", "aligned_offset_malloc_dbg function"] ms.assetid: 6c242307-c59e-4d63-aae5-d8cbec8e021c --- -# _aligned_offset_malloc_dbg +# `_aligned_offset_malloc_dbg` Allocates memory on a specified alignment boundary (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-offset-malloc.md b/docs/c-runtime-library/reference/aligned-offset-malloc.md index 4cbee1d9c2..35589da197 100644 --- a/docs/c-runtime-library/reference/aligned-offset-malloc.md +++ b/docs/c-runtime-library/reference/aligned-offset-malloc.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_offset_malloc", "aligned_offset_malloc"] helpviewer_keywords: ["_aligned_offset_malloc function", "aligned_offset_malloc function"] ms.assetid: 447681a3-7c95-4655-86ba-fa3a4ca4c521 --- -# _aligned_offset_malloc +# `_aligned_offset_malloc` Allocates memory on a specified alignment boundary. diff --git a/docs/c-runtime-library/reference/aligned-offset-realloc-dbg.md b/docs/c-runtime-library/reference/aligned-offset-realloc-dbg.md index afe77da410..17bb9bf554 100644 --- a/docs/c-runtime-library/reference/aligned-offset-realloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-offset-realloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_offset_realloc_dbg", "_aligned_offset_realloc_dbg"] helpviewer_keywords: ["aligned_offset_realloc_dbg function", "_aligned_offset_realloc_dbg function"] ms.assetid: 64e30a12-887e-453b-aea8-aed793fca9d8 --- -# _aligned_offset_realloc_dbg +# `_aligned_offset_realloc_dbg` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-offset-realloc.md b/docs/c-runtime-library/reference/aligned-offset-realloc.md index 197768babd..7db533145b 100644 --- a/docs/c-runtime-library/reference/aligned-offset-realloc.md +++ b/docs/c-runtime-library/reference/aligned-offset-realloc.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_offset_realloc", "_aligned_offset_realloc"] helpviewer_keywords: ["aligned_offset_realloc function", "_aligned_offset_realloc function"] ms.assetid: e0263533-991e-41b0-acc9-1b8a51ab9ecd --- -# _aligned_offset_realloc +# `_aligned_offset_realloc` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md). diff --git a/docs/c-runtime-library/reference/aligned-offset-recalloc-dbg.md b/docs/c-runtime-library/reference/aligned-offset-recalloc-dbg.md index e38b3a3192..1d8e834214 100644 --- a/docs/c-runtime-library/reference/aligned-offset-recalloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-offset-recalloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_offset_recalloc_dbg", "_aligned_offset_recalloc_dbg"] helpviewer_keywords: ["aligned_offset_recalloc_dbg function", "_aligned_offset_recalloc_dbg function"] ms.assetid: 7ab719c3-77e0-4d2e-934f-01529d062fbf --- -# _aligned_offset_recalloc_dbg +# `_aligned_offset_recalloc_dbg` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) and initializes the memory to 0 (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-offset-recalloc.md b/docs/c-runtime-library/reference/aligned-offset-recalloc.md index 6663e1c517..f37231b52c 100644 --- a/docs/c-runtime-library/reference/aligned-offset-recalloc.md +++ b/docs/c-runtime-library/reference/aligned-offset-recalloc.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_offset_recalloc", "_aligned_offset_recalloc"] helpviewer_keywords: ["aligned_offset_recalloc function", "_aligned_offset_recalloc function"] ms.assetid: a258f54e-eeb4-4853-96fc-007d710f98e9 --- -# _aligned_offset_recalloc +# `_aligned_offset_recalloc` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) and initializes the memory to 0. diff --git a/docs/c-runtime-library/reference/aligned-realloc-dbg.md b/docs/c-runtime-library/reference/aligned-realloc-dbg.md index 0bfce8430d..887174d6ed 100644 --- a/docs/c-runtime-library/reference/aligned-realloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-realloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_realloc_dbg", "_aligned_realloc_dbg"] helpviewer_keywords: ["_aligned_realloc_dbg function", "aligned_realloc_dbg function"] ms.assetid: 8aede920-991e-44cd-867f-83dc2165db47 --- -# _aligned_realloc_dbg +# `_aligned_realloc_dbg` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-realloc.md b/docs/c-runtime-library/reference/aligned-realloc.md index da0853621f..16b140a8c4 100644 --- a/docs/c-runtime-library/reference/aligned-realloc.md +++ b/docs/c-runtime-library/reference/aligned-realloc.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_realloc", "aligned_realloc"] helpviewer_keywords: ["aligned_realloc function", "_aligned_realloc function"] ms.assetid: 80ce96e8-6087-416f-88aa-4dbb8cb1d218 --- -# _aligned_realloc +# `_aligned_realloc` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md). diff --git a/docs/c-runtime-library/reference/aligned-recalloc-dbg.md b/docs/c-runtime-library/reference/aligned-recalloc-dbg.md index 5d526fd8df..577844e863 100644 --- a/docs/c-runtime-library/reference/aligned-recalloc-dbg.md +++ b/docs/c-runtime-library/reference/aligned-recalloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_aligned_recalloc_dbg", "aligned_recalloc_dbg"] helpviewer_keywords: ["aligned_recalloc_dbg function", "_aligned_recalloc_dbg function"] ms.assetid: 55c3c27e-561c-4d6b-9bf9-1e34cc556e4b --- -# _aligned_recalloc_dbg +# `_aligned_recalloc_dbg` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) and initializes the memory to 0 (debug version only). diff --git a/docs/c-runtime-library/reference/aligned-recalloc.md b/docs/c-runtime-library/reference/aligned-recalloc.md index f98f5c7c5b..46cd00c62a 100644 --- a/docs/c-runtime-library/reference/aligned-recalloc.md +++ b/docs/c-runtime-library/reference/aligned-recalloc.md @@ -10,7 +10,7 @@ f1_keywords: ["aligned_recalloc", "_aligned_recalloc"] helpviewer_keywords: ["aligned_recalloc function", "_aligned_recalloc function"] ms.assetid: d3da3dcc-79ef-4273-8af5-ac7469420142 --- -# _aligned_recalloc +# `_aligned_recalloc` Changes the size of a memory block that was allocated with [`_aligned_malloc`](aligned-malloc.md) or [`_aligned_offset_malloc`](aligned-offset-malloc.md) and initializes the memory to 0. diff --git a/docs/c-runtime-library/reference/amsg-exit.md b/docs/c-runtime-library/reference/amsg-exit.md index f86b3086dd..1172f88a65 100644 --- a/docs/c-runtime-library/reference/amsg-exit.md +++ b/docs/c-runtime-library/reference/amsg-exit.md @@ -10,7 +10,7 @@ f1_keywords: ["_amsg_exit"] helpviewer_keywords: ["_amsg_exit"] ms.assetid: 146d4faf-d763-43a4-b264-12711196456b --- -# _amsg_exit +# `_amsg_exit` Emits a specified runtime error message and then exits your application with error code 255. diff --git a/docs/c-runtime-library/reference/and-eq.md b/docs/c-runtime-library/reference/and-eq.md index 08fc82a019..eedfaa1408 100644 --- a/docs/c-runtime-library/reference/and-eq.md +++ b/docs/c-runtime-library/reference/and-eq.md @@ -9,7 +9,7 @@ f1_keywords: ["and_eq", "std.and_eq", "std::and_eq"] helpviewer_keywords: ["and_eq macro"] ms.assetid: 11091772-e359-4c2b-95c6-00841ac04354 --- -# and_eq +# `and_eq` An alternative to the &= operator. diff --git a/docs/c-runtime-library/reference/and.md b/docs/c-runtime-library/reference/and.md index 99a4520eff..29068d62c8 100644 --- a/docs/c-runtime-library/reference/and.md +++ b/docs/c-runtime-library/reference/and.md @@ -9,7 +9,7 @@ f1_keywords: ["And", "std.and", "std::and"] helpviewer_keywords: ["and macro"] ms.assetid: 2644ab57-8e1b-48f0-9021-cafe3e26bdc4 --- -# and +# `and` An alternative to the && operator. diff --git a/docs/c-runtime-library/reference/asctime-s-wasctime-s.md b/docs/c-runtime-library/reference/asctime-s-wasctime-s.md index e3fad90bad..8895c50062 100644 --- a/docs/c-runtime-library/reference/asctime-s-wasctime-s.md +++ b/docs/c-runtime-library/reference/asctime-s-wasctime-s.md @@ -10,7 +10,7 @@ f1_keywords: ["asctime_s", "_wasctime_s", "_tasctime_s"] helpviewer_keywords: ["tasctime_s function", "_tasctime_s function", "time structure conversion", "wasctime_s function", "time, converting", "_wasctime_s function", "asctime_s function"] ms.assetid: 17ad9b2b-a459-465d-976a-42822897688a --- -# asctime_s, _wasctime_s +# `asctime_s`, `_wasctime_s` Convert a `tm` time structure to a character string. These functions are versions of [`asctime`, `_wasctime`](asctime-wasctime.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/asctime-wasctime.md b/docs/c-runtime-library/reference/asctime-wasctime.md index ee9ebe17fe..10002e8b28 100644 --- a/docs/c-runtime-library/reference/asctime-wasctime.md +++ b/docs/c-runtime-library/reference/asctime-wasctime.md @@ -10,7 +10,7 @@ f1_keywords: ["_tasctime", "asctime", "_wasctime"] helpviewer_keywords: ["asctime function", "tasctime function", "wasctime function", "_tasctime function", "_wasctime function", "time structure conversion", "time, converting"] ms.assetid: 974f1727-10ff-4ed4-8cac-2eb2d681f576 --- -# asctime, _wasctime +# `asctime`, `_wasctime` Convert a `tm` time structure to a character string. More secure versions of these functions are available; see [`asctime_s`, `_wasctime_s`](asctime-s-wasctime-s.md). diff --git a/docs/c-runtime-library/reference/asinh-asinhf-asinhl.md b/docs/c-runtime-library/reference/asinh-asinhf-asinhl.md index 6ee28e23e4..7a3a9ac3d6 100644 --- a/docs/c-runtime-library/reference/asinh-asinhf-asinhl.md +++ b/docs/c-runtime-library/reference/asinh-asinhf-asinhl.md @@ -10,7 +10,7 @@ f1_keywords: ["asinhf", "asinhl", "asinh"] helpviewer_keywords: ["asinh function", "asinhl function", "asinhf function"] ms.assetid: 4488babe-1a7e-44ca-8b7b-c2db0a70084f --- -# asinh, asinhf, asinhl +# `asinh`, `asinhf`, `asinhl` Calculates the inverse hyperbolic sine. diff --git a/docs/c-runtime-library/reference/assert-macro-assert-wassert.md b/docs/c-runtime-library/reference/assert-macro-assert-wassert.md index cc220756bc..afbcf16686 100644 --- a/docs/c-runtime-library/reference/assert-macro-assert-wassert.md +++ b/docs/c-runtime-library/reference/assert-macro-assert-wassert.md @@ -10,7 +10,7 @@ f1_keywords: ["assert", "_assert", "_wassert", "assert/_wassert"] helpviewer_keywords: ["aborting programs", "assert function", "assert macro"] ms.assetid: a9ca031a-648b-47a6-bdf1-65fc7399dd40 --- -# `assert` Macro, `_assert`, `_wassert` +# `assert` macro, `_assert`, `_wassert` Evaluates an expression and, when the result is **`false`**, prints a diagnostic message and aborts the program. diff --git a/docs/c-runtime-library/reference/atanh-atanhf-atanhl.md b/docs/c-runtime-library/reference/atanh-atanhf-atanhl.md index 9476e41c3f..dedb1c8c17 100644 --- a/docs/c-runtime-library/reference/atanh-atanhf-atanhl.md +++ b/docs/c-runtime-library/reference/atanh-atanhf-atanhl.md @@ -10,7 +10,7 @@ f1_keywords: ["atanhl", "atanhf", "atanh"] helpviewer_keywords: ["atanhf function", "atanhl function", "atanh funciton"] ms.assetid: 83a43b5b-2580-4461-854f-dc84236d9f32 --- -# atanh, atanhf, atanhl +# `atanh`, `atanhf`, `atanhl` Calculates the inverse hyperbolic tangent. diff --git a/docs/c-runtime-library/reference/atodbl-atodbl-l-atoldbl-atoldbl-l-atoflt-atoflt-l.md b/docs/c-runtime-library/reference/atodbl-atodbl-l-atoldbl-atoldbl-l-atoflt-atoflt-l.md index d9299cd8fe..332c57782e 100644 --- a/docs/c-runtime-library/reference/atodbl-atodbl-l-atoldbl-atoldbl-l-atoflt-atoflt-l.md +++ b/docs/c-runtime-library/reference/atodbl-atodbl-l-atoldbl-atoldbl-l-atoflt-atoflt-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_atoflt", "_atoflt_l", "atodbl_l", "atoflt_l", "_atoldbl", "_atol helpviewer_keywords: ["_atodbl function", "_atoldbl_l function", "atoflt function", "atoflt_l function", "atoldbl function", "_atoldbl function", "atodbl_l function", "_atoflt_l function", "atoldbl_l function", "atodbl function", "string conversion, to floating point values", "_atoflt function", "_atodbl_l function"] ms.assetid: 2d2530f4-4bd4-42e3-8083-f2d2fbc8432a --- -# _atodbl, _atodbl_l, _atoldbl, _atoldbl_l, _atoflt, _atoflt_l +# `_atodbl`, `_atodbl_l`, `_atoldbl`, `_atoldbl_l`, `_atoflt`, `_atoflt_l` Converts a string to a double (**_atodbl**), long double (**_atoldbl**), or float (**_atoflt**). diff --git a/docs/c-runtime-library/reference/atoi64-atoi64-l-wtoi64-wtoi64-l.md b/docs/c-runtime-library/reference/atoi64-atoi64-l-wtoi64-wtoi64-l.md index ef3a775192..7ac2ae4fe8 100644 --- a/docs/c-runtime-library/reference/atoi64-atoi64-l-wtoi64-wtoi64-l.md +++ b/docs/c-runtime-library/reference/atoi64-atoi64-l-wtoi64-wtoi64-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_atoi64", "_tstoi64", "_ttoi64", "wtoi64", "_tstoi64_l", "atoi64" helpviewer_keywords: ["tstoi64 function", "wtoi64 function", "atoi64_l function", "_ttoi64 function", "string conversion, to integers", "wtoi64_l function", "atoi64 function", "_tstoi64 function", "_atoi64_l function", "_wtoi64_l function", "ttoi64 function", "_wtoi64 function", "_atoi64 function"] ms.assetid: 2c3e30fd-545d-4222-8364-0c5905df9526 --- -# _atoi64, _atoi64_l, _wtoi64, _wtoi64_l +# `_atoi64`, `_atoi64_l`, `_wtoi64`, `_wtoi64_l` Converts a string to a 64-bit integer. diff --git a/docs/c-runtime-library/reference/atoll-atoll-l-wtoll-wtoll-l.md b/docs/c-runtime-library/reference/atoll-atoll-l-wtoll-wtoll-l.md index 83dddbcc86..368aeda6c8 100644 --- a/docs/c-runtime-library/reference/atoll-atoll-l-wtoll-wtoll-l.md +++ b/docs/c-runtime-library/reference/atoll-atoll-l-wtoll-wtoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_tstoll_l", "_wtoll", "_atoll_l", "_ttoll", "_tstoll", "_wtoll_l" helpviewer_keywords: ["atoll function", "_wtoll_l function", "_wtoll function", "_atoll_l function"] ms.assetid: 5e85fcac-b351-4882-bff2-6e7c469b7fa8 --- -# atoll, _atoll_l, _wtoll, _wtoll_l +# `atoll`, `_atoll_l`, `_wtoll`, `_wtoll_l` Converts a string to a **`long long`** integer. diff --git a/docs/c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md b/docs/c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md index e7ec20e744..44648db1d6 100644 --- a/docs/c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md +++ b/docs/c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md @@ -10,7 +10,7 @@ f1_keywords: ["c.bessel", "_j0", "_j1", "_jn", "_y0", "_y1", "_yn"] helpviewer_keywords: ["Bessel functions", "_j0 function", "_j1 function", "_jn function", "_y0 function", "_y1 function", "_yn function"] ms.assetid: a21a8bf1-df9d-4ba0-a8c2-e7ef71921d96 --- -# Bessel functions: _j0, _j1, _jn, _y0, _y1, _yn +# Bessel functions: `_j0`, `_j1`, `_jn`, `_y0`, `_y1`, `_yn` Computes the Bessel function of the first or second kind, of orders 0, 1, or n. The Bessel functions are commonly used in the mathematics of electromagnetic wave theory. diff --git a/docs/c-runtime-library/reference/bitand.md b/docs/c-runtime-library/reference/bitand.md index 3b0d220683..5735dced0c 100644 --- a/docs/c-runtime-library/reference/bitand.md +++ b/docs/c-runtime-library/reference/bitand.md @@ -9,7 +9,7 @@ f1_keywords: ["std::bitand", "std.bitand", "bitand"] helpviewer_keywords: ["bitand function"] ms.assetid: 279cf9b5-fac1-49de-b329-f1a31b3481fe --- -# bitand +# `bitand` An alternative to the & operator. diff --git a/docs/c-runtime-library/reference/bitor.md b/docs/c-runtime-library/reference/bitor.md index d51faab46f..f0c717a7a5 100644 --- a/docs/c-runtime-library/reference/bitor.md +++ b/docs/c-runtime-library/reference/bitor.md @@ -9,7 +9,7 @@ f1_keywords: ["bitor", "std.bitor", "std::bitor"] helpviewer_keywords: ["bitor function"] ms.assetid: 3c0a3711-9c74-41f2-b400-2f7797da30d1 --- -# bitor +# `bitor` An alternative to the `|` operator. diff --git a/docs/c-runtime-library/reference/bsearch-s.md b/docs/c-runtime-library/reference/bsearch-s.md index a0821d26dd..e2fc264ab0 100644 --- a/docs/c-runtime-library/reference/bsearch-s.md +++ b/docs/c-runtime-library/reference/bsearch-s.md @@ -10,7 +10,7 @@ f1_keywords: ["bsearch_s"] helpviewer_keywords: ["arrays [CRT], binary search", "bsearch_s function"] ms.assetid: d5690d5e-6be3-4f1d-aa0b-5ca6dbded276 --- -# bsearch_s +# `bsearch_s` Performs a binary search of a sorted array. This function is a version of [`bsearch`](bsearch.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/bsearch.md b/docs/c-runtime-library/reference/bsearch.md index 9c0364ebb7..fc6cc41956 100644 --- a/docs/c-runtime-library/reference/bsearch.md +++ b/docs/c-runtime-library/reference/bsearch.md @@ -10,7 +10,7 @@ f1_keywords: ["bsearch"] helpviewer_keywords: ["arrays [CRT], binary search", "bsearch function"] ms.assetid: e0ad2f47-e7dd-49ed-8288-870457a14a2c --- -# bsearch +# `bsearch` Performs a binary search of a sorted array. A more secure version of this function is available; see [`bsearch_s`](bsearch-s.md). diff --git a/docs/c-runtime-library/reference/btowc.md b/docs/c-runtime-library/reference/btowc.md index 8d8865b227..a16459cf2e 100644 --- a/docs/c-runtime-library/reference/btowc.md +++ b/docs/c-runtime-library/reference/btowc.md @@ -10,7 +10,7 @@ f1_keywords: ["btowc"] helpviewer_keywords: ["btowc function"] ms.assetid: 99a46e02-6f86-4569-af79-5feca012add8 --- -# btowc +# `btowc` Determine whether an integer represents a valid single-byte character in the initial shift state. diff --git a/docs/c-runtime-library/reference/c16rtomb-c32rtomb1.md b/docs/c-runtime-library/reference/c16rtomb-c32rtomb1.md index 3b188eed73..ace1d80a07 100644 --- a/docs/c-runtime-library/reference/c16rtomb-c32rtomb1.md +++ b/docs/c-runtime-library/reference/c16rtomb-c32rtomb1.md @@ -10,7 +10,7 @@ f1_keywords: ["c16rtomb", "c32rtomb", "uchar/c16rtomb", "uchar/c32rtomb"] helpviewer_keywords: ["c16rtomb function", "c32rtomb function"] ms.assetid: 7f5743ca-a90e-4e3f-a310-c73e16f4e14d --- -# c16rtomb, c32rtomb +# `c16rtomb`, `c32rtomb` Convert a UTF-16 or UTF-32 wide character into a UTF-8 multibyte character. diff --git a/docs/c-runtime-library/reference/cabs-cabsf-cabsl.md b/docs/c-runtime-library/reference/cabs-cabsf-cabsl.md index df12a95775..6f7000973c 100644 --- a/docs/c-runtime-library/reference/cabs-cabsf-cabsl.md +++ b/docs/c-runtime-library/reference/cabs-cabsf-cabsl.md @@ -10,7 +10,7 @@ f1_keywords: ["cabs", "cabsf", "cabsl", "complex/cabs", "complex/cabsf", "comple helpviewer_keywords: ["cabs function", "cabsf function", "cabsl function"] ms.assetid: 6b8eb453-cc8f-4972-bebf-351cbdfdfc15 --- -# cabs, cabsf, cabsl +# `cabs`, `cabsf`, `cabsl` Retrieves the absolute value of a complex number. diff --git a/docs/c-runtime-library/reference/cabs.md b/docs/c-runtime-library/reference/cabs.md index 89cda6e6e8..bd72a360b2 100644 --- a/docs/c-runtime-library/reference/cabs.md +++ b/docs/c-runtime-library/reference/cabs.md @@ -10,7 +10,7 @@ f1_keywords: ["_cabs"] helpviewer_keywords: ["cabs function", "absolute values", "_cabs function", "calculating absolute values"] ms.assetid: fea292ee-1a39-4a0a-b416-4a189346ff26 --- -# _cabs +# `_cabs` Calculates the absolute value of a complex number. diff --git a/docs/c-runtime-library/reference/cacos-cacosf-cacosl.md b/docs/c-runtime-library/reference/cacos-cacosf-cacosl.md index ce16d3ece5..8cdaaff929 100644 --- a/docs/c-runtime-library/reference/cacos-cacosf-cacosl.md +++ b/docs/c-runtime-library/reference/cacos-cacosf-cacosl.md @@ -10,7 +10,7 @@ f1_keywords: ["cacos", "cacosf", "cacosl", "complex/cacos", "complex/cacosf", "c helpviewer_keywords: ["cacos function", "cacosf function", "cacosl function"] ms.assetid: 78118c00-0a07-49c1-8a13-4bf19ce3aea8 --- -# cacos, cacosf, cacosl +# `cacos`, `cacosf`, `cacosl` Retrieves the arccosine of a complex number, with branch cuts outside the interval [-1, +1] along the real axis. diff --git a/docs/c-runtime-library/reference/cacosh-cacoshf-cacoshl.md b/docs/c-runtime-library/reference/cacosh-cacoshf-cacoshl.md index 8d14e845b7..838c1e21c0 100644 --- a/docs/c-runtime-library/reference/cacosh-cacoshf-cacoshl.md +++ b/docs/c-runtime-library/reference/cacosh-cacoshf-cacoshl.md @@ -10,7 +10,7 @@ f1_keywords: ["cacosh", "cacoshf", "cacoshl", "complex/cacosh", "complex/cacoshf helpviewer_keywords: ["cacosh function", "cacoshf function", "cacoshl function"] ms.assetid: 83fd05eb-3587-4741-9be6-589a830a1703 --- -# cacosh, cacoshf, cacoshl +# `cacosh`, `cacoshf`, `cacoshl` Retrieves the inverse hyperbolic cosine of a complex number with a branch cut at values less than 1 along the real axis. diff --git a/docs/c-runtime-library/reference/callnewh.md b/docs/c-runtime-library/reference/callnewh.md index 3be4a84263..a7fe49f1fb 100644 --- a/docs/c-runtime-library/reference/callnewh.md +++ b/docs/c-runtime-library/reference/callnewh.md @@ -10,7 +10,7 @@ f1_keywords: ["_callnewh"] helpviewer_keywords: ["_callnewh"] ms.assetid: 4dcb73e9-6384-4d12-a973-a8807d4de7a8 --- -# _callnewh +# `_callnewh` Calls the currently installed *new handler*. diff --git a/docs/c-runtime-library/reference/calloc-dbg.md b/docs/c-runtime-library/reference/calloc-dbg.md index 9662c3f4d6..801ec33e1a 100644 --- a/docs/c-runtime-library/reference/calloc-dbg.md +++ b/docs/c-runtime-library/reference/calloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_calloc_dbg", "calloc_dbg"] helpviewer_keywords: ["_calloc_dbg function", "calloc_dbg function"] ms.assetid: 7f62c42b-eb9f-4de5-87d0-df57036c87de --- -# _calloc_dbg +# `_calloc_dbg` Allocates memory blocks in the heap with extra space for a debugging header and overwrite buffers (debug version only). diff --git a/docs/c-runtime-library/reference/carg-cargf-cargl.md b/docs/c-runtime-library/reference/carg-cargf-cargl.md index 0ec57ebe35..9af1114037 100644 --- a/docs/c-runtime-library/reference/carg-cargf-cargl.md +++ b/docs/c-runtime-library/reference/carg-cargf-cargl.md @@ -10,7 +10,7 @@ f1_keywords: ["carg", "cargf", "cargl", "complex/carg", "complex/cargf", "comple helpviewer_keywords: ["carg function", "cargf function", "cargl function"] ms.assetid: 610d6a93-b929-46ab-a966-b77db0b804be --- -# carg, cargf, cargl +# `carg`, `cargf`, `cargl` Retrieves the argument of a complex number, with a branch cut along the negative real axis. diff --git a/docs/c-runtime-library/reference/casin-casinf-casinl.md b/docs/c-runtime-library/reference/casin-casinf-casinl.md index 4a5bce4f25..32ec935af8 100644 --- a/docs/c-runtime-library/reference/casin-casinf-casinl.md +++ b/docs/c-runtime-library/reference/casin-casinf-casinl.md @@ -10,7 +10,7 @@ f1_keywords: ["casin", "casinf", "casinl", "complex/casin", "complex/casinf", "c helpviewer_keywords: ["casin function", "casinf function", "casinl function"] ms.assetid: b75d1455-7b1e-43b0-bd46-c530be190be9 --- -# casin, casinf, casinl +# `casin`, `casinf`, `casinl` Retrieves the arcsine of a complex number, with branch cuts outside the interval [-1, +1] along the real axis. diff --git a/docs/c-runtime-library/reference/casinh-casinhf-casinhl.md b/docs/c-runtime-library/reference/casinh-casinhf-casinhl.md index d24afd33ea..d6ed62adc4 100644 --- a/docs/c-runtime-library/reference/casinh-casinhf-casinhl.md +++ b/docs/c-runtime-library/reference/casinh-casinhf-casinhl.md @@ -10,7 +10,7 @@ f1_keywords: ["casinh", "casinhf", "casinhl", "complex/casinh", "complex/casinhf helpviewer_keywords: ["casinh function", "casinhf function", "casinhl function"] ms.assetid: bd18340b-21dd-4c86-a14e-e8e15dd97e3b --- -# casinh, casinhf, casinhl +# `casinh`, `casinhf`, `casinhl` Retrieves the inverse hyperbolic sine of a complex number, with branch cuts outside the interval [-i, +i] along the imaginary axis. diff --git a/docs/c-runtime-library/reference/catan-catanf-catanl.md b/docs/c-runtime-library/reference/catan-catanf-catanl.md index 0f5be91999..af8ad54727 100644 --- a/docs/c-runtime-library/reference/catan-catanf-catanl.md +++ b/docs/c-runtime-library/reference/catan-catanf-catanl.md @@ -10,7 +10,7 @@ f1_keywords: ["catan", "catanf", "catanl", "complex/catan", "complex/catanf", "c helpviewer_keywords: ["catan function", "catanf function", "catanl function"] ms.assetid: 8415ed9c-7909-4d08-b532-4630bafdc7e8 --- -# catan, catanf, catanl +# `catan`, `catanf`, `catanl` Retrieves the arctangent of a complex number with branch cuts outside the interval [-1; +1] along the imaginary axis. diff --git a/docs/c-runtime-library/reference/catanh-catanhf-catanhl.md b/docs/c-runtime-library/reference/catanh-catanhf-catanhl.md index 6f74deb5f1..b616feb375 100644 --- a/docs/c-runtime-library/reference/catanh-catanhf-catanhl.md +++ b/docs/c-runtime-library/reference/catanh-catanhf-catanhl.md @@ -10,7 +10,7 @@ f1_keywords: ["catanh", "catanhf", "catanhl", "complex/catanh", "complex/catanhf helpviewer_keywords: ["catanh function", "catanhf function", "catanhl function"] ms.assetid: 1b6021cb-647a-41b4-9d7f-919cc8b57b86 --- -# catanh, catanhf, catanhl +# `catanh`, `catanhf`, `catanhl` Retrieves the inverse hyperbolic tangent of a complex number, with branch cuts outside the interval [-1; +1] along the real axis. diff --git a/docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md b/docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md index a5b91b262a..1d16ddfb96 100644 --- a/docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md +++ b/docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md @@ -10,7 +10,7 @@ f1_keywords: ["cbrtl", "cbrt", "cbrtf"] helpviewer_keywords: ["cbrtl function", "cbrtf function", "cbrt function"] ms.assetid: ab51d916-3db2-4beb-b46a-28b4062cd33f --- -# cbrt, cbrtf, cbrtl +# `cbrt`, `cbrtf`, `cbrtl` Calculates the cube root. diff --git a/docs/c-runtime-library/reference/cbuild-fcbuild-lcbuild.md b/docs/c-runtime-library/reference/cbuild-fcbuild-lcbuild.md index 5248db05c6..84892ecdfa 100644 --- a/docs/c-runtime-library/reference/cbuild-fcbuild-lcbuild.md +++ b/docs/c-runtime-library/reference/cbuild-fcbuild-lcbuild.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_Cbuild", "_FCbuild", "_LCbuild", "complex/_Cbuild", "complex/_FCbuild", "complex/_LCbuild"] helpviewer_keywords: ["_Cbuild function", "_FCbuild function", "_LCbuild function"] --- -# _Cbuild, _FCbuild, _LCbuild +# `_Cbuild`, `_FCbuild`, `_LCbuild` Constructs a complex number from real and imaginary parts. diff --git a/docs/c-runtime-library/reference/ccos-ccosf-ccosl.md b/docs/c-runtime-library/reference/ccos-ccosf-ccosl.md index 6e0d7e2144..c8d4c0aae0 100644 --- a/docs/c-runtime-library/reference/ccos-ccosf-ccosl.md +++ b/docs/c-runtime-library/reference/ccos-ccosf-ccosl.md @@ -10,7 +10,7 @@ f1_keywords: ["ccos", "ccosf", "ccosl", "complex/ccos", "complex/ccosf", "comple helpviewer_keywords: ["ccos function", "ccosf function", "ccosl function"] ms.assetid: 4ab936ac-ff85-49ac-9418-2b69cf5d4696 --- -# ccos, ccosf, ccosl +# `ccos`, `ccosf`, `ccosl` Retrieves the cosine of a complex number. diff --git a/docs/c-runtime-library/reference/ccosh-ccoshf-ccoshl.md b/docs/c-runtime-library/reference/ccosh-ccoshf-ccoshl.md index ef3cb0e5fa..40868d0402 100644 --- a/docs/c-runtime-library/reference/ccosh-ccoshf-ccoshl.md +++ b/docs/c-runtime-library/reference/ccosh-ccoshf-ccoshl.md @@ -10,7 +10,7 @@ f1_keywords: ["ccosh", "ccoshf", "ccoshl", "complex/ccosh", "complex/ccoshf", "c helpviewer_keywords: ["ccosh function", "ccoshf function", "ccoshl function"] ms.assetid: 79667449-4edf-4948-bf6b-720adf2b3f3b --- -# ccosh, ccoshf, ccoshl +# `ccosh`, `ccoshf`, `ccoshl` Retrieves the hyperbolic cosine of a complex number. diff --git a/docs/c-runtime-library/reference/ceil-ceilf-ceill.md b/docs/c-runtime-library/reference/ceil-ceilf-ceill.md index 112c506262..dfb9ec0ef8 100644 --- a/docs/c-runtime-library/reference/ceil-ceilf-ceill.md +++ b/docs/c-runtime-library/reference/ceil-ceilf-ceill.md @@ -10,7 +10,7 @@ f1_keywords: ["ceil", "ceilf", "ceill"] helpviewer_keywords: ["calculating value ceilings", "ceill function", "ceil function", "ceilf function"] ms.assetid: f4e5acab-5c8f-4b10-9ae2-9561e6453718 --- -# ceil, ceilf, ceill +# `ceil`, `ceilf`, `ceill` Calculates the ceiling of a value. diff --git a/docs/c-runtime-library/reference/cexit-c-exit.md b/docs/c-runtime-library/reference/cexit-c-exit.md index 91edec53c4..55171ba9dd 100644 --- a/docs/c-runtime-library/reference/cexit-c-exit.md +++ b/docs/c-runtime-library/reference/cexit-c-exit.md @@ -10,7 +10,7 @@ f1_keywords: ["_cexit", "c_exit", "_c_exit", "cexit"] helpviewer_keywords: ["cleanup operations during processes", "cexit function", "_c_exit function", "_cexit function", "c_exit function"] ms.assetid: f3072045-9924-4b1a-9fef-b0dcd6d12663 --- -# _cexit, _c_exit +# `_cexit`, `_c_exit` Performs cleanup operations and returns without terminating the process. diff --git a/docs/c-runtime-library/reference/cexp-cexpf-cexpl.md b/docs/c-runtime-library/reference/cexp-cexpf-cexpl.md index 0d1d6f118c..4f84bab261 100644 --- a/docs/c-runtime-library/reference/cexp-cexpf-cexpl.md +++ b/docs/c-runtime-library/reference/cexp-cexpf-cexpl.md @@ -10,7 +10,7 @@ f1_keywords: ["cexp", "cexpf", "cexpl", "complex/cepx", "complex/cexpf", "comple helpviewer_keywords: ["cexp function", "cexpl function", "cexpf function"] ms.assetid: f27fd5a9-70c7-4957-a7ee-5256d19bd1da --- -# cexp, cexpf, cexpl +# `cexp`, `cexpf`, `cexpl` Compute the base-e exponential of a complex number. diff --git a/docs/c-runtime-library/reference/cgets-s-cgetws-s.md b/docs/c-runtime-library/reference/cgets-s-cgetws-s.md index 00c8be8714..63e680325d 100644 --- a/docs/c-runtime-library/reference/cgets-s-cgetws-s.md +++ b/docs/c-runtime-library/reference/cgets-s-cgetws-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_cgets_s", "cgets_s", "cgetws_s", "_cgetws_s"] helpviewer_keywords: ["strings [C++], getting from console", "console, getting strings from", "_cgets_s function", "cget_s function", "_cgetws_s function", "cgetws_s function"] ms.assetid: 38b74897-afe6-4dd9-a43f-36a3c0d72c5c --- -# _cgets_s, _cgetws_s +# `_cgets_s`, `_cgetws_s` Gets a character string from the console. These versions of [`_cgets` and `_cgetws`](../cgets-cgetws.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/cgets.md b/docs/c-runtime-library/reference/cgets.md index d2740fd54c..70cba4d954 100644 --- a/docs/c-runtime-library/reference/cgets.md +++ b/docs/c-runtime-library/reference/cgets.md @@ -10,7 +10,7 @@ f1_keywords: ["cgets"] helpviewer_keywords: ["cgets function"] ms.assetid: 54faf257-5ed6-4301-be19-66d953e901fa --- -# cgets +# `cgets` The Microsoft-specific function name `cgets` is a deprecated alias for the [`_cgets`](../cgets-cgetws.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/chdir.md b/docs/c-runtime-library/reference/chdir.md index 7f054ae750..36a96e7b21 100644 --- a/docs/c-runtime-library/reference/chdir.md +++ b/docs/c-runtime-library/reference/chdir.md @@ -10,7 +10,7 @@ f1_keywords: ["chdir"] helpviewer_keywords: ["chdir function"] ms.assetid: a65275a1-41e4-46be-83a5-167dfacb62a0 --- -# chdir +# `chdir` The Microsoft-implemented POSIX function name `chdir` is a deprecated alias for the [`_chdir`](chdir-wchdir.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/chdrive.md b/docs/c-runtime-library/reference/chdrive.md index ccc85a1b86..1ede393f4e 100644 --- a/docs/c-runtime-library/reference/chdrive.md +++ b/docs/c-runtime-library/reference/chdrive.md @@ -10,7 +10,7 @@ f1_keywords: ["chdrive", "_chdrive"] helpviewer_keywords: ["drives, changing", "_chdrive function", "chdrive function"] ms.assetid: 212a1a4b-4fa8-444e-9677-7fca4c8c47e3 --- -# _chdrive +# `_chdrive` Changes the current working drive. diff --git a/docs/c-runtime-library/reference/chgsign-chgsignf-chgsignl.md b/docs/c-runtime-library/reference/chgsign-chgsignf-chgsignl.md index c057b489d6..4caf4fa010 100644 --- a/docs/c-runtime-library/reference/chgsign-chgsignf-chgsignl.md +++ b/docs/c-runtime-library/reference/chgsign-chgsignf-chgsignl.md @@ -10,7 +10,7 @@ f1_keywords: ["_chgsignf", "chgsign", "_chgsignl", "_chgsign"] helpviewer_keywords: ["_chgsignl function", "_chgsignf function", "chgsign function", "_chgsign function"] ms.assetid: a6646f8e-213d-4564-8617-f43bc66f989f --- -# _chgsign, _chgsignf, _chgsignl +# `_chgsign`, `_chgsignf`, `_chgsignl` Reverses the sign of a floating-point argument. diff --git a/docs/c-runtime-library/reference/chmod-wchmod.md b/docs/c-runtime-library/reference/chmod-wchmod.md index f452fed350..8074a8e75c 100644 --- a/docs/c-runtime-library/reference/chmod-wchmod.md +++ b/docs/c-runtime-library/reference/chmod-wchmod.md @@ -10,7 +10,7 @@ f1_keywords: ["_chmod", "_wchmod", "wchmod"] helpviewer_keywords: ["_chmod function", "wchmod function", "file permissions [C++]", "chmod function", "files [C++], changing permissions", "_wchmod function"] ms.assetid: 92f7cb86-b3b0-4232-a599-b8c04a2f2c19 --- -# _chmod, _wchmod +# `_chmod`, `_wchmod` Changes the file-permission settings. diff --git a/docs/c-runtime-library/reference/chmod.md b/docs/c-runtime-library/reference/chmod.md index ba6663269b..f4f46b3f37 100644 --- a/docs/c-runtime-library/reference/chmod.md +++ b/docs/c-runtime-library/reference/chmod.md @@ -10,7 +10,7 @@ f1_keywords: ["chmod"] helpviewer_keywords: ["chmod function"] ms.assetid: c3294722-2194-4ff4-ac87-d69f155e279b --- -# chmod +# `chmod` The Microsoft-implemented POSIX function name `chmod` is a deprecated alias for the [`_chmod`](chmod-wchmod.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/chsize-s.md b/docs/c-runtime-library/reference/chsize-s.md index 03469bbdde..046bbb0403 100644 --- a/docs/c-runtime-library/reference/chsize-s.md +++ b/docs/c-runtime-library/reference/chsize-s.md @@ -10,7 +10,7 @@ f1_keywords: ["chsize_s", "_chsize_s"] helpviewer_keywords: ["files [C++], changing size", "chsize_s function", "_chsize_s function"] ms.assetid: d88d2e94-6e3b-42a5-8631-16ac4d82fa38 --- -# _chsize_s +# `_chsize_s` Changes the size of a file. This function is a version of [`_chsize`](chsize.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/chsize.md b/docs/c-runtime-library/reference/chsize.md index 133865296c..1dbfa56077 100644 --- a/docs/c-runtime-library/reference/chsize.md +++ b/docs/c-runtime-library/reference/chsize.md @@ -10,7 +10,7 @@ f1_keywords: ["_chsize"] helpviewer_keywords: ["size", "_chsize function", "size, changing file", "files [C++], changing size", "chsize function"] ms.assetid: b3e881c5-7b27-4837-a3d4-c51591ab10ff --- -# _chsize +# `_chsize` Changes the size of a file. A more secure version is available; see [`_chsize_s`](chsize-s.md). diff --git a/docs/c-runtime-library/reference/cimag-cimagf-cimagl.md b/docs/c-runtime-library/reference/cimag-cimagf-cimagl.md index 60b42b9df3..de631bd652 100644 --- a/docs/c-runtime-library/reference/cimag-cimagf-cimagl.md +++ b/docs/c-runtime-library/reference/cimag-cimagf-cimagl.md @@ -10,7 +10,7 @@ f1_keywords: ["cimagf", "cimagl", "complex/cimag", "complex/cimagf", "complex/ci helpviewer_keywords: ["cimag function", "cimagf function", "cimagl function"] ms.assetid: 0d8836f5-d61d-44cd-8731-6f75cb776def --- -# cimag, cimagf, cimagl +# `cimag`, `cimagf`, `cimagl` Retrieves the imaginary part of a complex number. diff --git a/docs/c-runtime-library/reference/clear87-clearfp.md b/docs/c-runtime-library/reference/clear87-clearfp.md index 1b583abab0..1b3aaddaea 100644 --- a/docs/c-runtime-library/reference/clear87-clearfp.md +++ b/docs/c-runtime-library/reference/clear87-clearfp.md @@ -10,7 +10,7 @@ f1_keywords: ["clearfp", "_clearfp", "_clear87", "clear87"] helpviewer_keywords: ["clearing floating point status word", "clearfp function", "_clear87 function", "_clearfp function", "clear87 function"] ms.assetid: 72d24a70-7688-4793-ae09-c96d33fcca52 --- -# _clear87, _clearfp +# `_clear87`, `_clearfp` Gets and clears the floating-point status word. diff --git a/docs/c-runtime-library/reference/clearerr-s.md b/docs/c-runtime-library/reference/clearerr-s.md index cb4b92159d..139da3bd39 100644 --- a/docs/c-runtime-library/reference/clearerr-s.md +++ b/docs/c-runtime-library/reference/clearerr-s.md @@ -10,7 +10,7 @@ f1_keywords: ["clearerr_s"] helpviewer_keywords: ["error indicator for streams", "resetting stream error indicator", "clearerr_s function"] ms.assetid: b74d014d-b7a8-494a-a330-e5ffd5614772 --- -# clearerr_s +# `clearerr_s` Resets the error indicator for a stream. This function is a version of [`clearerr`](clearerr.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/clearerr.md b/docs/c-runtime-library/reference/clearerr.md index d7b04c1266..713b2e1a27 100644 --- a/docs/c-runtime-library/reference/clearerr.md +++ b/docs/c-runtime-library/reference/clearerr.md @@ -10,7 +10,7 @@ f1_keywords: ["clearerr"] helpviewer_keywords: ["error indicator for streams", "resetting stream error indicator", "clearerr function"] ms.assetid: a9711cd4-3335-43d4-a018-87bbac5b3bac --- -# clearerr +# `clearerr` Resets the error indicator for a stream. A more secure version of this function is available; see [`clearerr_s`](clearerr-s.md). diff --git a/docs/c-runtime-library/reference/clog-clogf-clogl.md b/docs/c-runtime-library/reference/clog-clogf-clogl.md index b5bca85f91..b5df016205 100644 --- a/docs/c-runtime-library/reference/clog-clogf-clogl.md +++ b/docs/c-runtime-library/reference/clog-clogf-clogl.md @@ -10,7 +10,7 @@ f1_keywords: ["clog", "clogf", "clogl", "complex/clog", "complex/clogf", "comple helpviewer_keywords: ["clog function", "clogf function", "clogl function"] ms.assetid: 870b9b0b-6618-46f3-bfcf-da595cbd5e18 --- -# clog, clogf, clogl +# `clog`, `clogf`, `clogl` Retrieves the natural logarithm of a complex number, with a branch cut along the negative real axis. diff --git a/docs/c-runtime-library/reference/clog10-clog10f-clog10l.md b/docs/c-runtime-library/reference/clog10-clog10f-clog10l.md index 8e2a8d53c7..8e7e5b6e3b 100644 --- a/docs/c-runtime-library/reference/clog10-clog10f-clog10l.md +++ b/docs/c-runtime-library/reference/clog10-clog10f-clog10l.md @@ -10,7 +10,7 @@ f1_keywords: ["clog10", "clog10f", "clog10l", "complex/clog10", "complex/clog10f helpviewer_keywords: ["clog10 function", "clog10f function", "clog10l function"] ms.assetid: 2ddae00d-ef93-4441-add3-f4d58358401b --- -# clog10, clog10f, clog10l +# `clog10`, `clog10f`, `clog10l` Retrieves the logarithm (base 10) of a complex number. diff --git a/docs/c-runtime-library/reference/close.md b/docs/c-runtime-library/reference/close.md index b0ceb6da97..acbf5ac6ea 100644 --- a/docs/c-runtime-library/reference/close.md +++ b/docs/c-runtime-library/reference/close.md @@ -10,7 +10,7 @@ f1_keywords: ["_close"] helpviewer_keywords: ["_close function", "close function", "files [C++], closing"] ms.assetid: 4708a329-8acf-4cd9-b7b0-a952e1897247 --- -# _close +# `_close` Closes a file. diff --git a/docs/c-runtime-library/reference/cmulcc-fcmulcc-lcmulcc.md b/docs/c-runtime-library/reference/cmulcc-fcmulcc-lcmulcc.md index 8d89ae5895..08ed4f6d08 100644 --- a/docs/c-runtime-library/reference/cmulcc-fcmulcc-lcmulcc.md +++ b/docs/c-runtime-library/reference/cmulcc-fcmulcc-lcmulcc.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_Cmulcc", "_FCmulcc", "_LCmulcc", "complex/_Cmulcc", "complex/_FCmulcc", "complex/_LCmulcc"] helpviewer_keywords: ["_Cmulcc function", "_FCmulcc function", "_LCmulcc function"] --- -# _Cmulcc, _FCmulcc, _LCmulcc +# `_Cmulcc`, `_FCmulcc`, `_LCmulcc` Multiplies two complex numbers. diff --git a/docs/c-runtime-library/reference/cmulcr-fcmulcr-lcmulcr.md b/docs/c-runtime-library/reference/cmulcr-fcmulcr-lcmulcr.md index 733c6da26d..4e7c94b6f5 100644 --- a/docs/c-runtime-library/reference/cmulcr-fcmulcr-lcmulcr.md +++ b/docs/c-runtime-library/reference/cmulcr-fcmulcr-lcmulcr.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_Cmulcr", "_FCmulcr", "_LCmulcr", "complex/_Cmulcr", "complex/_FCmulcr", "complex/_LCmulcr"] helpviewer_keywords: ["_Cmulcr function", "_FCmulcr function", "_LCmulcr function"] --- -# _Cmulcr, _FCmulcr, _LCmulcr +# `_Cmulcr`, `_FCmulcr`, `_LCmulcr` Multiplies a complex number by a floating-point number. diff --git a/docs/c-runtime-library/reference/commit.md b/docs/c-runtime-library/reference/commit.md index 469318918f..b8ddfbc8cb 100644 --- a/docs/c-runtime-library/reference/commit.md +++ b/docs/c-runtime-library/reference/commit.md @@ -10,7 +10,7 @@ f1_keywords: ["_commit", "commit"] helpviewer_keywords: ["files [C++], flushing", "flushing files to disk", "commit function", "_commit function", "committing files to disk"] ms.assetid: d0c74d3a-4f2d-4fb0-b140-2d687db3d233 --- -# _commit +# `_commit` Flushes a file directly to disk. diff --git a/docs/c-runtime-library/reference/compl.md b/docs/c-runtime-library/reference/compl.md index b5dda3e080..af061c570c 100644 --- a/docs/c-runtime-library/reference/compl.md +++ b/docs/c-runtime-library/reference/compl.md @@ -10,7 +10,7 @@ f1_keywords: ["std::compl", "std.compl", "compl"] helpviewer_keywords: ["compl function"] ms.assetid: e03f6fb5-cb8b-4afa-99c0-905f4105fb34 --- -# compl +# `compl` An alternative to the ~ operator. diff --git a/docs/c-runtime-library/reference/conj-conjf-conjl.md b/docs/c-runtime-library/reference/conj-conjf-conjl.md index 0a2491d63f..0a532afd66 100644 --- a/docs/c-runtime-library/reference/conj-conjf-conjl.md +++ b/docs/c-runtime-library/reference/conj-conjf-conjl.md @@ -10,7 +10,7 @@ f1_keywords: ["conj", "conjf", "conjl", "complex/conj", "complex/conjf", "comple helpviewer_keywords: ["conj function", "conjf function", "conjl function"] ms.assetid: 792fccfa-19c6-4890-99f9-a3b89effccd6 --- -# conj, conjf, conjl +# `conj`, `conjf`, `conjl` Retrieves the complex conjugate of a complex number. diff --git a/docs/c-runtime-library/reference/copysign-copysignf-copysignl-copysign-copysignf-copysignl.md b/docs/c-runtime-library/reference/copysign-copysignf-copysignl-copysign-copysignf-copysignl.md index ede67aed64..c316d68492 100644 --- a/docs/c-runtime-library/reference/copysign-copysignf-copysignl-copysign-copysignf-copysignl.md +++ b/docs/c-runtime-library/reference/copysign-copysignf-copysignl-copysign-copysignf-copysignl.md @@ -10,7 +10,7 @@ f1_keywords: ["_copysignl", "copysign", "copysignf", "_copysign", "copysignl", " helpviewer_keywords: ["copysignl function", "_copysignl function", "copysign function", "_copysignf function", "_copysign function", "copysignf function"] ms.assetid: 009216d6-72a2-402d-aa6c-91d924b2c9e4 --- -# copysign, copysignf, copysignl, _copysign, _copysignf, _copysignl +# `copysign`, `copysignf`, `copysignl`, `_copysign`, `_copysignf`, `_copysignl` Returns a value that has the magnitude of one argument and the sign of another. diff --git a/docs/c-runtime-library/reference/cos-cosf-cosl.md b/docs/c-runtime-library/reference/cos-cosf-cosl.md index f78d672a69..c8d5b485bc 100644 --- a/docs/c-runtime-library/reference/cos-cosf-cosl.md +++ b/docs/c-runtime-library/reference/cos-cosf-cosl.md @@ -10,7 +10,7 @@ f1_keywords: ["cos", "cosf", "cosl"] helpviewer_keywords: ["cosines", "cosl function", "calculating cosine", "cosf function", "cos function", "trigonometric functions", "cosines, calculating"] ms.assetid: ae90435e-6b68-4a47-a81f-be87d5c08f16 --- -# cos, cosf, cosl +# `cos`, `cosf`, `cosl` Calculates the cosine. diff --git a/docs/c-runtime-library/reference/cpow-cpowf-cpowl.md b/docs/c-runtime-library/reference/cpow-cpowf-cpowl.md index 067bd9a088..7603a076dd 100644 --- a/docs/c-runtime-library/reference/cpow-cpowf-cpowl.md +++ b/docs/c-runtime-library/reference/cpow-cpowf-cpowl.md @@ -10,7 +10,7 @@ f1_keywords: ["cpow", "cpowf", "cpowl", "complex/cpow", "complex/cpowf", "comple helpviewer_keywords: ["cpow function", "cpowf function", "complex/cpowl function"] ms.assetid: 83fe2187-22b7-4295-ab16-4d77abdbb80b --- -# cpow, cpowf, cpowl +# `cpow`, `cpowf`, `cpowl` Retrieves the value of a number raised to the specified power, where the base and exponent are complex numbers. This function has a branch cut for the exponent along the negative real axis. diff --git a/docs/c-runtime-library/reference/cprintf-cprintf-l-cwprintf-cwprintf-l.md b/docs/c-runtime-library/reference/cprintf-cprintf-l-cwprintf-cwprintf-l.md index af6a4a9b03..0f5d462101 100644 --- a/docs/c-runtime-library/reference/cprintf-cprintf-l-cwprintf-cwprintf-l.md +++ b/docs/c-runtime-library/reference/cprintf-cprintf-l-cwprintf-cwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_cwprintf", "cwprintf", "tcprintf", "_tcprintf", "_cprintf", "cwprintf_l", "tcprintf_l", "_tcprintf_l", "cprintf_l", "_cprintf_l", "_cwprintf_l"] helpviewer_keywords: ["_cprintf_l function", "_cwprintf_l function", "cwprintf function", "cprintf_l function", "characters, printing to console", "printing characters to console", "_tcprintf_l function", "tcprintf function", "_tcprintf function", "tcprintf_l function", "_cwprintf function", "cwprintf_l function", "_cprintf function"] --- -# _cprintf, _cprintf_l, _cwprintf, _cwprintf_l +# `_cprintf`, `_cprintf_l`, `_cwprintf`, `_cwprintf_l` Formats and prints to the console. More-secure versions are available; see [`_cprintf_s`, `_cprintf_s_l`, `_cwprintf_s`, `_cwprintf_s_l`](cprintf-s-cprintf-s-l-cwprintf-s-cwprintf-s-l.md). diff --git a/docs/c-runtime-library/reference/cprintf-p-cprintf-p-l-cwprintf-p-cwprintf-p-l.md b/docs/c-runtime-library/reference/cprintf-p-cprintf-p-l-cwprintf-p-cwprintf-p-l.md index c2c873e3aa..b51985da05 100644 --- a/docs/c-runtime-library/reference/cprintf-p-cprintf-p-l-cwprintf-p-cwprintf-p-l.md +++ b/docs/c-runtime-library/reference/cprintf-p-cprintf-p-l-cwprintf-p-cwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["cprintf_p", "cwprintf_p", "tcprintf_p", "_cwprintf_p_l", "_cprintf_p", "csprintf_p_l", "_cprintf_p_l", "_cwprintf_p", "_tcprintf_p", "cprintf_p_l"] helpviewer_keywords: ["_cwprintf_p_l function", "cwprintf_p function", "tcprintf_p_l function", "cprintf_p_l function", "_tcprintf_p function", "_tcprintf_p_l function", "_cprintf_p function", "_cprintf_p_l function", "cwprintf_p_l function", "_cwprintf_p function", "tcprintf_p function", "cprintf_p function"] --- -# _cprintf_p, _cprintf_p_l, _cwprintf_p, _cwprintf_p_l +# `_cprintf_p`, `_cprintf_p_l`, `_cwprintf_p`, `_cwprintf_p_l` Formats and prints to the console, and supports positional parameters in the format string. diff --git a/docs/c-runtime-library/reference/cprintf-s-cprintf-s-l-cwprintf-s-cwprintf-s-l.md b/docs/c-runtime-library/reference/cprintf-s-cprintf-s-l-cwprintf-s-cwprintf-s-l.md index 3f604a0875..b4dc3c97fc 100644 --- a/docs/c-runtime-library/reference/cprintf-s-cprintf-s-l-cwprintf-s-cwprintf-s-l.md +++ b/docs/c-runtime-library/reference/cprintf-s-cprintf-s-l-cwprintf-s-cwprintf-s-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_cwprintf_s_l", "_cprintf_s", "cwprintf_s", "_cprintf_s_l", "cwprintf_s_l", "cprintf_s_l", "_tcprintf_s", "cprintf_s", "_cwprintf_s", "tcprintf_s"] helpviewer_keywords: ["tcprintf_s_l function", "_cprintf_s_l function", "_cwprintf_s_l function", "tcprintf_s function", "_tcprintf_s_l function", "_cwprintf_s function", "cwprintf_s function", "_cprintf_s function", "cprintf_s function", "_tcprintf_s function", "cprintf_s_l function", "cwprintf_s_l function"] --- -# _cprintf_s, _cprintf_s_l, _cwprintf_s, _cwprintf_s_l +# `_cprintf_s`, `_cprintf_s_l`, `_cwprintf_s`, `_cwprintf_s_l` Formats and prints to the console. These versions of [`_cprintf`, `_cprintf_l`, `_cwprintf`, `_cwprintf_l`](cprintf-cprintf-l-cwprintf-cwprintf-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/cprintf.md b/docs/c-runtime-library/reference/cprintf.md index 274f14df67..38ae9de609 100644 --- a/docs/c-runtime-library/reference/cprintf.md +++ b/docs/c-runtime-library/reference/cprintf.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["cprintf"] helpviewer_keywords: ["cprintf function"] --- -# cprintf +# `cprintf` The Microsoft-specific function name `cprintf` is a deprecated alias for the [`_cprintf`](cprintf-cprintf-l-cwprintf-cwprintf-l.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/cproj-cprojf-cprojl.md b/docs/c-runtime-library/reference/cproj-cprojf-cprojl.md index b50a3de952..58b310f522 100644 --- a/docs/c-runtime-library/reference/cproj-cprojf-cprojl.md +++ b/docs/c-runtime-library/reference/cproj-cprojf-cprojl.md @@ -10,7 +10,7 @@ f1_keywords: ["cproj", "cprojf", "cprojl", "complex/cproj", "complex/cprojf", "c helpviewer_keywords: ["cproj function", "cprojf function", "cprojl function"] ms.assetid: 32b49623-13bf-4cae-802e-7912d75030fe --- -# cproj, cprojf, cprojl +# `cproj`, `cprojf`, `cprojl` Retrieves the projection of a complex number on the Reimann sphere. diff --git a/docs/c-runtime-library/reference/cputs-cputws.md b/docs/c-runtime-library/reference/cputs-cputws.md index b4c07bc744..e504220aa2 100644 --- a/docs/c-runtime-library/reference/cputs-cputws.md +++ b/docs/c-runtime-library/reference/cputs-cputws.md @@ -10,7 +10,7 @@ f1_keywords: ["cputws", "_cputs", "_cputws"] helpviewer_keywords: ["strings [C++], writing", "_cputs function", "_cputws function", "putting strings to the console", "cputs function", "console, sending strings to", "cputws function"] ms.assetid: ec418484-0f8d-43ec-8d8b-198a556c659e --- -# _cputs, _cputws +# `_cputs`, `_cputws` Puts a string to the console. diff --git a/docs/c-runtime-library/reference/cputs.md b/docs/c-runtime-library/reference/cputs.md index f0412485d1..acc7c92f87 100644 --- a/docs/c-runtime-library/reference/cputs.md +++ b/docs/c-runtime-library/reference/cputs.md @@ -10,7 +10,7 @@ f1_keywords: ["cputs"] helpviewer_keywords: ["cputs function"] ms.assetid: 0c2a7d4e-623a-4cb2-a0f9-1900c05bac08 --- -# cputs +# `cputs` The Microsoft-specific function name `cputs` is a deprecated alias for the [`_cputs`](cputs-cputws.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/creal-crealf-creall.md b/docs/c-runtime-library/reference/creal-crealf-creall.md index 5264a65157..e40bf57228 100644 --- a/docs/c-runtime-library/reference/creal-crealf-creall.md +++ b/docs/c-runtime-library/reference/creal-crealf-creall.md @@ -10,7 +10,7 @@ f1_keywords: ["creal", "crealf", "creall", "complex/creal", "complex/crealf", "c helpviewer_keywords: ["creal function", "crealf function", "creall function"] ms.assetid: fa3ac62f-7aa3-4238-a71f-d6b00cd0c7c8 --- -# creal, crealf, creall +# `creal`, `crealf`, `creall` Retrieves the real part of a complex number. diff --git a/docs/c-runtime-library/reference/creat-wcreat.md b/docs/c-runtime-library/reference/creat-wcreat.md index 79f1478a93..aa59c5a1ad 100644 --- a/docs/c-runtime-library/reference/creat-wcreat.md +++ b/docs/c-runtime-library/reference/creat-wcreat.md @@ -10,7 +10,7 @@ f1_keywords: ["wcreat", "_wcreat", "_creat", "tcreat", "_tcreat"] helpviewer_keywords: ["wcreat function", "_wcreat function", "files [C++], creating", "_creat function", "tcreat function", "creat function", "_tcreat function"] ms.assetid: 3b3b795d-1620-40ec-bd2b-a4bbb0d20fe5 --- -# _creat, _wcreat +# `_creat`, `_wcreat` Creates a new file. **_creat** and **_wcreat** have been deprecated; use [`_sopen_s`, `_wsopen_s`](sopen-s-wsopen-s.md) instead. diff --git a/docs/c-runtime-library/reference/creat.md b/docs/c-runtime-library/reference/creat.md index c35f7efed1..108bb751c6 100644 --- a/docs/c-runtime-library/reference/creat.md +++ b/docs/c-runtime-library/reference/creat.md @@ -10,7 +10,7 @@ f1_keywords: ["creat"] helpviewer_keywords: ["creat function"] ms.assetid: 3aa6f0cc-5ae6-40d5-be94-0ab6f53c0c5b --- -# creat +# `creat` The Microsoft-implemented POSIX function name `creat` is a deprecated alias for the [`_creat`](creat-wcreat.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/create-locale-wcreate-locale.md b/docs/c-runtime-library/reference/create-locale-wcreate-locale.md index a10e9f2f76..abe2972b9d 100644 --- a/docs/c-runtime-library/reference/create-locale-wcreate-locale.md +++ b/docs/c-runtime-library/reference/create-locale-wcreate-locale.md @@ -10,7 +10,7 @@ f1_keywords: ["create_locale", "_create_locale", "__create_locale"] helpviewer_keywords: ["locales, creating", "_create_locale function", "create_locale function", "__create_locale function"] ms.assetid: ca362464-9f4a-4ec6-ab03-316c55c5be81 --- -# _create_locale, _wcreate_locale +# `_create_locale`, `_wcreate_locale` Creates a locale object. diff --git a/docs/c-runtime-library/reference/crtcheckmemory.md b/docs/c-runtime-library/reference/crtcheckmemory.md index 323f1bbb34..4be89d4bb7 100644 --- a/docs/c-runtime-library/reference/crtcheckmemory.md +++ b/docs/c-runtime-library/reference/crtcheckmemory.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtCheckMemory", "_CrtCheckMemory"] helpviewer_keywords: ["_CrtCheckMemory function", "CrtCheckMemory function"] ms.assetid: 457cc72e-60fd-4177-ab5c-6ae26a420765 --- -# _CrtCheckMemory +# `_CrtCheckMemory` Confirms the integrity of the memory blocks allocated in the debug heap (debug version only). diff --git a/docs/c-runtime-library/reference/crtdbgbreak.md b/docs/c-runtime-library/reference/crtdbgbreak.md index d4cc5b8759..dd294360a8 100644 --- a/docs/c-runtime-library/reference/crtdbgbreak.md +++ b/docs/c-runtime-library/reference/crtdbgbreak.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtDbgBreak", "CrtDbgBreak"] helpviewer_keywords: ["CrtDbgBreak function", "_CrtDbgBreak function"] ms.assetid: 01f8b4a2-a2c7-4e1f-9f39-e573b4a7871f --- -# _CrtDbgBreak +# `_CrtDbgBreak` Sets a break point on a particular line of code. (Used in debug mode only.) diff --git a/docs/c-runtime-library/reference/crtdbgreport-crtdbgreportw.md b/docs/c-runtime-library/reference/crtdbgreport-crtdbgreportw.md index 941e02cac3..dab31f01f5 100644 --- a/docs/c-runtime-library/reference/crtdbgreport-crtdbgreportw.md +++ b/docs/c-runtime-library/reference/crtdbgreport-crtdbgreportw.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtDbgReport", "CrtDbgReportW", "_CrtDbgReportW", "_CrtDbgReport" helpviewer_keywords: ["debug reporting", "_CrtDbgReport function", "CrtDbgReport function", "CrtDbgReportW function", "_CrtDbgReportW function"] ms.assetid: 6e581fb6-f7fb-4716-9432-f0145d639ecc --- -# _CrtDbgReport, _CrtDbgReportW +# `_CrtDbgReport`, `_CrtDbgReportW` Generates a report with a debugging message and sends the report to three possible destinations (debug version only). diff --git a/docs/c-runtime-library/reference/crtdoforallclientobjects.md b/docs/c-runtime-library/reference/crtdoforallclientobjects.md index aacfaad7d7..85c9dcbe77 100644 --- a/docs/c-runtime-library/reference/crtdoforallclientobjects.md +++ b/docs/c-runtime-library/reference/crtdoforallclientobjects.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtDoForAllClientObjects", "CrtDoForAllClientObjects", "crtdbg/_ helpviewer_keywords: ["_CrtDoForAllClientObjects function", "CrtDoForAllClientObjects function"] ms.assetid: d0fdb835-3cdc-45f1-9a21-54208e8df248 --- -# _CrtDoForAllClientObjects +# `_CrtDoForAllClientObjects` Calls an application-supplied function for all **_CLIENT_BLOCK** types in the heap (debug version only). diff --git a/docs/c-runtime-library/reference/crtgetallochook.md b/docs/c-runtime-library/reference/crtgetallochook.md index e746ffce3f..6e39542537 100644 --- a/docs/c-runtime-library/reference/crtgetallochook.md +++ b/docs/c-runtime-library/reference/crtgetallochook.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtGetAllocHook", "_CrtGetAllocHook"] helpviewer_keywords: ["_CrtGetAllocHook function", "CrtGetAllocHook function"] ms.assetid: 036acf7c-547a-4b3f-a636-80451070d7ed --- -# _CrtGetAllocHook +# `_CrtGetAllocHook` Retrieves the current client-defined allocation function for hooking into the C run-time debug memory allocation process (debug version only). diff --git a/docs/c-runtime-library/reference/crtgetdumpclient.md b/docs/c-runtime-library/reference/crtgetdumpclient.md index 6456ee967a..ad86bd5874 100644 --- a/docs/c-runtime-library/reference/crtgetdumpclient.md +++ b/docs/c-runtime-library/reference/crtgetdumpclient.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtGetDumpClient", "_CrtGetDumpClient"] helpviewer_keywords: ["_CrtGetDumpClient function", "CrtGetDumpClient function"] ms.assetid: 9051867f-341b-493b-b53d-45d2b454a3ad --- -# _CrtGetDumpClient +# `_CrtGetDumpClient` Retrieves the current application-defined function for dumping the **_CLIENT_BLOCK** type memory blocks (debug version only). diff --git a/docs/c-runtime-library/reference/crtgetreporthook.md b/docs/c-runtime-library/reference/crtgetreporthook.md index 34f0d4e98a..f1223044a5 100644 --- a/docs/c-runtime-library/reference/crtgetreporthook.md +++ b/docs/c-runtime-library/reference/crtgetreporthook.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtGetReportHook", "_CrtGetReportHook"] helpviewer_keywords: ["CrtGetReportHook function", "_CrtGetReportHook function"] ms.assetid: 922758ed-7edd-4359-9c92-0535192dc11a --- -# _CrtGetReportHook +# `_CrtGetReportHook` Retrieves the client-defined reporting function for hooking it into the C run time for the debug reporting process (debug version only). diff --git a/docs/c-runtime-library/reference/crtismemoryblock.md b/docs/c-runtime-library/reference/crtismemoryblock.md index 790f6e07c5..f59bc6089d 100644 --- a/docs/c-runtime-library/reference/crtismemoryblock.md +++ b/docs/c-runtime-library/reference/crtismemoryblock.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtlsMemoryBlock", "_CrtIsMemoryBlock"] helpviewer_keywords: ["_CrtIsMemoryBlock function", "CrtIsMemoryBlock function"] ms.assetid: f7cbbc60-3690-4da0-a07b-68fd7f250273 --- -# _CrtIsMemoryBlock +# `_CrtIsMemoryBlock` Verifies that a specified memory block is in the local heap and that it has a valid debug heap block type identifier (debug version only). diff --git a/docs/c-runtime-library/reference/crtisvalidpointer.md b/docs/c-runtime-library/reference/crtisvalidpointer.md index 43e974fdc6..215b4f7623 100644 --- a/docs/c-runtime-library/reference/crtisvalidpointer.md +++ b/docs/c-runtime-library/reference/crtisvalidpointer.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtlsValidPointer", "_CrtIsValidPointer"] helpviewer_keywords: ["CrtIsValidPointer function", "_CrtIsValidPointer function"] ms.assetid: 91c35590-ea5e-450f-a15d-ad8d62ade1fa --- -# _CrtIsValidPointer +# `_CrtIsValidPointer` Verifies that a pointer isn't null. In versions of the C run-time library before Visual Studio 2010, verifies that a specified memory range is valid for reading and writing (debug version only). diff --git a/docs/c-runtime-library/reference/crtmemcheckpoint.md b/docs/c-runtime-library/reference/crtmemcheckpoint.md index 568c916ef1..8c9e770c91 100644 --- a/docs/c-runtime-library/reference/crtmemcheckpoint.md +++ b/docs/c-runtime-library/reference/crtmemcheckpoint.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtMemCheckpoint", "_CrtMemCheckpoint", "crtdbg/_CrtMemCheckpoint helpviewer_keywords: ["CrtMemCheckpoint function", "_CrtMemCheckpoint function"] ms.assetid: f1bacbaa-5a0c-498a-ac7a-b6131d83dfbc --- -# _CrtMemCheckpoint +# `_CrtMemCheckpoint` Obtains the current state of the debug heap and stores in an application-supplied **_CrtMemState** structure (debug version only). diff --git a/docs/c-runtime-library/reference/crtmemdumpallobjectssince.md b/docs/c-runtime-library/reference/crtmemdumpallobjectssince.md index cafc0ff2f7..ccbcced525 100644 --- a/docs/c-runtime-library/reference/crtmemdumpallobjectssince.md +++ b/docs/c-runtime-library/reference/crtmemdumpallobjectssince.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtMemDumpAllObjectsSince", "_CrtMemDumpAllObjectsSince"] helpviewer_keywords: ["_CrtMemDumpAllObjectsSince function", "CrtMemDumpAllObjectsSince function"] ms.assetid: c48a447a-e6bb-475c-9271-a3021182a0dc --- -# _CrtMemDumpAllObjectsSince +# `_CrtMemDumpAllObjectsSince` Dumps information about objects in the heap from the start of program execution or from a specified heap state (debug version only). diff --git a/docs/c-runtime-library/reference/crtmemdumpstatistics.md b/docs/c-runtime-library/reference/crtmemdumpstatistics.md index d2ac5dec7b..2c29ae38df 100644 --- a/docs/c-runtime-library/reference/crtmemdumpstatistics.md +++ b/docs/c-runtime-library/reference/crtmemdumpstatistics.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtMemDumpStatistics", "_CrtMemDumpStatistics"] helpviewer_keywords: ["_CrtMemDumpStatistics function", "CrtMemDumpStatistics function"] ms.assetid: 27b9d731-3184-4a2d-b9a7-6566ab28a9fe --- -# _CrtMemDumpStatistics +# `_CrtMemDumpStatistics` Dumps the debug header information for a specified heap state in a user-readable form (debug version only). diff --git a/docs/c-runtime-library/reference/crtreportblocktype.md b/docs/c-runtime-library/reference/crtreportblocktype.md index 8cfe177eb3..ceabfb3c98 100644 --- a/docs/c-runtime-library/reference/crtreportblocktype.md +++ b/docs/c-runtime-library/reference/crtreportblocktype.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtReportBlockType", "CrtReportBlockType"] helpviewer_keywords: ["CrtReportBlockType function", "BLOCK_SUBTYPE macro", "_CrtReportBlockType function", "_BLOCK_TYPE macro", "_BLOCK_SUBTYPE macro", "BLOCK_TYPE macro"] ms.assetid: 0f4b9da7-bebb-4956-9541-b2581640ec6b --- -# _CrtReportBlockType +# `_CrtReportBlockType` Returns the block type/subtype associated with a given debug heap block pointer. diff --git a/docs/c-runtime-library/reference/crtsetallochook.md b/docs/c-runtime-library/reference/crtsetallochook.md index b21ec2e17e..a4eddb69bd 100644 --- a/docs/c-runtime-library/reference/crtsetallochook.md +++ b/docs/c-runtime-library/reference/crtsetallochook.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtSetAllocHook", "CrtSetAllocHook"] helpviewer_keywords: ["_CrtSetAllocHook function", "CrtSetAllocHook function"] ms.assetid: 405df37b-2fd1-42c8-83bc-90887f17f29d --- -# _CrtSetAllocHook +# `_CrtSetAllocHook` Installs a client-defined allocation function by hooking it into the C run-time debug memory allocation process (debug version only). diff --git a/docs/c-runtime-library/reference/crtsetbreakalloc.md b/docs/c-runtime-library/reference/crtsetbreakalloc.md index 5de2b43a34..6d9b75c99b 100644 --- a/docs/c-runtime-library/reference/crtsetbreakalloc.md +++ b/docs/c-runtime-library/reference/crtsetbreakalloc.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtSetBreakAlloc", "_CrtSetBreakAlloc"] helpviewer_keywords: ["CrtSetBreakAlloc function", "_CrtSetBreakAlloc function"] ms.assetid: 33bfc6af-a9ea-405b-a29f-1c2d4d9880a1 --- -# _CrtSetBreakAlloc +# `_CrtSetBreakAlloc` Sets a breakpoint on a specified object allocation order number (debug version only). diff --git a/docs/c-runtime-library/reference/crtsetdebugfillthreshold.md b/docs/c-runtime-library/reference/crtsetdebugfillthreshold.md index c5f99655ff..3a2ef351d5 100644 --- a/docs/c-runtime-library/reference/crtsetdebugfillthreshold.md +++ b/docs/c-runtime-library/reference/crtsetdebugfillthreshold.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtSetDebugFillThreshold", "CrtSetDebugFillThreshold"] helpviewer_keywords: ["debug, buffer-filling behavior", "CrtSetDebugFillThreshold function", "_CrtSetDebugFillThreshold function", "buffer-filling behavior", "0xFE"] ms.assetid: 6cb360e8-56ae-4248-b17f-e28aee3e0ed7 --- -# _CrtSetDebugFillThreshold +# `_CrtSetDebugFillThreshold` Retrieves or modifies the threshold controlling buffer-filling behavior in debug functions. diff --git a/docs/c-runtime-library/reference/crtsetdumpclient.md b/docs/c-runtime-library/reference/crtsetdumpclient.md index ee3aca7ca3..8a2ed17ea3 100644 --- a/docs/c-runtime-library/reference/crtsetdumpclient.md +++ b/docs/c-runtime-library/reference/crtsetdumpclient.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtSetDumpClient", "CrtSetDumpClient"] helpviewer_keywords: ["_CrtSetDumpClient function", "CrtSetDumpClient function"] ms.assetid: f3dd06d0-c331-4a12-b68d-25378d112033 --- -# _CrtSetDumpClient +# `_CrtSetDumpClient` Installs an application-defined function to dump **_CLIENT_BLOCK** type memory blocks (debug version only). diff --git a/docs/c-runtime-library/reference/crtsetreportfile.md b/docs/c-runtime-library/reference/crtsetreportfile.md index 3670c3c8e5..23190ad06d 100644 --- a/docs/c-runtime-library/reference/crtsetreportfile.md +++ b/docs/c-runtime-library/reference/crtsetreportfile.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtSetReportFile", "_CrtSetReportFile"] helpviewer_keywords: ["CrtSetReportFile function", "_CrtSetReportFile function"] ms.assetid: 3126537e-511b-44af-9c1c-0605265eabc4 --- -# _CrtSetReportFile +# `_CrtSetReportFile` After you use [`_CrtSetReportMode`](crtsetreportmode.md) to specify **_CRTDBG_MODE_FILE**, you can specify the file handle to receive the message text. **_CrtSetReportFile** is also used by [`_CrtDbgReport`, `_CrtDbgReportW`](crtdbgreport-crtdbgreportw.md) to specify the destination of text (debug version only). diff --git a/docs/c-runtime-library/reference/crtsetreporthook.md b/docs/c-runtime-library/reference/crtsetreporthook.md index 64a5cce8bb..ea83d756e0 100644 --- a/docs/c-runtime-library/reference/crtsetreporthook.md +++ b/docs/c-runtime-library/reference/crtsetreporthook.md @@ -10,7 +10,7 @@ f1_keywords: ["_CrtSetReportHook", "CrtSetReportHook"] helpviewer_keywords: ["CrtSetReportHook function", "_CrtSetReportHook function"] ms.assetid: 1ae7c64f-8c84-4797-9574-b59f00f7a509 --- -# _CrtSetReportHook +# `_CrtSetReportHook` Installs a client-defined reporting function by hooking it into the C run-time debug reporting process (debug version only). diff --git a/docs/c-runtime-library/reference/crtsetreporthook2-crtsetreporthookw2.md b/docs/c-runtime-library/reference/crtsetreporthook2-crtsetreporthookw2.md index 2df80b15d3..9a1d46d7d4 100644 --- a/docs/c-runtime-library/reference/crtsetreporthook2-crtsetreporthookw2.md +++ b/docs/c-runtime-library/reference/crtsetreporthook2-crtsetreporthookw2.md @@ -10,7 +10,7 @@ f1_keywords: ["CrtSetReportHookW2", "CrtSetReportHook2", "_CrtSetReportHookW2", helpviewer_keywords: ["CrtSetReportHook2 function", "_CrtSetReportHook2 function", "_CrtSetReportHookW2 function", "CrtSetReportHookW2 function"] ms.assetid: 12e5f68d-c8a7-4b1a-9a75-72ba4a8592d0 --- -# _CrtSetReportHook2, _CrtSetReportHookW2 +# `_CrtSetReportHook2`, `_CrtSetReportHookW2` Installs or uninstalls a client-defined reporting function by hooking it into the C run-time debug reporting process (debug version only). diff --git a/docs/c-runtime-library/reference/cscanf-cscanf-l-cwscanf-cwscanf-l.md b/docs/c-runtime-library/reference/cscanf-cscanf-l-cwscanf-cwscanf-l.md index 6f033f1521..5a068c1ed4 100644 --- a/docs/c-runtime-library/reference/cscanf-cscanf-l-cwscanf-cwscanf-l.md +++ b/docs/c-runtime-library/reference/cscanf-cscanf-l-cwscanf-cwscanf-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_cwscanf", "cwscanf_l", "tcscanf_l", "_tcscanf_l", "_cscanf", "_c helpviewer_keywords: ["_cwscanf function", "data [C++], reading from the console", "cscanf_l function", "tcscanf function", "_cscanf_l function", "cwscanf function", "_tcscanf_l function", "_cscanf function", "_tcscanf function", "cwscanf_l function", "tcscanf_l function", "reading data [C++], from the console", "_cwscanf_l function"] ms.assetid: dbfe7547-b577-4567-a1cb-893fa640e669 --- -# _cscanf, _cscanf_l, _cwscanf, _cwscanf_l +# `_cscanf`, `_cscanf_l`, `_cwscanf`, `_cwscanf_l` Reads formatted data from the console. More secure versions of these functions are available; see [`_cscanf_s`, `_cscanf_s_l`, `_cwscanf_s`, `_cwscanf_s_l`](cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md). diff --git a/docs/c-runtime-library/reference/cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md b/docs/c-runtime-library/reference/cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md index fb3577acb7..9ef2f3b82d 100644 --- a/docs/c-runtime-library/reference/cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md +++ b/docs/c-runtime-library/reference/cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["cscanf_s", "cscanf_s_l", "cwscanf_s", "_cwscanf_s", "_tcscanf_s", helpviewer_keywords: ["cscanf_s function", "_cwscanf_s_l function", "tcscanf_s function", "console [C++], reading from", "_cscanf_s function", "data [C++], reading from the console", "cwscanf_s function", "_tcscanf_s_l function", "_cscanf_s_l function", "cscanf_s_l function", "cwscanf_s_l function", "reading data [C++], from the console", "_cwscanf_s function", "_tcscanf_s function", "tcscanf_s_l function"] ms.assetid: 9ccab74d-916f-42a6-93d8-920525efdf4b --- -# _cscanf_s, _cscanf_s_l, _cwscanf_s, _cwscanf_s_l +# `_cscanf_s`, `_cscanf_s_l`, `_cwscanf_s`, `_cwscanf_s_l` Reads formatted data from the console. These more secure versions of [`_cscanf`, `_cscanf_l`, `_cwscanf`, `_cwscanf_l`](cscanf-cscanf-l-cwscanf-cwscanf-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/cscanf.md b/docs/c-runtime-library/reference/cscanf.md index d9269ce238..ee1ad90cfe 100644 --- a/docs/c-runtime-library/reference/cscanf.md +++ b/docs/c-runtime-library/reference/cscanf.md @@ -10,7 +10,7 @@ f1_keywords: ["cscanf"] helpviewer_keywords: ["cscanf function"] ms.assetid: 51aa2da2-0d53-4272-b510-f3eabf049ea7 --- -# cscanf +# `cscanf` The Microsoft-specific function name `cscanf` is a deprecated alias for the [`_cscanf`](cscanf-cscanf-l-cwscanf-cwscanf-l.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/csin-csinf-csinl.md b/docs/c-runtime-library/reference/csin-csinf-csinl.md index 774a1d0a6d..60f4ca11bb 100644 --- a/docs/c-runtime-library/reference/csin-csinf-csinl.md +++ b/docs/c-runtime-library/reference/csin-csinf-csinl.md @@ -10,7 +10,7 @@ f1_keywords: ["csin", "csinf", "csinl", "complex/csin", "complex/csinf", "comple helpviewer_keywords: ["csin function", "csinf function", "csinl function"] ms.assetid: 3ed475e8-9aae-42ba-a25c-7ae656a0fd4d --- -# csin, csinf, csinl +# `csin`, `csinf`, `csinl` Retrieves the sine of a complex number. diff --git a/docs/c-runtime-library/reference/csinh-csinhf-csinhl.md b/docs/c-runtime-library/reference/csinh-csinhf-csinhl.md index e51602fedd..50b81cb3c5 100644 --- a/docs/c-runtime-library/reference/csinh-csinhf-csinhl.md +++ b/docs/c-runtime-library/reference/csinh-csinhf-csinhl.md @@ -10,7 +10,7 @@ f1_keywords: ["csinh", "csinhf", "csinhl", "complex/csinh", "complex/csinhf", "c helpviewer_keywords: ["csinh function", "csinhf function", "csinhl function"] ms.assetid: cc616e55-d14d-4cd3-91f0-fbee03ce5edf --- -# csinh, csinhf, csinhl +# `csinh`, `csinhf`, `csinhl` Retrieves the hyperbolic sine of a complex number. diff --git a/docs/c-runtime-library/reference/csqrt-csqrtf-csqrtl.md b/docs/c-runtime-library/reference/csqrt-csqrtf-csqrtl.md index dc52a252aa..0473eb3933 100644 --- a/docs/c-runtime-library/reference/csqrt-csqrtf-csqrtl.md +++ b/docs/c-runtime-library/reference/csqrt-csqrtf-csqrtl.md @@ -10,7 +10,7 @@ f1_keywords: ["csqrt", "csqrtf", "csqrtl", "complex/csqrt", "complex/csqrtf", "c helpviewer_keywords: ["csqrt function", "csqrtf function", "csqrtl function"] ms.assetid: b65f086b-0f55-4622-a7a3-4e79d9c9c05c --- -# csqrt, csqrtf, csqrtl +# `csqrt`, `csqrtf`, `csqrtl` Retrieves the square root of a complex number, with a branch cut along the negative real axis. diff --git a/docs/c-runtime-library/reference/ctan-ctanf-ctanl.md b/docs/c-runtime-library/reference/ctan-ctanf-ctanl.md index 3be71fe7d1..5ae1f080de 100644 --- a/docs/c-runtime-library/reference/ctan-ctanf-ctanl.md +++ b/docs/c-runtime-library/reference/ctan-ctanf-ctanl.md @@ -10,7 +10,7 @@ f1_keywords: ["ctan", "ctanf", "ctanl", "complex/ctan", "complex/ctanf", "comple helpviewer_keywords: ["ctan function", "ctanf function", "ctanl function"] ms.assetid: d3cbd25c-1e93-4a6d-8154-da42921f7223 --- -# ctan, ctanf, ctanl +# `ctan`, `ctanf`, `ctanl` Retrieves the tangent of a complex number. diff --git a/docs/c-runtime-library/reference/ctanh-ctanhf-ctanhl.md b/docs/c-runtime-library/reference/ctanh-ctanhf-ctanhl.md index 66bb80bd5b..2d5dcb87f2 100644 --- a/docs/c-runtime-library/reference/ctanh-ctanhf-ctanhl.md +++ b/docs/c-runtime-library/reference/ctanh-ctanhf-ctanhl.md @@ -10,7 +10,7 @@ f1_keywords: ["ctanh", "ctanhf", "ctanhl", "complex/ctanh", "complex/ctanhf", "c helpviewer_keywords: ["ctanh function", "ctanhl function", "ctanhf function"] ms.assetid: 807f2cd1-8740-4988-afff-5911c346385b --- -# ctanh, ctanhf, ctanhl +# `ctanh`, `ctanhf`, `ctanhl` Computes the complex hyperbolic tangent of a complex number. diff --git a/docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md b/docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md index 0dedb388d6..2e0c66075f 100644 --- a/docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md +++ b/docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md @@ -10,7 +10,7 @@ f1_keywords: ["_wctime64", "_ctime32", "_tctime", "_wctime", "_wctime32", "_tcti helpviewer_keywords: ["tctime64 function", "_ctime32 function", "ctime32 function", "_wctime function", "wctime64 function", "_tctime64 function", "_tctime32 function", "_ctime64 function", "_wctime64 function", "ctime function", "wctime32 function", "ctime64 function", "_wctime32 function", "_tctime function", "tctime32 function", "tctime function", "wctime function", "time, converting"] ms.assetid: 2423de37-a35c-4f0a-a378-3116bc120a9d --- -# ctime, _ctime32, _ctime64, _wctime, _wctime32, _wctime64 +# `ctime`, `_ctime32`, `_ctime64`, `_wctime`, `_wctime32`, `_wctime64` Convert a time value to a string and adjust for local time zone settings. More secure versions of these functions are available; see [`ctime_s`, `_ctime32_s`, `_ctime64_s`, `_wctime_s`, `_wctime32_s`, `_wctime64_s`](ctime-s-ctime32-s-ctime64-s-wctime-s-wctime32-s-wctime64-s.md). diff --git a/docs/c-runtime-library/reference/ctime-s-ctime32-s-ctime64-s-wctime-s-wctime32-s-wctime64-s.md b/docs/c-runtime-library/reference/ctime-s-ctime32-s-ctime64-s-wctime-s-wctime32-s-wctime64-s.md index 0326029fcb..d237932d72 100644 --- a/docs/c-runtime-library/reference/ctime-s-ctime32-s-ctime64-s-wctime-s-wctime32-s-wctime64-s.md +++ b/docs/c-runtime-library/reference/ctime-s-ctime32-s-ctime64-s-wctime-s-wctime32-s-wctime64-s.md @@ -10,7 +10,7 @@ f1_keywords: ["ctime64_s", "_ctime32_s", "_tctime32_s", "_ctime64_s", "_wctime_s helpviewer_keywords: ["_wctime32_s function", "ctime64_s function", "_tctime64_s function", "_wctime_s function", "tctime_s function", "_wctime64_s function", "ctime_s function", "ctime32_s function", "_ctime64_s function", "tctime64_s function", "wctime64_s function", "wctime_s function", "_tctime_s function", "tctime32_s function", "wctime32_s function", "time, converting", "_ctime32_s function", "_tctime32_s function"] ms.assetid: 36ac419a-8000-4389-9fd8-d78b747a009b --- -# ctime_s, _ctime32_s, _ctime64_s, _wctime_s, _wctime32_s, _wctime64_s +# `ctime_s`, `_ctime32_s`, `_ctime64_s`, `_wctime_s`, `_wctime32_s`, `_wctime64_s` Convert a time value to a string and adjust for local time zone settings. These functions are versions of [`ctime`, `_ctime64`, `_wctime`, `_wctime64`](ctime-ctime32-ctime64-wctime-wctime32-wctime64.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/cwait.md b/docs/c-runtime-library/reference/cwait.md index 0fe2f66c84..2684937c00 100644 --- a/docs/c-runtime-library/reference/cwait.md +++ b/docs/c-runtime-library/reference/cwait.md @@ -10,7 +10,7 @@ f1_keywords: ["_cwait"] helpviewer_keywords: ["cwait function", "_cwait function"] ms.assetid: d9b596b5-45f4-4e03-9896-3f383cb922b8 --- -# _cwait +# `_cwait` Waits until another process terminates. diff --git a/docs/c-runtime-library/reference/cxxthrowexception.md b/docs/c-runtime-library/reference/cxxthrowexception.md index 25638c83d6..1bad3b4dd0 100644 --- a/docs/c-runtime-library/reference/cxxthrowexception.md +++ b/docs/c-runtime-library/reference/cxxthrowexception.md @@ -10,7 +10,7 @@ f1_keywords: ["CxxThrowException", "_CxxThrowException"] helpviewer_keywords: ["_CxxThrowException function", "CxxThrowException function"] ms.assetid: 0b90bef5-b7d2-46e0-88e2-59e531e01a4d --- -# _CxxThrowException +# `_CxxThrowException` Builds the exception record and calls the runtime environment to start processing the exception. diff --git a/docs/c-runtime-library/reference/difftime-difftime32-difftime64.md b/docs/c-runtime-library/reference/difftime-difftime32-difftime64.md index e11817da80..2ae5b03bad 100644 --- a/docs/c-runtime-library/reference/difftime-difftime32-difftime64.md +++ b/docs/c-runtime-library/reference/difftime-difftime32-difftime64.md @@ -10,7 +10,7 @@ f1_keywords: ["_difftime64", "difftime", "difftime64", "_difftime32", "difftime3 helpviewer_keywords: ["_difftime32 function", "difftime function", "time, finding the difference", "difftime64 function", "_difftime64 function", "difftime32 function"] ms.assetid: 4cc0ac2b-fc7b-42c0-8283-8c9d10c566d0 --- -# difftime, _difftime32, _difftime64 +# `difftime`, `_difftime32`, `_difftime64` Finds the difference between two times. diff --git a/docs/c-runtime-library/reference/dupenv-s-dbg-wdupenv-s-dbg.md b/docs/c-runtime-library/reference/dupenv-s-dbg-wdupenv-s-dbg.md index 08ee56eb65..f6d609ee46 100644 --- a/docs/c-runtime-library/reference/dupenv-s-dbg-wdupenv-s-dbg.md +++ b/docs/c-runtime-library/reference/dupenv-s-dbg-wdupenv-s-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_tdupenv_s_dbg", "_dupenv_s_dbg", "_wdupenv_s_dbg"] helpviewer_keywords: ["_tdupenv_s_dbg function", "dupenv_s_dbg function", "_wdupenv_s_dbg function", "environment variables", "tdupenv_s_dbg function", "wdupenv_s_dbg function", "_dupenv_s_dbg function"] ms.assetid: e3d81148-e24e-46d0-a21d-fd87b5e6256c --- -# _dupenv_s_dbg, _wdupenv_s_dbg +# `_dupenv_s_dbg`, `_wdupenv_s_dbg` Get a value from the current environment. Versions of [`_dupenv_s`, `_wdupenv_s`](dupenv-s-wdupenv-s.md) that allocate memory with [`_malloc_dbg`](malloc-dbg.md) to provide more debugging information. diff --git a/docs/c-runtime-library/reference/ecvt-s.md b/docs/c-runtime-library/reference/ecvt-s.md index e2496d4024..db946a0381 100644 --- a/docs/c-runtime-library/reference/ecvt-s.md +++ b/docs/c-runtime-library/reference/ecvt-s.md @@ -10,7 +10,7 @@ f1_keywords: ["ecvt_s", "_ecvt_s"] helpviewer_keywords: ["_ecvt_s function", "ecvt_s function", "numbers, converting", "converting double numbers"] ms.assetid: d52fb0a6-cb91-423f-80b3-952a8955d914 --- -# _ecvt_s +# `_ecvt_s` Converts a **`double`** number to a string. This function is a version of [`_ecvt`](ecvt.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/ecvt.md b/docs/c-runtime-library/reference/ecvt.md index 7f45c6c46b..885c044211 100644 --- a/docs/c-runtime-library/reference/ecvt.md +++ b/docs/c-runtime-library/reference/ecvt.md @@ -10,7 +10,7 @@ f1_keywords: ["_ecvt"] helpviewer_keywords: ["_ecvt function", "numbers, converting", "converting double numbers", "ecvt function"] ms.assetid: a916eb05-92d1-4b5c-8563-093acdb49dc8 --- -# _ecvt +# `_ecvt` Converts a **`double`** number to a string. A more secure version of this function is available; see [`_ecvt_s`](ecvt-s.md). diff --git a/docs/c-runtime-library/reference/eof.md b/docs/c-runtime-library/reference/eof.md index 6cbfcd49dc..94c600a1cf 100644 --- a/docs/c-runtime-library/reference/eof.md +++ b/docs/c-runtime-library/reference/eof.md @@ -10,7 +10,7 @@ f1_keywords: ["_eof"] helpviewer_keywords: ["eof function", "end of file, testing for", "_eof function", "files [C++], end of", "testing, for end-of-file", "end of file"] ms.assetid: 265703f4-d07e-4005-abf3-b1d0cdd9e0b0 --- -# _eof +# `_eof` Tests for end of file (EOF). diff --git a/docs/c-runtime-library/reference/erf-erff-erfl-erfc-erfcf-erfcl.md b/docs/c-runtime-library/reference/erf-erff-erfl-erfc-erfcf-erfcl.md index 61596f466d..5037a43eec 100644 --- a/docs/c-runtime-library/reference/erf-erff-erfl-erfc-erfcf-erfcl.md +++ b/docs/c-runtime-library/reference/erf-erff-erfl-erfc-erfcf-erfcl.md @@ -10,7 +10,7 @@ f1_keywords: ["erfl", "erf", "erff", "erfc", "erfcf", "erfcl"] helpviewer_keywords: ["erfl function", "erff function", "erf function", "erfcl function", "erfcf function", "erfc function"] ms.assetid: 144d90d3-e437-41c2-a659-cd57596023b5 --- -# erf, erff, erfl, erfc, erfcf, erfcl +# `erf`, `erff`, `erfl`, `erfc`, `erfcf`, `erfcl` Computes the error function or the complementary error function of a value. diff --git a/docs/c-runtime-library/reference/execl-wexecl.md b/docs/c-runtime-library/reference/execl-wexecl.md index 5225535e13..46019e3d52 100644 --- a/docs/c-runtime-library/reference/execl-wexecl.md +++ b/docs/c-runtime-library/reference/execl-wexecl.md @@ -10,7 +10,7 @@ f1_keywords: ["_execl", "_wexecl", "wexecl"] helpviewer_keywords: ["_execl function", "wexecl function", "_wexecl function", "execl function"] ms.assetid: 81fefb8a-0a06-4221-b2bc-be18e38e89f4 --- -# _execl, _wexecl +# `_execl`, `_wexecl` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execle-wexecle.md b/docs/c-runtime-library/reference/execle-wexecle.md index bb0cba7b3e..4e01fd8583 100644 --- a/docs/c-runtime-library/reference/execle-wexecle.md +++ b/docs/c-runtime-library/reference/execle-wexecle.md @@ -10,7 +10,7 @@ f1_keywords: ["wexecle", "_execle", "_wexecle"] helpviewer_keywords: ["wexecle function", "execle function", "_wexecle function", "_execle function"] ms.assetid: 75efa9c5-96b7-4e23-acab-06258901f63a --- -# _execle, _wexecle +# `_execle`, `_wexecle` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execle.md b/docs/c-runtime-library/reference/execle.md index ce26e4bd00..860ad2858c 100644 --- a/docs/c-runtime-library/reference/execle.md +++ b/docs/c-runtime-library/reference/execle.md @@ -10,7 +10,7 @@ f1_keywords: ["execle"] helpviewer_keywords: ["execle function"] ms.assetid: 5985b615-fe90-4d1c-9c1d-13ec87c8e306 --- -# execle +# `execle` The Microsoft-implemented POSIX function name `execle` is a deprecated alias for the [`_execle`](execle-wexecle.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execlp-wexeclp.md b/docs/c-runtime-library/reference/execlp-wexeclp.md index 8e047546f7..23619393bf 100644 --- a/docs/c-runtime-library/reference/execlp-wexeclp.md +++ b/docs/c-runtime-library/reference/execlp-wexeclp.md @@ -10,7 +10,7 @@ f1_keywords: ["_wexeclp", "wexeclp", "_execlp"] helpviewer_keywords: ["execlp function", "_execlp function", "_wexeclp function", "wexeclp function"] ms.assetid: 7b179163-4bcd-4d6a-8baf-68f886791928 --- -# _execlp, _wexeclp +# `_execlp`, `_wexeclp` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execlp.md b/docs/c-runtime-library/reference/execlp.md index 6004ef608f..969b7278bf 100644 --- a/docs/c-runtime-library/reference/execlp.md +++ b/docs/c-runtime-library/reference/execlp.md @@ -10,7 +10,7 @@ f1_keywords: ["execlp"] helpviewer_keywords: ["execlp function"] ms.assetid: 68b19143-e7b1-49c6-89b5-084d0d66de9c --- -# execlp +# `execlp` The Microsoft-implemented POSIX function name `execlp` is a deprecated alias for the [`_execlp`](execlp-wexeclp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execlpe-wexeclpe.md b/docs/c-runtime-library/reference/execlpe-wexeclpe.md index ee3e5b4442..3d4e9bb744 100644 --- a/docs/c-runtime-library/reference/execlpe-wexeclpe.md +++ b/docs/c-runtime-library/reference/execlpe-wexeclpe.md @@ -10,7 +10,7 @@ f1_keywords: ["_wexeclpe", "wexeclpe", "_execlpe"] helpviewer_keywords: ["wexeclpe function", "_wexeclpe function", "_execlpe function", "execlpe function"] ms.assetid: 07b861da-3e7e-4f1d-bb80-ad69b55e5162 --- -# _execlpe, _wexeclpe +# `_execlpe`, `_wexeclpe` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execlpe.md b/docs/c-runtime-library/reference/execlpe.md index 765524d864..f0d113390c 100644 --- a/docs/c-runtime-library/reference/execlpe.md +++ b/docs/c-runtime-library/reference/execlpe.md @@ -10,7 +10,7 @@ f1_keywords: ["execlpe"] helpviewer_keywords: ["execlpe function"] ms.assetid: 33b28785-43e3-4971-b139-33743a7c9a32 --- -# execlpe +# `execlpe` The Microsoft-specific function name `execlpe` is a deprecated alias for the [`_execlpe`](execlpe-wexeclpe.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execv-wexecv.md b/docs/c-runtime-library/reference/execv-wexecv.md index 67e3d3f140..1c86190828 100644 --- a/docs/c-runtime-library/reference/execv-wexecv.md +++ b/docs/c-runtime-library/reference/execv-wexecv.md @@ -10,7 +10,7 @@ f1_keywords: ["_execv", "_wexecv", "wexecv"] helpviewer_keywords: ["_wexecv function", "_execv function", "wexecv function", "execv function"] ms.assetid: 8dbaf7bc-9040-4316-a0c1-db7e866b52af --- -# _execv, _wexecv +# `_execv`, `_wexecv` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execv.md b/docs/c-runtime-library/reference/execv.md index 8b188ba815..248b1cfd9b 100644 --- a/docs/c-runtime-library/reference/execv.md +++ b/docs/c-runtime-library/reference/execv.md @@ -10,7 +10,7 @@ f1_keywords: ["execv"] helpviewer_keywords: ["execv function"] ms.assetid: b097d606-9384-427a-9a1d-707dc4ce03ae --- -# execv +# `execv` The Microsoft-implemented POSIX function name `execv` is a deprecated alias for the [`_execv`](execv-wexecv.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execve-wexecve.md b/docs/c-runtime-library/reference/execve-wexecve.md index bf6d6e7590..eeacfd7bed 100644 --- a/docs/c-runtime-library/reference/execve-wexecve.md +++ b/docs/c-runtime-library/reference/execve-wexecve.md @@ -10,7 +10,7 @@ f1_keywords: ["wexecve", "_wexecve", "_execve"] helpviewer_keywords: ["execve function", "wexecve function", "_execve function", "_wexecve function"] ms.assetid: 950d4802-a9c3-4f32-8145-a0119dd1d596 --- -# _execve, _wexecve +# `_execve`, `_wexecve` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execve.md b/docs/c-runtime-library/reference/execve.md index 49145bf25e..a0b1293907 100644 --- a/docs/c-runtime-library/reference/execve.md +++ b/docs/c-runtime-library/reference/execve.md @@ -10,7 +10,7 @@ f1_keywords: ["execve"] helpviewer_keywords: ["execve function"] ms.assetid: f28aabe4-fd76-422e-a0e4-80864736d245 --- -# execve +# `execve` The Microsoft-implemented POSIX function name `execve` is a deprecated alias for the [`_execve`](execve-wexecve.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execvp-wexecvp.md b/docs/c-runtime-library/reference/execvp-wexecvp.md index 7e55796ea0..e3620b6da7 100644 --- a/docs/c-runtime-library/reference/execvp-wexecvp.md +++ b/docs/c-runtime-library/reference/execvp-wexecvp.md @@ -10,7 +10,7 @@ f1_keywords: ["_execvp", "wexecvp", "_wexecvp"] helpviewer_keywords: ["_execvp function", "_wexecvp function", "wexecvp function", "execvp function"] ms.assetid: a4db15df-b204-4987-be7c-de84c3414380 --- -# _execvp, _wexecvp +# `_execvp`, `_wexecvp` Loads and executes new child processes. diff --git a/docs/c-runtime-library/reference/execvp.md b/docs/c-runtime-library/reference/execvp.md index 402f88f8b9..4306af58b8 100644 --- a/docs/c-runtime-library/reference/execvp.md +++ b/docs/c-runtime-library/reference/execvp.md @@ -10,7 +10,7 @@ f1_keywords: ["execvp"] helpviewer_keywords: ["execvp function"] ms.assetid: a0d0e898-9f06-4aa9-94ce-3ad317318c3a --- -# execvp +# `execvp` The Microsoft-implemented POSIX function name `execvp` is a deprecated alias for the [`_execvp`](execvp-wexecvp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/execvpe-wexecvpe.md b/docs/c-runtime-library/reference/execvpe-wexecvpe.md index 1b22a82aff..6d4ed2946b 100644 --- a/docs/c-runtime-library/reference/execvpe-wexecvpe.md +++ b/docs/c-runtime-library/reference/execvpe-wexecvpe.md @@ -10,7 +10,7 @@ f1_keywords: ["wexecvpe", "_wexecvpe", "_execvpe"] helpviewer_keywords: ["wexecvpe function", "execvpe function", "_wexecvpe function", "_execvpe function"] ms.assetid: c0c3c986-d9c0-4814-a96c-10f0b3092766 --- -# _execvpe, _wexecvpe +# `_execvpe`, `_wexecvpe` Loads and runs new child processes. diff --git a/docs/c-runtime-library/reference/execvpe.md b/docs/c-runtime-library/reference/execvpe.md index e8222fe23c..5ecc936112 100644 --- a/docs/c-runtime-library/reference/execvpe.md +++ b/docs/c-runtime-library/reference/execvpe.md @@ -10,7 +10,7 @@ f1_keywords: ["execvpe"] helpviewer_keywords: ["execvpe function"] ms.assetid: ee657071-c459-4bb6-82a2-8925c888f624 --- -# execvpe +# `execvpe` The Microsoft-specific function name `execvpe` is a deprecated alias for the [`_execvpe`](execvpe-wexecvpe.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/exp2-exp2f-exp2l.md b/docs/c-runtime-library/reference/exp2-exp2f-exp2l.md index 0cc27ed959..57dd4214a9 100644 --- a/docs/c-runtime-library/reference/exp2-exp2f-exp2l.md +++ b/docs/c-runtime-library/reference/exp2-exp2f-exp2l.md @@ -10,7 +10,7 @@ f1_keywords: ["exp2", "math/exp2", "exp2f", "math/exp2f", "exp2l", "math/exp2l"] helpviewer_keywords: ["exp2 function", "exp2f function", "exp2l function"] ms.assetid: 526e3e10-201a-4610-a886-533f44ece344 --- -# exp2, exp2f, exp2l +# `exp2`, `exp2f`, `exp2l` Computes 2 raised to the specified value. diff --git a/docs/c-runtime-library/reference/expand-dbg.md b/docs/c-runtime-library/reference/expand-dbg.md index 7aae957870..65138ecb9f 100644 --- a/docs/c-runtime-library/reference/expand-dbg.md +++ b/docs/c-runtime-library/reference/expand-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["expand_dbg", "_expand_dbg"] helpviewer_keywords: ["memory blocks, changing size", "expand_dbg function", "_expand_dbg function"] ms.assetid: dc58c91f-72a8-48c6-b643-fe130fb6c1fd --- -# _expand_dbg +# `_expand_dbg` Resizes a specified block of memory in the heap by expanding or contracting the block (debug version only). diff --git a/docs/c-runtime-library/reference/expand.md b/docs/c-runtime-library/reference/expand.md index 6d7a714c5c..114ef5efe4 100644 --- a/docs/c-runtime-library/reference/expand.md +++ b/docs/c-runtime-library/reference/expand.md @@ -10,7 +10,7 @@ f1_keywords: ["_bexpand", "fexpand", "expand", "nexpand", "_fexpand", "_nexpand" helpviewer_keywords: ["memory blocks, changing size", "_expand function", "expand function"] ms.assetid: 4ac55410-39c8-45c7-bccd-3f1042ae2ed3 --- -# _expand +# `_expand` Changes the size of a memory block. diff --git a/docs/c-runtime-library/reference/expm1-expm1f-expm1l.md b/docs/c-runtime-library/reference/expm1-expm1f-expm1l.md index eb3a2ac5bc..eb21ef3747 100644 --- a/docs/c-runtime-library/reference/expm1-expm1f-expm1l.md +++ b/docs/c-runtime-library/reference/expm1-expm1f-expm1l.md @@ -10,7 +10,7 @@ f1_keywords: ["expm1l", "expm1", "expm1f"] helpviewer_keywords: ["expm1f function", "expm1l function", "expm1 function"] ms.assetid: 2a4dd2d9-370c-42b0-9067-0625efa272e0 --- -# expm1, expm1f, expm1l +# `expm1`, `expm1f`, `expm1l` Computes the base-e exponential of a value, minus one. diff --git a/docs/c-runtime-library/reference/fclose-nolock.md b/docs/c-runtime-library/reference/fclose-nolock.md index 69519eeac7..8b721d3cd1 100644 --- a/docs/c-runtime-library/reference/fclose-nolock.md +++ b/docs/c-runtime-library/reference/fclose-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["fclose_nolock", "_fclose_nolock"] helpviewer_keywords: ["streams, closing", "fclose_nolock function", "_fclose_nolock function"] ms.assetid: b4af4392-5fc8-49bb-9fe2-ca7293d3ce04 --- -# _fclose_nolock +# `_fclose_nolock` Closes a stream without thread-locking. diff --git a/docs/c-runtime-library/reference/fcloseall.md b/docs/c-runtime-library/reference/fcloseall.md index ce41631c6f..26e96ee80b 100644 --- a/docs/c-runtime-library/reference/fcloseall.md +++ b/docs/c-runtime-library/reference/fcloseall.md @@ -10,7 +10,7 @@ f1_keywords: ["fcloseall"] helpviewer_keywords: ["fcloseall function"] ms.assetid: 4f14acde-5bc5-43da-a709-7a3c559df3cf --- -# fcloseall +# `fcloseall` The Microsoft-specific function name `fcloseall` is a deprecated alias for the [`_fcloseall`](fclose-fcloseall.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/fcvt-s.md b/docs/c-runtime-library/reference/fcvt-s.md index df1292b381..75be88e6d9 100644 --- a/docs/c-runtime-library/reference/fcvt-s.md +++ b/docs/c-runtime-library/reference/fcvt-s.md @@ -10,7 +10,7 @@ f1_keywords: ["fcvt_s", "_fcvt_s"] helpviewer_keywords: ["fcvt_s function", "converting floating point, to strings", "floating-point functions, converting number to string", "_fcvt_s function"] ms.assetid: 48671197-1d29-4c2b-a5d8-d2368f5f68a1 --- -# _fcvt_s +# `_fcvt_s` Converts a floating-point number to a string. This function is a version of [`_fcvt`](fcvt.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/fcvt.md b/docs/c-runtime-library/reference/fcvt.md index 018ad72363..4f84d27dcf 100644 --- a/docs/c-runtime-library/reference/fcvt.md +++ b/docs/c-runtime-library/reference/fcvt.md @@ -10,7 +10,7 @@ f1_keywords: ["_fcvt"] helpviewer_keywords: ["converting floating point, to strings", "_fcvt function", "floating-point functions, converting number to string", "fcvt function", "floating-point functions"] ms.assetid: 74584c88-f0dd-4907-8fca-52da5df583f5 --- -# _fcvt +# `_fcvt` Converts a floating-point number to a string. A more secure version of this function is available; see [`_fcvt_s`](fcvt-s.md). diff --git a/docs/c-runtime-library/reference/fdim-fdimf-fdiml.md b/docs/c-runtime-library/reference/fdim-fdimf-fdiml.md index 4f8c9b6979..33c6f84a0c 100644 --- a/docs/c-runtime-library/reference/fdim-fdimf-fdiml.md +++ b/docs/c-runtime-library/reference/fdim-fdimf-fdiml.md @@ -10,7 +10,7 @@ f1_keywords: ["fdim", "fdimf", "fdiml", "math/fdim", "math/fdimf", "math/fdiml"] helpviewer_keywords: ["fdim function", "fdimf function", "fdiml function"] ms.assetid: 2d4ac639-51e9-462d-84ab-fb03b06971a0 --- -# fdim, fdimf, fdiml +# `fdim`, `fdimf`, `fdiml` Determines the positive difference between the first and second values. diff --git a/docs/c-runtime-library/reference/fdopen.md b/docs/c-runtime-library/reference/fdopen.md index afb7ff7f06..9471513b40 100644 --- a/docs/c-runtime-library/reference/fdopen.md +++ b/docs/c-runtime-library/reference/fdopen.md @@ -10,7 +10,7 @@ f1_keywords: ["fdopen"] helpviewer_keywords: ["fdopen function"] ms.assetid: 3243c1d2-2826-4d2d-bfa2-a2da45f9cc7a --- -# fdopen +# `fdopen` The Microsoft-implemented POSIX function name `fdopen` is a deprecated alias for the [`_fdopen`](fdopen-wfdopen.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/feclearexcept1.md b/docs/c-runtime-library/reference/feclearexcept1.md index 3233ecc5cb..e342468c45 100644 --- a/docs/c-runtime-library/reference/feclearexcept1.md +++ b/docs/c-runtime-library/reference/feclearexcept1.md @@ -10,7 +10,7 @@ f1_keywords: ["feclearexcept", "fenv/feclearexcept"] helpviewer_keywords: ["feclearexcept function"] ms.assetid: ef419da3-c248-4432-b53c-8e7a475d9533 --- -# feclearexcept +# `feclearexcept` **`feclearexcept`** attempts to clear the floating-point exception flags specified by the argument. diff --git a/docs/c-runtime-library/reference/fegetenv1.md b/docs/c-runtime-library/reference/fegetenv1.md index 10d38ff32e..0bcf96440f 100644 --- a/docs/c-runtime-library/reference/fegetenv1.md +++ b/docs/c-runtime-library/reference/fegetenv1.md @@ -10,7 +10,7 @@ f1_keywords: ["fegetenv", "fenv/fegetenv"] helpviewer_keywords: ["fetegenv function"] ms.assetid: 68962421-6978-4b27-8e4c-ad1577830cf6 --- -# fegetenv +# `fegetenv` Stores the current floating-point environment in the specified object. diff --git a/docs/c-runtime-library/reference/fegetexceptflag2.md b/docs/c-runtime-library/reference/fegetexceptflag2.md index dc1014e12f..019dbc457a 100644 --- a/docs/c-runtime-library/reference/fegetexceptflag2.md +++ b/docs/c-runtime-library/reference/fegetexceptflag2.md @@ -10,7 +10,7 @@ f1_keywords: ["fegetexceptflag", "fenv/fegetexceptflag"] helpviewer_keywords: ["fegetexceptflag function"] ms.assetid: 2d28f0ca-70c9-4cff-be8b-3d876eacde71 --- -# fegetexceptflag +# `fegetexceptflag` Stores the current state of the specified floating-point exception flags. diff --git a/docs/c-runtime-library/reference/fegetround-fesetround2.md b/docs/c-runtime-library/reference/fegetround-fesetround2.md index 90d15c8459..a262961b64 100644 --- a/docs/c-runtime-library/reference/fegetround-fesetround2.md +++ b/docs/c-runtime-library/reference/fegetround-fesetround2.md @@ -10,7 +10,7 @@ f1_keywords: ["fegetround", "fesetround", "fenv/fegetround", "fenv/fesetround"] helpviewer_keywords: ["fegetround function", "fesetround function"] ms.assetid: 596af00b-be2f-4f57-b2f5-460485f9ff0b --- -# fegetround, fesetround +# `fegetround`, `fesetround` Gets or sets the current floating-point rounding mode. diff --git a/docs/c-runtime-library/reference/feholdexcept2.md b/docs/c-runtime-library/reference/feholdexcept2.md index 3c933181a2..df6456be16 100644 --- a/docs/c-runtime-library/reference/feholdexcept2.md +++ b/docs/c-runtime-library/reference/feholdexcept2.md @@ -10,7 +10,7 @@ f1_keywords: ["feholdexcept", "fenv/feholdexcept"] helpviewer_keywords: ["feholdexcept function"] ms.assetid: 88e512ae-b5d8-452c-afe9-c824cd3ef1d8 --- -# feholdexcept +# `feholdexcept` Saves the current floating-point environment in the specified object, clears the floating-point status flags, and, if possible, puts the floating-point environment into non-stop mode. diff --git a/docs/c-runtime-library/reference/feof.md b/docs/c-runtime-library/reference/feof.md index a37d403cc2..edcf660210 100644 --- a/docs/c-runtime-library/reference/feof.md +++ b/docs/c-runtime-library/reference/feof.md @@ -10,7 +10,7 @@ f1_keywords: ["feof"] helpviewer_keywords: ["end of file, testing for", "feof function"] ms.assetid: 09081eee-7c4b-4189-861f-2fad95d3ec6d --- -# feof +# `feof` Tests for end-of-file on a stream. diff --git a/docs/c-runtime-library/reference/feraiseexcept.md b/docs/c-runtime-library/reference/feraiseexcept.md index 503986c6b9..7fa417d5fd 100644 --- a/docs/c-runtime-library/reference/feraiseexcept.md +++ b/docs/c-runtime-library/reference/feraiseexcept.md @@ -9,7 +9,7 @@ f1_keywords: ["feraiseexcept", "fenv/feraiseexcept"] helpviewer_keywords: ["feraiseexcept function"] ms.assetid: 87e89151-83c2-4563-9a9a-45666245d437 --- -# feraiseexcept +# `feraiseexcept` Raises the specified floating-point exceptions. diff --git a/docs/c-runtime-library/reference/ferror.md b/docs/c-runtime-library/reference/ferror.md index e6c44acfbb..2dd29e1fcd 100644 --- a/docs/c-runtime-library/reference/ferror.md +++ b/docs/c-runtime-library/reference/ferror.md @@ -10,7 +10,7 @@ f1_keywords: ["ferror"] helpviewer_keywords: ["ferror function", "streams, testing for errors", "errors [C++], testing for stream"] ms.assetid: 528a34bc-f2aa-4c3f-b89a-5b148e6864f7 --- -# ferror +# `ferror` Tests for an error on a stream. diff --git a/docs/c-runtime-library/reference/fesetenv1.md b/docs/c-runtime-library/reference/fesetenv1.md index b81118af21..da56a0fcd4 100644 --- a/docs/c-runtime-library/reference/fesetenv1.md +++ b/docs/c-runtime-library/reference/fesetenv1.md @@ -10,7 +10,7 @@ f1_keywords: ["fesetenv", "fenv/fesetenv"] helpviewer_keywords: ["fesetenv function"] ms.assetid: ffc64fff-8ea7-4d59-9e04-ff96ef8cd012 --- -# fesetenv +# `fesetenv` Sets the current floating-point environment. diff --git a/docs/c-runtime-library/reference/fesetexceptflag2.md b/docs/c-runtime-library/reference/fesetexceptflag2.md index 0cc05d6533..d3231c50fd 100644 --- a/docs/c-runtime-library/reference/fesetexceptflag2.md +++ b/docs/c-runtime-library/reference/fesetexceptflag2.md @@ -10,7 +10,7 @@ f1_keywords: ["fesetexceptflag", "fenv/fesetexceptflag"] helpviewer_keywords: ["fesetexceptflag function"] ms.assetid: 2f7dad77-9e54-4097-a3e3-35176ace4de5 --- -# fesetexceptflag +# `fesetexceptflag` Sets the specified floating-point status flags in the current floating-point environment. diff --git a/docs/c-runtime-library/reference/fetestexcept1.md b/docs/c-runtime-library/reference/fetestexcept1.md index c209e53975..ee4b70b4f2 100644 --- a/docs/c-runtime-library/reference/fetestexcept1.md +++ b/docs/c-runtime-library/reference/fetestexcept1.md @@ -10,7 +10,7 @@ f1_keywords: ["fetestexcept", "fenv/fetestexcept"] helpviewer_keywords: ["fetestexept function"] ms.assetid: ca4dc43f-5573-440d-bc19-ead7571b13dc --- -# fetestexcept +# `fetestexcept` Determines which of the specified floating-point exception status flags are currently set. diff --git a/docs/c-runtime-library/reference/feupdateenv.md b/docs/c-runtime-library/reference/feupdateenv.md index 5210b8bd72..a5eade0ed9 100644 --- a/docs/c-runtime-library/reference/feupdateenv.md +++ b/docs/c-runtime-library/reference/feupdateenv.md @@ -9,7 +9,7 @@ f1_keywords: ["feupdateenv", "fenv/feupdateenv"] helpviewer_keywords: ["feupdateenv function"] ms.assetid: 3d170042-dfd5-4e4f-a55f-038cf2296cc9 --- -# feupdateenv +# `feupdateenv` Saves the currently raised floating-point exceptions, restores the specified floating-point environment state, and then raises the saved floating-point exceptions. diff --git a/docs/c-runtime-library/reference/fflush-nolock.md b/docs/c-runtime-library/reference/fflush-nolock.md index 09a02893c2..3439d34ef2 100644 --- a/docs/c-runtime-library/reference/fflush-nolock.md +++ b/docs/c-runtime-library/reference/fflush-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["fflush_nolock", "_fflush_nolock"] helpviewer_keywords: ["fflush_nolock function", "_fflush_nolock function", "streams, flushing", "flushing"] ms.assetid: 5e33c4a1-b10c-4001-ad01-210757919291 --- -# _fflush_nolock +# `_fflush_nolock` Flushes a stream without locking the thread. diff --git a/docs/c-runtime-library/reference/fgetc-fgetwc.md b/docs/c-runtime-library/reference/fgetc-fgetwc.md index d0609ae98b..c1d60ca09d 100644 --- a/docs/c-runtime-library/reference/fgetc-fgetwc.md +++ b/docs/c-runtime-library/reference/fgetc-fgetwc.md @@ -10,7 +10,7 @@ f1_keywords: ["_fgettc", "fgetwc", "fgetc"] helpviewer_keywords: ["fgettc function", "characters, reading", "_fgettc function", "fgetc function", "streams, reading characters from", "reading characters from streams", "fgetwc function"] ms.assetid: 13348b7b-dc86-421c-9d6c-611ca79c8338 --- -# fgetc, fgetwc +# `fgetc`, `fgetwc` Read a character from a stream. diff --git a/docs/c-runtime-library/reference/fgetc-nolock-fgetwc-nolock.md b/docs/c-runtime-library/reference/fgetc-nolock-fgetwc-nolock.md index 1f851acd5e..3b81cbfcb1 100644 --- a/docs/c-runtime-library/reference/fgetc-nolock-fgetwc-nolock.md +++ b/docs/c-runtime-library/reference/fgetc-nolock-fgetwc-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_fgetwc_nolock", "fgettc_nolock", "fgetwc_nolock", "_fgetc_nolock helpviewer_keywords: ["fgetc_nolock function", "fgetwc_nolock function", "_fgetwc_nolock function", "characters, reading", "_fgetc_nolock function", "streams, reading characters from", "fgettc_nolock function", "reading characters from streams", "_fgettc_nolock function"] ms.assetid: fb8e7c5b-4503-493a-879e-6a1db75aa114 --- -# _fgetc_nolock, _fgetwc_nolock +# `_fgetc_nolock`, `_fgetwc_nolock` Reads a character from a stream without locking the thread. diff --git a/docs/c-runtime-library/reference/fgetchar-fgetwchar.md b/docs/c-runtime-library/reference/fgetchar-fgetwchar.md index 974ba139a4..6b73042700 100644 --- a/docs/c-runtime-library/reference/fgetchar-fgetwchar.md +++ b/docs/c-runtime-library/reference/fgetchar-fgetwchar.md @@ -10,7 +10,7 @@ f1_keywords: ["fgetwchar", "_fgettchar", "_fgetchar", "_fgetwchar", "fgettchar"] helpviewer_keywords: ["fgetwchar function", "_fgetchar function", "fgettchar function", "_fgetwchar function", "_fgettchar function", "standard input, reading from", "fgetchar function"] ms.assetid: 8bce874c-701a-41a3-b1b2-feff266fb5b9 --- -# _fgetchar, _fgetwchar +# `_fgetchar`, `_fgetwchar` Reads a character from **stdin**. diff --git a/docs/c-runtime-library/reference/fgetchar.md b/docs/c-runtime-library/reference/fgetchar.md index 641974015f..ece234801c 100644 --- a/docs/c-runtime-library/reference/fgetchar.md +++ b/docs/c-runtime-library/reference/fgetchar.md @@ -10,7 +10,7 @@ f1_keywords: ["fgetchar"] helpviewer_keywords: ["fgetchar function"] ms.assetid: 2b27a6f2-d973-4d12-a66d-7e6b01e84470 --- -# fgetchar +# `fgetchar` The Microsoft-specific function name `fgetchar` is a deprecated alias for the [`_fgetchar`](fgetchar-fgetwchar.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/fgetpos.md b/docs/c-runtime-library/reference/fgetpos.md index 7e4ca12c8a..1a112cb802 100644 --- a/docs/c-runtime-library/reference/fgetpos.md +++ b/docs/c-runtime-library/reference/fgetpos.md @@ -10,7 +10,7 @@ f1_keywords: ["fgetpos"] helpviewer_keywords: ["fgetpos function", "streams, file position indicator"] ms.assetid: bfa05c38-1135-418c-bda1-d41be51acb62 --- -# fgetpos +# `fgetpos` Gets a stream's file-position indicator. diff --git a/docs/c-runtime-library/reference/filelength-filelengthi64.md b/docs/c-runtime-library/reference/filelength-filelengthi64.md index 80bb2f46fe..b157e32d1b 100644 --- a/docs/c-runtime-library/reference/filelength-filelengthi64.md +++ b/docs/c-runtime-library/reference/filelength-filelengthi64.md @@ -10,7 +10,7 @@ f1_keywords: ["_filelength", "_filelengthi64", "filelengthi64"] helpviewer_keywords: ["filelengthi64 function", "lengths, file", "filelength function", "_filelength function", "files [C++], length", "_filelengthi64 function"] ms.assetid: 3ab83d5a-543c-4079-b9d9-0abfc7da0275 --- -# _filelength, _filelengthi64 +# `_filelength`, `_filelengthi64` Gets the length of a file. diff --git a/docs/c-runtime-library/reference/filelength.md b/docs/c-runtime-library/reference/filelength.md index 1359df9026..566d02a67f 100644 --- a/docs/c-runtime-library/reference/filelength.md +++ b/docs/c-runtime-library/reference/filelength.md @@ -10,7 +10,7 @@ f1_keywords: ["filelength"] helpviewer_keywords: ["filelength function"] ms.assetid: 5fbc1912-7822-498d-bbf4-8bada87cf9b9 --- -# filelength +# `filelength` The Microsoft-specific function name `filelength` is a deprecated alias for the [`_filelength`](filelength-filelengthi64.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/findclose.md b/docs/c-runtime-library/reference/findclose.md index 10f1993d5a..9c7b6790f5 100644 --- a/docs/c-runtime-library/reference/findclose.md +++ b/docs/c-runtime-library/reference/findclose.md @@ -10,7 +10,7 @@ f1_keywords: ["_findclose", "findclose"] helpviewer_keywords: ["_findclose function", "findclose function"] ms.assetid: 9216c573-0878-444c-b5d7-cdaf16fb9163 --- -# _findclose +# `_findclose` Closes the specified search handle and releases associated resources. diff --git a/docs/c-runtime-library/reference/findnext-functions.md b/docs/c-runtime-library/reference/findnext-functions.md index 8aedfb7266..f9cfb932dc 100644 --- a/docs/c-runtime-library/reference/findnext-functions.md +++ b/docs/c-runtime-library/reference/findnext-functions.md @@ -10,7 +10,7 @@ f1_keywords: ["findnext", "_wfindnext32i64", "_tfindnext64i32", "findnext32", "f helpviewer_keywords: ["_wfindnexti64 function", "_tfindnext32 function", "wfindnexti64 function", "_wfindnext32i64 function", "findnext32i64 function", "tfindnext64i32 function", "_tfindnext64i32 function", "_findnext function", "findnext64i32 function", "_tfindnext function", "findnext32 function", "tfindnext32 function", "_findnext32 function", "_tfindnext32i64 function", "_wfindnext function", "tfindnext function", "_findnext64 function", "findnext64 function", "_findnext64i32 function", "wfindnext32i64 function", "findnext function", "wfindnext32 function", "_wfindnext64i32 function", "findnexti64 function", "_wfindnext64 function", "_findnext32i64 function", "_findnexti64 function", "_tfindnext64 function", "wfindnext64i32 function", "tfindnexti64 function", "wfindnext64 function", "wfindnext function", "tfindnext64 function", "_wfindnext32 function", "tfindnext32i64 function", "_tfindnexti64 function"] ms.assetid: 75d97188-5add-4698-a46c-4c492378f0f8 --- -# _findnext, _findnext32, _findnext32i64, _findnext64, _findnext64i32, _findnexti64, _wfindnext, _wfindnext32, _wfindnext32i64, _wfindnext64, _wfindnext64i32, _wfindnexti64 +# `_findnext`, `_findnext32`, `_findnext32i64`, `_findnext64`, `_findnext64i32`, `_findnexti64`, `_wfindnext`, `_wfindnext32`, `_wfindnext32i64`, `_wfindnext64`, `_wfindnext64i32`, `_wfindnexti64` Find the next name, if any, that matches the *`filespec`* argument in a previous call to [`_findfirst`](findfirst-functions.md), and then alter the *`fileinfo`* structure contents accordingly. diff --git a/docs/c-runtime-library/reference/finite-finitef.md b/docs/c-runtime-library/reference/finite-finitef.md index f649f9fca5..1c9074943f 100644 --- a/docs/c-runtime-library/reference/finite-finitef.md +++ b/docs/c-runtime-library/reference/finite-finitef.md @@ -10,7 +10,7 @@ f1_keywords: ["isfinite", "finite", "_finite", "_finitef", "math/isfinite", "mat helpviewer_keywords: ["finite function", "_finite function", "_finitef function"] ms.assetid: 5a7d7ca7-befb-4e1f-831d-28713c6eb805 --- -# isfinite, _finite, _finitef +# `isfinite`, `_finite`, `_finitef` Determines whether a floating-point value is finite. diff --git a/docs/c-runtime-library/reference/floating-point-ordering.md b/docs/c-runtime-library/reference/floating-point-ordering.md index afef5fa5a0..5b40d6aa51 100644 --- a/docs/c-runtime-library/reference/floating-point-ordering.md +++ b/docs/c-runtime-library/reference/floating-point-ordering.md @@ -5,7 +5,7 @@ ms.date: "01/31/2019" f1_keywords: ["isgreater", "math/isgreater", "isgreaterequal", "math/isgreaterequal", "isless", "math/isless", "islessequal", "math/islessequal", "islessgreater", "math/islessgreater", "isunordered", "math/isunordered"] helpviewer_keywords: ["isgreater function", "isgreaterequal function", "isless function", "islessequal function", "islessgreater function", "isunordered function"] --- -# isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered +# `isgreater`, `isgreaterequal`, `isless`, `islessequal`, `islessgreater`, `isunordered` Determines the ordering relationship between two floating-point values. diff --git a/docs/c-runtime-library/reference/floor-floorf-floorl.md b/docs/c-runtime-library/reference/floor-floorf-floorl.md index 4166f7c568..c7828849e4 100644 --- a/docs/c-runtime-library/reference/floor-floorf-floorl.md +++ b/docs/c-runtime-library/reference/floor-floorf-floorl.md @@ -10,7 +10,7 @@ f1_keywords: ["floor", "floorl", "_floorl", "floorf"] helpviewer_keywords: ["floor function", "floorf function", "calculating floors of values", "floorl function"] ms.assetid: e9955f70-d659-414f-8050-132e13c8ff36 --- -# floor, floorf, floorl +# `floor`, `floorf`, `floorl` Calculates the floor of a value. diff --git a/docs/c-runtime-library/reference/flushall.md b/docs/c-runtime-library/reference/flushall.md index 0247208a04..8b21b32785 100644 --- a/docs/c-runtime-library/reference/flushall.md +++ b/docs/c-runtime-library/reference/flushall.md @@ -10,7 +10,7 @@ f1_keywords: ["_flushall"] helpviewer_keywords: ["flushall function", "flushing streams", "streams, flushing", "_flushall function"] ms.assetid: 2cd73562-6d00-4ca2-b13c-80d0ae7870b5 --- -# _flushall +# `_flushall` Flushes all streams; clears all buffers. diff --git a/docs/c-runtime-library/reference/fma-fmaf-fmal.md b/docs/c-runtime-library/reference/fma-fmaf-fmal.md index 6b52ebd37f..5f12b66d72 100644 --- a/docs/c-runtime-library/reference/fma-fmaf-fmal.md +++ b/docs/c-runtime-library/reference/fma-fmaf-fmal.md @@ -10,7 +10,7 @@ f1_keywords: ["fma", "fmaf", "fmal", "math/fma", "math/fmaf", "math/fmal"] helpviewer_keywords: ["fma function", "fmaf function", "fmal function"] ms.assetid: 584a6037-da1e-4e86-9f0c-97aae86de0c0 --- -# fma, fmaf, fmal +# `fma`, `fmaf`, `fmal` Multiplies two values together, adds a third value, and then rounds the result, without losing any precision due to intermediary rounding. diff --git a/docs/c-runtime-library/reference/fmax-fmaxf-fmaxl.md b/docs/c-runtime-library/reference/fmax-fmaxf-fmaxl.md index bd53abd5a6..8b43f4ef4f 100644 --- a/docs/c-runtime-library/reference/fmax-fmaxf-fmaxl.md +++ b/docs/c-runtime-library/reference/fmax-fmaxf-fmaxl.md @@ -10,7 +10,7 @@ f1_keywords: ["fmax", "fmaxf", "fmaxl", "math/fmax", "math/fmaxf", "math/fmaxl"] helpviewer_keywords: ["fmax function", "fmaxf function", "fmaxl function"] ms.assetid: a773ccf7-495e-4a9a-8c6d-dfb53e341e35 --- -# fmax, fmaxf, fmaxl +# `fmax`, `fmaxf`, `fmaxl` Determine the larger of two specified numeric values. diff --git a/docs/c-runtime-library/reference/fmin-fminf-fminl.md b/docs/c-runtime-library/reference/fmin-fminf-fminl.md index 68ba44326d..31ab05b801 100644 --- a/docs/c-runtime-library/reference/fmin-fminf-fminl.md +++ b/docs/c-runtime-library/reference/fmin-fminf-fminl.md @@ -10,7 +10,7 @@ f1_keywords: ["fmin", "fminf", "fminl", "math/fmin", "math/fminf", "math/fminl"] helpviewer_keywords: ["fmin function", "fminf function", "fminl function"] ms.assetid: 1916dfb5-99c1-4b0d-aefb-513525c3f2ac --- -# fmin, fminf, fminl +# `fmin`, `fminf`, `fminl` Determines the smaller of the two specified values. diff --git a/docs/c-runtime-library/reference/fpclassify.md b/docs/c-runtime-library/reference/fpclassify.md index c46a6c7665..8cdabd1ba7 100644 --- a/docs/c-runtime-library/reference/fpclassify.md +++ b/docs/c-runtime-library/reference/fpclassify.md @@ -9,7 +9,7 @@ f1_keywords: ["fpclassify", "math/fpclassify"] helpviewer_keywords: ["fpclassify macro", "fpclassify function"] ms.assetid: bf549499-7ff9-4a58-8692-f2d1cb6bab81 --- -# fpclassify +# `fpclassify` Returns the floating-point classification of the argument. diff --git a/docs/c-runtime-library/reference/fpieee-flt.md b/docs/c-runtime-library/reference/fpieee-flt.md index 56c0cf9d60..fcdd5fa0dc 100644 --- a/docs/c-runtime-library/reference/fpieee-flt.md +++ b/docs/c-runtime-library/reference/fpieee-flt.md @@ -10,7 +10,7 @@ f1_keywords: ["fpieee_flt", "_fpieee_flt"] helpviewer_keywords: ["_fpieee_flt function", "exception handling, floating-point", "floating-point exception handling", "fpieee_flt function"] ms.assetid: 2bc4801e-0eed-4e73-b518-215da8cc9740 --- -# _fpieee_flt +# `_fpieee_flt` Invokes a user-defined trap handler for IEEE floating-point exceptions. diff --git a/docs/c-runtime-library/reference/fpreset.md b/docs/c-runtime-library/reference/fpreset.md index d11d4b3dd0..c87795234b 100644 --- a/docs/c-runtime-library/reference/fpreset.md +++ b/docs/c-runtime-library/reference/fpreset.md @@ -10,7 +10,7 @@ f1_keywords: ["_fpreset", "fpreset"] helpviewer_keywords: ["fpreset function", "floating-point numbers, resetting math package", "_fpreset function"] ms.assetid: f31c6a04-b464-4f07-a7c4-42133360e328 --- -# _fpreset +# `_fpreset` Resets the floating-point package. diff --git a/docs/c-runtime-library/reference/fprintf-p-fprintf-p-l-fwprintf-p-fwprintf-p-l.md b/docs/c-runtime-library/reference/fprintf-p-fprintf-p-l-fwprintf-p-fwprintf-p-l.md index 4df900ed10..0014156e4c 100644 --- a/docs/c-runtime-library/reference/fprintf-p-fprintf-p-l-fwprintf-p-fwprintf-p-l.md +++ b/docs/c-runtime-library/reference/fprintf-p-fprintf-p-l-fwprintf-p-fwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_fprintf_p", "_ftprintf_p", "fwprintf_p", "_fwprintf_p", "fprintf_p", "ftprintf_p"] helpviewer_keywords: ["fprintf_p_l function", "fprintf_p function", "_fprintf_p_l function", "_fprintf_p function", "_ftprintf_p_l function", "streams, printing formatted data to", "_fwprintf_p function", "fwprintf_p function", "_ftprintf_p function", "_fwprintf_p_l function", "ftprintf_p function", "printing [C++], formatted data to streams", "ftprintf_p_l function", "fwprintf_p_l function"] --- -# _fprintf_p, _fprintf_p_l, _fwprintf_p, _fwprintf_p_l +# `_fprintf_p`, `_fprintf_p_l`, `_fwprintf_p`, `_fwprintf_p_l` Prints formatted data to a stream. diff --git a/docs/c-runtime-library/reference/fputc-fputwc.md b/docs/c-runtime-library/reference/fputc-fputwc.md index a17652e698..d370388f79 100644 --- a/docs/c-runtime-library/reference/fputc-fputwc.md +++ b/docs/c-runtime-library/reference/fputc-fputwc.md @@ -10,7 +10,7 @@ f1_keywords: ["fputc", "fputwc", "_fputtc"] helpviewer_keywords: ["streams, writing characters to", "fputtc function", "_fputtc function", "fputwc function", "fputc function"] ms.assetid: 5a0a593d-43f4-4fa2-a401-ec4e23de4d2f --- -# fputc, fputwc +# `fputc`, `fputwc` Writes a character to a stream. diff --git a/docs/c-runtime-library/reference/fputc-nolock-fputwc-nolock.md b/docs/c-runtime-library/reference/fputc-nolock-fputwc-nolock.md index 7ca50183b9..db8d66f89e 100644 --- a/docs/c-runtime-library/reference/fputc-nolock-fputwc-nolock.md +++ b/docs/c-runtime-library/reference/fputc-nolock-fputwc-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_fputc_nolock", "fputwc_nolock", "fputc_nolock", "fputtc_nolock", helpviewer_keywords: ["streams, writing characters to", "fputwc_nolock function", "fputtc_nolock function", "_fputc_nolock function", "fputc_nolock function", "_fputtc_nolock function", "_fputwc_nolock function"] ms.assetid: c63eb3ad-58fa-46d0-9249-9c25f815eab9 --- -# _fputc_nolock, _fputwc_nolock +# `_fputc_nolock`, `_fputwc_nolock` Writes a character to a stream without locking the thread. diff --git a/docs/c-runtime-library/reference/fputchar-fputwchar.md b/docs/c-runtime-library/reference/fputchar-fputwchar.md index b7cc92fb2e..2f3f9ddf50 100644 --- a/docs/c-runtime-library/reference/fputchar-fputwchar.md +++ b/docs/c-runtime-library/reference/fputchar-fputwchar.md @@ -10,7 +10,7 @@ f1_keywords: ["fputtchar", "_fputwchar", "fputwchar", "_fputtchar", "_fputchar"] helpviewer_keywords: ["fputchar function", "standard output, writing to", "_fputtchar function", "fputwchar function", "_fputwchar function", "fputtchar function", "_fputchar function"] ms.assetid: b92ff600-a924-4f2b-b0e7-3097ee31bdff --- -# _fputchar, _fputwchar +# `_fputchar`, `_fputwchar` Writes a character to **stdout**. diff --git a/docs/c-runtime-library/reference/fputchar.md b/docs/c-runtime-library/reference/fputchar.md index 19f69c091d..68cbd3534e 100644 --- a/docs/c-runtime-library/reference/fputchar.md +++ b/docs/c-runtime-library/reference/fputchar.md @@ -10,7 +10,7 @@ f1_keywords: ["fputchar"] helpviewer_keywords: ["fputchar function"] ms.assetid: d6cf3492-ace9-47a7-9f7d-3c25aa8ad526 --- -# fputchar +# `fputchar` The Microsoft-specific function name `fputchar` is a deprecated alias for the [`_fputchar`](fputchar-fputwchar.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/fread-nolock-s2.md b/docs/c-runtime-library/reference/fread-nolock-s2.md index 23448c8d4e..ebf2b62d62 100644 --- a/docs/c-runtime-library/reference/fread-nolock-s2.md +++ b/docs/c-runtime-library/reference/fread-nolock-s2.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_fread_nolock_s", "stdio/_fread_nolock_s"] ms.assetid: 5badb9ab-11df-4e17-8162-30bda2a4572e --- -# _fread_nolock_s +# `_fread_nolock_s` Reads data from a stream, without locking other threads. This version of [`fread_nolock`](fread-nolock.md) has security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/fread-nolock.md b/docs/c-runtime-library/reference/fread-nolock.md index 946caed730..de9912aaaa 100644 --- a/docs/c-runtime-library/reference/fread-nolock.md +++ b/docs/c-runtime-library/reference/fread-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_fread_nolock", "fread_nolock"] helpviewer_keywords: ["reading data [C++], from input streams", "data [C++], reading from input stream", "fread_nolock function", "_fread_nolock function", "streams [C++], reading data from"] ms.assetid: 60e4958b-1097-46f5-a77b-94af5e7dba40 --- -# _fread_nolock +# `_fread_nolock` Reads data from a stream, without locking other threads. diff --git a/docs/c-runtime-library/reference/free-dbg.md b/docs/c-runtime-library/reference/free-dbg.md index 93ac82ea82..d9053e9659 100644 --- a/docs/c-runtime-library/reference/free-dbg.md +++ b/docs/c-runtime-library/reference/free-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_free_dbg", "free_dbg"] helpviewer_keywords: ["memory blocks, deallocating", "freeing memory", "_free_dbg function", "free_dbg function"] ms.assetid: fc5e8299-616d-48a0-b979-e037117278c6 --- -# _free_dbg +# `_free_dbg` Frees a block of memory in the heap (debug version only). diff --git a/docs/c-runtime-library/reference/free-locale.md b/docs/c-runtime-library/reference/free-locale.md index 7379ea8364..ca9ffee168 100644 --- a/docs/c-runtime-library/reference/free-locale.md +++ b/docs/c-runtime-library/reference/free-locale.md @@ -10,7 +10,7 @@ f1_keywords: ["__free_locale", "free_locale", "_free_locale"] helpviewer_keywords: ["__free_locale function", "free_locale function", "locales, freeing", "_free_locale function"] ms.assetid: 1f08d348-ab32-4028-a145-6cbd51b49af9 --- -# _free_locale +# `_free_locale` Frees a locale object. diff --git a/docs/c-runtime-library/reference/freea.md b/docs/c-runtime-library/reference/freea.md index 57cb0ca355..bd74759c5f 100644 --- a/docs/c-runtime-library/reference/freea.md +++ b/docs/c-runtime-library/reference/freea.md @@ -10,7 +10,7 @@ f1_keywords: ["freea", "_freea"] helpviewer_keywords: ["_freea function", "freea function", "memory deallocation"] ms.assetid: dcd30584-dd9d-443b-8c4c-13237a1cecac --- -# _freea +# `_freea` Deallocates or frees a memory block. diff --git a/docs/c-runtime-library/reference/frexp.md b/docs/c-runtime-library/reference/frexp.md index 9dd7da1224..a344093588 100644 --- a/docs/c-runtime-library/reference/frexp.md +++ b/docs/c-runtime-library/reference/frexp.md @@ -10,7 +10,7 @@ f1_keywords: ["frexp", "_frexpl"] helpviewer_keywords: ["_frexpl function", "mantissas, floating-point variables", "frexpl function", "exponent, floating-point numbers", "frexp function", "floating-point functions, mantissa and exponent"] ms.assetid: 9b020f2e-3967-45ec-a6a8-d467a071aa55 --- -# frexp, frexpf, frexpl +# `frexp`, `frexpf`, `frexpl` Gets the mantissa and exponent of a floating-point number. diff --git a/docs/c-runtime-library/reference/fseek-nolock-fseeki64-nolock.md b/docs/c-runtime-library/reference/fseek-nolock-fseeki64-nolock.md index e4a591831a..ec30dbd121 100644 --- a/docs/c-runtime-library/reference/fseek-nolock-fseeki64-nolock.md +++ b/docs/c-runtime-library/reference/fseek-nolock-fseeki64-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_fseek_nolock", "_fseeki64_nolock", "fseek_nolock", "fseeki64_nol helpviewer_keywords: ["_fseek_nolock function", "fseeki64_nolock function", "file pointers [C++], moving", "fseek_nolock function", "_fseeki64_nolock function", "seek file pointers"] ms.assetid: 2dd4022e-b715-462b-b935-837561605a02 --- -# _fseek_nolock, _fseeki64_nolock +# `_fseek_nolock`, `_fseeki64_nolock` Moves the file pointer to a specified location. diff --git a/docs/c-runtime-library/reference/fsetpos.md b/docs/c-runtime-library/reference/fsetpos.md index 40118f5823..1c419b5681 100644 --- a/docs/c-runtime-library/reference/fsetpos.md +++ b/docs/c-runtime-library/reference/fsetpos.md @@ -10,7 +10,7 @@ f1_keywords: ["fsetpos"] helpviewer_keywords: ["streams, setting position indicators", "fsetpos function"] ms.assetid: 6d19ff48-1a2b-47b3-9f23-ed0a47b5a46e --- -# fsetpos +# `fsetpos` Sets the stream-position indicator. diff --git a/docs/c-runtime-library/reference/ftell-nolock-ftelli64-nolock.md b/docs/c-runtime-library/reference/ftell-nolock-ftelli64-nolock.md index 4950421354..dbb79568be 100644 --- a/docs/c-runtime-library/reference/ftell-nolock-ftelli64-nolock.md +++ b/docs/c-runtime-library/reference/ftell-nolock-ftelli64-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_ftelli64_nolock", "ftelli64_nolock", "ftell_nolock", "_ftell_nol helpviewer_keywords: ["ftelli64_nolock function", "_ftelli64_nolock function", "_ftell_nolock function", "ftell_nolock function", "file pointers [C++], getting current position"] ms.assetid: 84e68b0a-32f8-4c4a-90ad-3f2387685ede --- -# _ftell_nolock, _ftelli64_nolock +# `_ftell_nolock`, `_ftelli64_nolock` Gets the current position of a file pointer, without locking the thread. diff --git a/docs/c-runtime-library/reference/ftime-ftime32-ftime64.md b/docs/c-runtime-library/reference/ftime-ftime32-ftime64.md index 16231b4578..ea0b50ce5c 100644 --- a/docs/c-runtime-library/reference/ftime-ftime32-ftime64.md +++ b/docs/c-runtime-library/reference/ftime-ftime32-ftime64.md @@ -10,7 +10,7 @@ f1_keywords: ["_ftime32", "_ftime", "_ftime64", "ftime64", "ftime", "ftime32"] helpviewer_keywords: ["ftime64 function", "_ftime64 function", "current time", "_ftime function", "ftime function", "_ftime32 function", "ftime32 function", "time, getting current"] ms.assetid: 96bc464c-3bcd-41d5-a212-8bbd836b814a --- -# _ftime, _ftime32, _ftime64 +# `_ftime`, `_ftime32`, `_ftime64` Get the current time. More secure versions of these functions are available; see [`_ftime_s`, `_ftime32_s`, `_ftime64_s`](ftime-s-ftime32-s-ftime64-s.md). diff --git a/docs/c-runtime-library/reference/ftime-s-ftime32-s-ftime64-s.md b/docs/c-runtime-library/reference/ftime-s-ftime32-s-ftime64-s.md index 2fae04880a..c578ebfc30 100644 --- a/docs/c-runtime-library/reference/ftime-s-ftime32-s-ftime64-s.md +++ b/docs/c-runtime-library/reference/ftime-s-ftime32-s-ftime64-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_ftime_s", "_ftime64_s", "ftime_s", "_ftime32_s", "ftime32_s", "f helpviewer_keywords: ["ftime32_s function", "ftime_s function", "_ftime64_s function", "current time", "ftime64_s function", "time, getting current", "_ftime_s function", "_ftime32_s function"] ms.assetid: d03080d9-a520-45be-aa65-504bdb197e8b --- -# _ftime_s, _ftime32_s, _ftime64_s +# `_ftime_s`, `_ftime32_s`, `_ftime64_s` Gets the current time. These are versions of [`_ftime`, `_ftime32`, `_ftime64`](ftime-ftime32-ftime64.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/fullpath-dbg-wfullpath-dbg.md b/docs/c-runtime-library/reference/fullpath-dbg-wfullpath-dbg.md index d111be89f5..4ad1d2cc01 100644 --- a/docs/c-runtime-library/reference/fullpath-dbg-wfullpath-dbg.md +++ b/docs/c-runtime-library/reference/fullpath-dbg-wfullpath-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["wfullpath_dbg", "_wfullpath_dbg", "_fullpath_dbg", "fullpath_dbg" helpviewer_keywords: ["_fullpath_dbg function", "relative file paths", "absolute paths", "fullpath_dbg function", "_wfullpath_dbg function", "wfullpath_dbg function"] ms.assetid: 81f72f85-07da-4f5c-866a-598e0fb03f6b --- -# _fullpath_dbg, _wfullpath_dbg +# `_fullpath_dbg`, `_wfullpath_dbg` Versions of [`_fullpath`, `_wfullpath`](fullpath-wfullpath.md) that use the debug version of **malloc** to allocate memory. diff --git a/docs/c-runtime-library/reference/futime-futime32-futime64.md b/docs/c-runtime-library/reference/futime-futime32-futime64.md index 1d31e3f991..7a1a860170 100644 --- a/docs/c-runtime-library/reference/futime-futime32-futime64.md +++ b/docs/c-runtime-library/reference/futime-futime32-futime64.md @@ -10,7 +10,7 @@ f1_keywords: ["futime", "_futime", "futime64", "_futime64"] helpviewer_keywords: ["_futime function", "futime32 function", "futime64 function", "file modification time [C++]", "_futime64 function", "futime function", "_futime32 function"] ms.assetid: b942ce8f-5cc7-4fa8-ab47-de5965eded53 --- -# _futime, _futime32, _futime64 +# `_futime`, `_futime32`, `_futime64` Sets the modification time on an open file. diff --git a/docs/c-runtime-library/reference/fwide.md b/docs/c-runtime-library/reference/fwide.md index b3a890b1b3..03719e8ff1 100644 --- a/docs/c-runtime-library/reference/fwide.md +++ b/docs/c-runtime-library/reference/fwide.md @@ -10,7 +10,7 @@ f1_keywords: ["fwide"] helpviewer_keywords: ["fwide function"] ms.assetid: a4641f5b-d74f-4946-95d5-53a64610d28d --- -# fwide +# `fwide` Unimplemented. diff --git a/docs/c-runtime-library/reference/fwrite-nolock.md b/docs/c-runtime-library/reference/fwrite-nolock.md index 71786e4418..626b1720c6 100644 --- a/docs/c-runtime-library/reference/fwrite-nolock.md +++ b/docs/c-runtime-library/reference/fwrite-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_fwrite_nolock", "fwrite_nolock"] helpviewer_keywords: ["fwrite_nolock function", "streams, writing data to", "_fwrite_nolock function"] ms.assetid: 2b4ec6ce-742e-4615-8407-44a0a18ec1d7 --- -# _fwrite_nolock +# `_fwrite_nolock` Writes data to a stream, without locking the thread. diff --git a/docs/c-runtime-library/reference/gcvt-s.md b/docs/c-runtime-library/reference/gcvt-s.md index 21c84ba8d8..7fab033b02 100644 --- a/docs/c-runtime-library/reference/gcvt-s.md +++ b/docs/c-runtime-library/reference/gcvt-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_gcvt_s", "gcvt_s"] helpviewer_keywords: ["_gcvt_s function", "_CVTBUFSIZE", "floating-point functions, converting number to string", "gcvt_s function", "numbers, converting to strings", "conversions, floating point to strings", "strings [C++], converting from floating point", "CVTBUFSIZE"] ms.assetid: 0a8d8a26-5940-4ae3-835e-0aa6ec1b0744 --- -# _gcvt_s +# `_gcvt_s` Converts a floating-point value to a string. This is a version of [`_gcvt`](gcvt.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/gcvt.md b/docs/c-runtime-library/reference/gcvt.md index be3f751bb5..609619267b 100644 --- a/docs/c-runtime-library/reference/gcvt.md +++ b/docs/c-runtime-library/reference/gcvt.md @@ -10,7 +10,7 @@ f1_keywords: ["_gcvt"] helpviewer_keywords: ["_gcvt function", "_CVTBUFSIZE", "gcvt function", "floating-point functions, converting number to string", "numbers, converting to strings", "conversions, floating point to strings", "strings [C++], converting from floating point", "CVTBUFSIZE"] ms.assetid: 5761411e-c06b-409a-912f-810fe7f4bcb5 --- -# _gcvt +# `_gcvt` Converts a floating-point value to a string, which it stores in a buffer. A more secure version of this function is available; see [`_gcvt_s`](gcvt-s.md). diff --git a/docs/c-runtime-library/reference/get-current-locale.md b/docs/c-runtime-library/reference/get-current-locale.md index bf0c344ffb..2bb4ae41cc 100644 --- a/docs/c-runtime-library/reference/get-current-locale.md +++ b/docs/c-runtime-library/reference/get-current-locale.md @@ -10,7 +10,7 @@ f1_keywords: ["get_current_locale", "__get_current_locale", "_get_current_locale helpviewer_keywords: ["get_current_locale function", "_get_current_locale function", "locales, getting information on", "__get_current_locale function"] ms.assetid: 572217f2-a37a-4105-a293-a250b4fabd99 --- -# _get_current_locale +# `_get_current_locale` Gets a locale object representing the current locale. diff --git a/docs/c-runtime-library/reference/get-daylight.md b/docs/c-runtime-library/reference/get-daylight.md index 51ffdebdeb..a205d1a588 100644 --- a/docs/c-runtime-library/reference/get-daylight.md +++ b/docs/c-runtime-library/reference/get-daylight.md @@ -10,7 +10,7 @@ f1_keywords: ["get_daylight", "_get_daylight"] helpviewer_keywords: ["get_daylight function", "daylight saving time offset", "_get_daylight function"] ms.assetid: f85a6ba3-e187-4ca7-aed7-ffc694c8ac4c --- -# _get_daylight +# `_get_daylight` Retrieves the daylight saving time offset in hours. diff --git a/docs/c-runtime-library/reference/get-doserrno.md b/docs/c-runtime-library/reference/get-doserrno.md index 551c487b05..e5583ea585 100644 --- a/docs/c-runtime-library/reference/get-doserrno.md +++ b/docs/c-runtime-library/reference/get-doserrno.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_doserrno", "get_doserrno"] helpviewer_keywords: ["get_doserrno function", "_get_doserrno function"] ms.assetid: 7fec7be3-6e39-4181-846b-8ef24489361c --- -# _get_doserrno +# `_get_doserrno` Gets the error value returned by the operating system before it is translated into an **errno** value. diff --git a/docs/c-runtime-library/reference/get-errno.md b/docs/c-runtime-library/reference/get-errno.md index c1de35dff5..9d41ffc969 100644 --- a/docs/c-runtime-library/reference/get-errno.md +++ b/docs/c-runtime-library/reference/get-errno.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_errno"] helpviewer_keywords: ["get_errno function", "errno global variable", "_get_errno function"] ms.assetid: b3fd5ebc-f41b-4314-a2f4-2f2d79d6e740 --- -# _get_errno +# `_get_errno` Gets the current value of the errno global variable. diff --git a/docs/c-runtime-library/reference/get-fma3-enable-set-fma3-enable.md b/docs/c-runtime-library/reference/get-fma3-enable-set-fma3-enable.md index 14d263a313..b60c214415 100644 --- a/docs/c-runtime-library/reference/get-fma3-enable-set-fma3-enable.md +++ b/docs/c-runtime-library/reference/get-fma3-enable-set-fma3-enable.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_FMA3_enable", "_set_FMA3_enable", "math/_get_FMA3_enable", " helpviewer_keywords: ["_get_FMA3_enable", "_set_FMA3_enable"] ms.assetid: 4c1dc4bc-e86b-451b-9211-5a2ba6c98ee4 --- -# _get_FMA3_enable, _set_FMA3_enable +# `_get_FMA3_enable`, `_set_FMA3_enable` Gets or sets a flag that specifies whether the transcendental math floating-point library functions use FMA3 instructions in code compiled for X64 platforms. diff --git a/docs/c-runtime-library/reference/get-fmode.md b/docs/c-runtime-library/reference/get-fmode.md index f998f43c11..dc4080b9f4 100644 --- a/docs/c-runtime-library/reference/get-fmode.md +++ b/docs/c-runtime-library/reference/get-fmode.md @@ -10,7 +10,7 @@ f1_keywords: ["get_fmode", "_get_fmode"] helpviewer_keywords: ["_get_fmode function", "file translation [C++], default mode", "get_fmode function"] ms.assetid: 22ea70e2-b9b5-422d-b514-64f4beaea45c --- -# _get_fmode +# `_get_fmode` Gets the default file translation mode for file I/O operations. diff --git a/docs/c-runtime-library/reference/get-heap-handle.md b/docs/c-runtime-library/reference/get-heap-handle.md index ae6e726444..b20465ae43 100644 --- a/docs/c-runtime-library/reference/get-heap-handle.md +++ b/docs/c-runtime-library/reference/get-heap-handle.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_heap_handle", "get_heap_handle"] helpviewer_keywords: ["heap functions", "memory allocation, heap memory", "_get_heap_handle function", "get_heap_handle function"] ms.assetid: a4d05049-8528-494a-8281-a470d1e1115c --- -# _get_heap_handle +# `_get_heap_handle` Returns the handle of the heap that's used by the C run-time system. diff --git a/docs/c-runtime-library/reference/get-invalid-parameter-handler-get-thread-local-invalid-parameter-handler.md b/docs/c-runtime-library/reference/get-invalid-parameter-handler-get-thread-local-invalid-parameter-handler.md index e0c1428113..30c25ed450 100644 --- a/docs/c-runtime-library/reference/get-invalid-parameter-handler-get-thread-local-invalid-parameter-handler.md +++ b/docs/c-runtime-library/reference/get-invalid-parameter-handler-get-thread-local-invalid-parameter-handler.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_invalid_parameter_handler", "stdlib/_get_invalid_parameter_h helpviewer_keywords: ["_get_thread_local_invalid_parameter_handler function", "_get_invalid_parameter_handler function"] ms.assetid: a176da0e-38ca-4d99-92bb-b0e2b8072f53 --- -# _get_invalid_parameter_handler, _get_thread_local_invalid_parameter_handler +# `_get_invalid_parameter_handler`, `_get_thread_local_invalid_parameter_handler` Gets the function that is called when the CRT detects an invalid argument. diff --git a/docs/c-runtime-library/reference/get-pgmptr.md b/docs/c-runtime-library/reference/get-pgmptr.md index 48f5415916..fed2319f71 100644 --- a/docs/c-runtime-library/reference/get-pgmptr.md +++ b/docs/c-runtime-library/reference/get-pgmptr.md @@ -10,7 +10,7 @@ f1_keywords: ["get_pgmptr", "_get_pgmptr"] helpviewer_keywords: ["get_pgmptr function", "_get_pgmptr function", "pgmptr global variable", "_pgmptr global variable"] ms.assetid: 29f16a9f-a685-4721-add3-7fad4f67eece --- -# _get_pgmptr +# `_get_pgmptr` Gets the current value of the **_pgmptr** global variable. diff --git a/docs/c-runtime-library/reference/get-printf-count-output.md b/docs/c-runtime-library/reference/get-printf-count-output.md index d66da3a0f9..8b3c3c2872 100644 --- a/docs/c-runtime-library/reference/get-printf-count-output.md +++ b/docs/c-runtime-library/reference/get-printf-count-output.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["get_printf_count_output", "_get_printf_count_output"] helpviewer_keywords: ["%n format", "get_printf_count_output function", "_get_printf_count_output function"] --- -# _get_printf_count_output +# `_get_printf_count_output` Indicates whether [`printf`, `_printf_l`, `wprintf`, `_wprintf_l`](printf-printf-l-wprintf-wprintf-l.md)-family functions support the **%n** format. diff --git a/docs/c-runtime-library/reference/get-purecall-handler-set-purecall-handler.md b/docs/c-runtime-library/reference/get-purecall-handler-set-purecall-handler.md index ada0ccbdfc..f9cc60e2f6 100644 --- a/docs/c-runtime-library/reference/get-purecall-handler-set-purecall-handler.md +++ b/docs/c-runtime-library/reference/get-purecall-handler-set-purecall-handler.md @@ -10,7 +10,7 @@ f1_keywords: ["_set_purecall_handler", "_set_purecall_handler_m", "set_purecall_ helpviewer_keywords: ["_set_purecall_handler function", "set_purecall_handler function", "purecall_handler", "set_purecall_handler_m function", "_purecall_handler", "_set_purecall_handler_m function", "_get_purecall_handler function"] ms.assetid: 2759b878-8afa-4129-86e7-72afc2153d9c --- -# _get_purecall_handler, _set_purecall_handler +# `_get_purecall_handler`, `_set_purecall_handler` Gets or sets the error handler for a pure virtual function call. diff --git a/docs/c-runtime-library/reference/get-terminate.md b/docs/c-runtime-library/reference/get-terminate.md index 4172257b52..229380178d 100644 --- a/docs/c-runtime-library/reference/get-terminate.md +++ b/docs/c-runtime-library/reference/get-terminate.md @@ -10,7 +10,7 @@ f1_keywords: ["get_terminate", "_get_terminate", "__get_terminate"] helpviewer_keywords: ["__get_terminate function", "get_terminate function", "_get_terminate function"] ms.assetid: c8f168c4-0ad5-4832-a522-dd1ef383c208 --- -# _get_terminate +# `_get_terminate` Returns the termination routine to be called by **terminate**. diff --git a/docs/c-runtime-library/reference/get-timezone.md b/docs/c-runtime-library/reference/get-timezone.md index 3e9e5c7c72..05c1e9f9e2 100644 --- a/docs/c-runtime-library/reference/get-timezone.md +++ b/docs/c-runtime-library/reference/get-timezone.md @@ -10,7 +10,7 @@ f1_keywords: ["_get_timezone", "get_timezone"] helpviewer_keywords: ["time zones", "get_timezone function", "_get_timezone function"] ms.assetid: 30ab0838-0ae9-4a2f-bfe6-a49ee443b21e --- -# _get_timezone +# `_get_timezone` Retrieves the difference in seconds between coordinated universal time (UTC) and local time. diff --git a/docs/c-runtime-library/reference/get-wpgmptr.md b/docs/c-runtime-library/reference/get-wpgmptr.md index dc58d86ab1..1be18f64ee 100644 --- a/docs/c-runtime-library/reference/get-wpgmptr.md +++ b/docs/c-runtime-library/reference/get-wpgmptr.md @@ -10,7 +10,7 @@ f1_keywords: ["get_wpgmptr", "_get_wpgmptr"] helpviewer_keywords: ["_wpgmptr global variable", "get_wpgmptr function", "wpgmptr global variable", "_get_wpgmptr function"] ms.assetid: a77cdd13-2303-4b7c-9a60-8debdbef2011 --- -# _get_wpgmptr +# `_get_wpgmptr` Gets the current value of the **_wpgmptr** global variable. diff --git a/docs/c-runtime-library/reference/getc-getwc.md b/docs/c-runtime-library/reference/getc-getwc.md index a7c4cc1ec1..d47fd28eb2 100644 --- a/docs/c-runtime-library/reference/getc-getwc.md +++ b/docs/c-runtime-library/reference/getc-getwc.md @@ -10,7 +10,7 @@ f1_keywords: ["_gettc", "getwc", "_gettchar", "getc"] helpviewer_keywords: ["characters, reading", "_gettc function", "getwchar function", "streams, reading characters from", "reading characters from streams", "getc function", "getwc function", "gettc function"] ms.assetid: 354ef514-d0c7-404b-92f5-995f6a834bb3 --- -# getc, getwc +# `getc`, `getwc` Read a character from a stream. diff --git a/docs/c-runtime-library/reference/getc-nolock-getwc-nolock.md b/docs/c-runtime-library/reference/getc-nolock-getwc-nolock.md index d379244421..291161ce33 100644 --- a/docs/c-runtime-library/reference/getc-nolock-getwc-nolock.md +++ b/docs/c-runtime-library/reference/getc-nolock-getwc-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["getc_nolock", "_gettc_nolock", "_getc_nolock", "getwc_nolock", "g helpviewer_keywords: ["characters, reading", "_getc_nolock function", "_getwc_nolock function", "getwc_nolock function", "streams, reading characters from", "reading characters from streams", "getc_nolock function", "gettc_nolock function", "_gettc_nolock function"] ms.assetid: eb37b272-e177-41c9-b077-12ce7ffd3b88 --- -# _getc_nolock, _getwc_nolock +# `_getc_nolock`, `_getwc_nolock` Reads a character from a stream. diff --git a/docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md b/docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md index 0fd64f9517..1623f931ff 100644 --- a/docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md +++ b/docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_getch_nolock", "getwch_nolock", "getch_nolock", "_getwch_nolock" helpviewer_keywords: ["characters, getting from console", "_getwch_nolock function", "_getch_nolock function", "getwch_nolock function", "_gettch_nolock function", "console, reading from", "getch_nolock function", "gettch_nolock function"] ms.assetid: 9d248546-26ca-482c-b0c6-55812a987e83 --- -# _getch_nolock, _getwch_nolock +# `_getch_nolock`, `_getwch_nolock` Gets a character from the console without echo and without locking the thread. diff --git a/docs/c-runtime-library/reference/getch.md b/docs/c-runtime-library/reference/getch.md index 073ad80698..bf82f4aa74 100644 --- a/docs/c-runtime-library/reference/getch.md +++ b/docs/c-runtime-library/reference/getch.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["getch"] helpviewer_keywords: ["getch function"] --- -# getch +# `getch` The Microsoft-specific function name `getch` is a deprecated alias for the [`_getch`](getch-getwch.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/getchar-nolock-getwchar-nolock.md b/docs/c-runtime-library/reference/getchar-nolock-getwchar-nolock.md index bac53d7106..3490ce771c 100644 --- a/docs/c-runtime-library/reference/getchar-nolock-getwchar-nolock.md +++ b/docs/c-runtime-library/reference/getchar-nolock-getwchar-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["getwchar_nolock", "_getwchar_nolock", "_getchar_nolock", "getchar helpviewer_keywords: ["_getwchar_nolock function", "getwchar_nolock function", "characters, reading", "_getchar_nolock function", "getchar_nolock function", "standard input, reading from"] ms.assetid: dc49ba60-0647-4ae9-aa9a-a0618b1666de --- -# _getchar_nolock, _getwchar_nolock +# `_getchar_nolock`, `_getwchar_nolock` Reads a character from standard input. diff --git a/docs/c-runtime-library/reference/getche-getwche.md b/docs/c-runtime-library/reference/getche-getwche.md index ba5e21b676..485a88c88b 100644 --- a/docs/c-runtime-library/reference/getche-getwche.md +++ b/docs/c-runtime-library/reference/getche-getwche.md @@ -10,7 +10,7 @@ f1_keywords: ["getwche", "_getche", "_getwche"] helpviewer_keywords: ["characters, getting from console", "_getwche function", "getche function", "console, reading from", "getwche function", "_getche function"] ms.assetid: eac978a8-c43a-4130-938f-54f12e2a0fda --- -# _getche, _getwche +# `_getche`, `_getwche` Gets a character from the console with echo. diff --git a/docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md b/docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md index 2671de49ff..21fbd89a0a 100644 --- a/docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md +++ b/docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_getche_nolock", "_gettche_nolock", "_getwche_nolock", "getche_no helpviewer_keywords: ["characters, getting from console", "_gettche_nolock function", "getwche_nolock function", "_getche_nolock function", "getche_nolock function", "console, reading from", "_getwche_nolock function", "gettche_nolock function"] ms.assetid: 9e853ad4-4d8a-4442-9ae5-da4b434f0b8c --- -# _getche_nolock, _getwche_nolock +# `_getche_nolock`, `_getwche_nolock` Gets a character from the console, with echo and without locking the thread. diff --git a/docs/c-runtime-library/reference/getche.md b/docs/c-runtime-library/reference/getche.md index eed88a1020..f2c92353dd 100644 --- a/docs/c-runtime-library/reference/getche.md +++ b/docs/c-runtime-library/reference/getche.md @@ -10,7 +10,7 @@ f1_keywords: ["getche"] helpviewer_keywords: ["getche function"] ms.assetid: 95e62bb8-eec0-4145-b2e8-f6406849af52 --- -# getche +# `getche` The Microsoft-specific function name `getche` is a deprecated alias for the [`_getche`](getche-getwche.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/getcwd-dbg-wgetcwd-dbg.md b/docs/c-runtime-library/reference/getcwd-dbg-wgetcwd-dbg.md index 25ba85cb94..082a82b875 100644 --- a/docs/c-runtime-library/reference/getcwd-dbg-wgetcwd-dbg.md +++ b/docs/c-runtime-library/reference/getcwd-dbg-wgetcwd-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_getcwd_dbg", "_wgetcwd_dbg", "getcwd_dbg", "wgetcwd_dbg"] helpviewer_keywords: ["wgetcwd_dbg function", "working directory", "_getcwd_dbg function", "getcwd_dbg function", "current working directory", "_wgetcwd_dbg function", "directories [C++], current working"] ms.assetid: 8d5d151f-d844-4aa6-a28c-1c11a22dc00d --- -# _getcwd_dbg, _wgetcwd_dbg +# `_getcwd_dbg`, `_wgetcwd_dbg` Debug versions of the [`_getcwd`, `_wgetcwd`](getcwd-wgetcwd.md) functions (only available during debug). diff --git a/docs/c-runtime-library/reference/getdcwd-dbg-wgetdcwd-dbg.md b/docs/c-runtime-library/reference/getdcwd-dbg-wgetdcwd-dbg.md index 7f86342e4d..1a478978d1 100644 --- a/docs/c-runtime-library/reference/getdcwd-dbg-wgetdcwd-dbg.md +++ b/docs/c-runtime-library/reference/getdcwd-dbg-wgetdcwd-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_getdcwd_dbg", "getdcwd_dbg", "_wgetdcwd_dbg", "wgetdcwd_dbg"] helpviewer_keywords: ["working directory", "_getdcwd_dbg function", "wgetdcwd_dbg function", "current working directory", "getdcwd_dbg function", "_wgetdcwd_dbg function", "directories [C++], current working"] ms.assetid: 266bf6f0-0417-497f-963d-2e0f306d9385 --- -# _getdcwd_dbg, _wgetdcwd_dbg +# `_getdcwd_dbg`, `_wgetdcwd_dbg` Debug versions of the [`_getdcwd`, `_wgetdcwd`](getdcwd-wgetdcwd.md) functions (only available during debug). diff --git a/docs/c-runtime-library/reference/getdcwd-nolock-wgetdcwd-nolock.md b/docs/c-runtime-library/reference/getdcwd-nolock-wgetdcwd-nolock.md index f7d632f728..856e832615 100644 --- a/docs/c-runtime-library/reference/getdcwd-nolock-wgetdcwd-nolock.md +++ b/docs/c-runtime-library/reference/getdcwd-nolock-wgetdcwd-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_wgetdcwd_nolock", "tgetdcwd_nolock", "wgetdcwd_nolock", "_getdcw helpviewer_keywords: ["getdcwd_nolock function", "_tgetdcwd_nolock function", "working directory", "tgetdcwd_nolock function", "_getdcwd_nolock function", "current working directory", "wgetdcwd_nolock function", "_wgetdcwd_nolock function", "directories [C++], current working"] ms.assetid: d9bdf712-43f8-4173-8f9a-844e82beaa97 --- -# _getdcwd_nolock, _wgetdcwd_nolock +# `_getdcwd_nolock`, `_wgetdcwd_nolock` Gets the full path of the current working directory on the specified drive. diff --git a/docs/c-runtime-library/reference/getdcwd-wgetdcwd.md b/docs/c-runtime-library/reference/getdcwd-wgetdcwd.md index 537b5eea9a..7bec121174 100644 --- a/docs/c-runtime-library/reference/getdcwd-wgetdcwd.md +++ b/docs/c-runtime-library/reference/getdcwd-wgetdcwd.md @@ -10,7 +10,7 @@ f1_keywords: ["wgetdcwd", "getdcwd", "_getdcwd", "tgetdcwd", "_wgetdcwd", "_tget helpviewer_keywords: ["wgetdcwd function", "working directory", "getdcwd function", "_getdcwd function", "_wgetdcwd function", "current working directory", "directories [C++], current working"] ms.assetid: 184152f5-c7b0-495b-918d-f9a6adc178bd --- -# _getdcwd, _wgetdcwd +# `_getdcwd`, `_wgetdcwd` Gets the full path of the current working directory on the specified drive. diff --git a/docs/c-runtime-library/reference/getdiskfree.md b/docs/c-runtime-library/reference/getdiskfree.md index 8b5ef512c0..184f9a930b 100644 --- a/docs/c-runtime-library/reference/getdiskfree.md +++ b/docs/c-runtime-library/reference/getdiskfree.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["getdiskfree", "_getdiskfree"] helpviewer_keywords: ["diskfree_t type", "_getdiskfree function", "_diskfree_t type", "disk size", "getdiskfree function"] --- -# _getdiskfree +# `_getdiskfree` Get information about a disk drive such as total clusters, available clusters, sectors per cluster, and bytes per sector. diff --git a/docs/c-runtime-library/reference/getdrive.md b/docs/c-runtime-library/reference/getdrive.md index 453468fc05..bd29f734ce 100644 --- a/docs/c-runtime-library/reference/getdrive.md +++ b/docs/c-runtime-library/reference/getdrive.md @@ -10,7 +10,7 @@ f1_keywords: ["_getdrive", "getdrive"] helpviewer_keywords: ["current disk drive", "getdrive function", "disk drives", "_getdrive function"] ms.assetid: e40631a0-8f1a-4897-90ac-e1037ff30bca --- -# _getdrive +# `_getdrive` Gets the current disk drive. diff --git a/docs/c-runtime-library/reference/getdrives.md b/docs/c-runtime-library/reference/getdrives.md index e50fa512eb..f5acad1e75 100644 --- a/docs/c-runtime-library/reference/getdrives.md +++ b/docs/c-runtime-library/reference/getdrives.md @@ -10,7 +10,7 @@ f1_keywords: ["getdrives", "_getdrives"] helpviewer_keywords: ["_getdrives function", "getdrives function", "disk drives"] ms.assetid: 869bb51f-4209-4328-846e-3aadebaceb9c --- -# _getdrives +# `_getdrives` Returns a bitmask that represents the currently available disk drives. diff --git a/docs/c-runtime-library/reference/getmaxstdio.md b/docs/c-runtime-library/reference/getmaxstdio.md index ce5f5aa549..a04512a945 100644 --- a/docs/c-runtime-library/reference/getmaxstdio.md +++ b/docs/c-runtime-library/reference/getmaxstdio.md @@ -10,7 +10,7 @@ f1_keywords: ["_getmaxstdio", "getmaxstdio"] helpviewer_keywords: ["files [C++], number open", "_getmaxstdio function", "getmaxstdio function", "open files, getting number"] ms.assetid: 700ca8ce-4a8c-4e00-9467-dfa9d6b831a0 --- -# _getmaxstdio +# `_getmaxstdio` Returns the number of simultaneously open files permitted at the stream I/O level. diff --git a/docs/c-runtime-library/reference/getmbcp.md b/docs/c-runtime-library/reference/getmbcp.md index e2ddce41e3..6944b91004 100644 --- a/docs/c-runtime-library/reference/getmbcp.md +++ b/docs/c-runtime-library/reference/getmbcp.md @@ -10,7 +10,7 @@ f1_keywords: ["_getmbcp", "getmbcp"] helpviewer_keywords: ["code pages, determining current", "_getmbcp function", "getmbcp function"] ms.assetid: 2db202d4-5c3d-4871-a0b8-ceb0b79ee7bb --- -# _getmbcp +# `_getmbcp` Retrieves the current code page. diff --git a/docs/c-runtime-library/reference/getw.md b/docs/c-runtime-library/reference/getw.md index b985c2396e..4497dd1521 100644 --- a/docs/c-runtime-library/reference/getw.md +++ b/docs/c-runtime-library/reference/getw.md @@ -10,7 +10,7 @@ f1_keywords: ["_getw"] helpviewer_keywords: ["_getw function", "integers, getting from streams", "getw function"] ms.assetid: ef75facc-b84e-470f-9f5f-8746c90822a0 --- -# _getw +# `_getw` Gets an integer from a stream. diff --git a/docs/c-runtime-library/reference/heapchk.md b/docs/c-runtime-library/reference/heapchk.md index 17fb879d46..ed59aca5d7 100644 --- a/docs/c-runtime-library/reference/heapchk.md +++ b/docs/c-runtime-library/reference/heapchk.md @@ -10,7 +10,7 @@ f1_keywords: ["_heapchk", "heapchk"] helpviewer_keywords: ["debugging [CRT], heap-related problems", "consistency checking of heaps", "heapchk function", "heaps, checking consistency", "_heapchk function"] ms.assetid: 859619a5-1e35-4f02-9e09-11d9fa266ec0 --- -# _heapchk +# `_heapchk` Runs consistency checks on the heap. diff --git a/docs/c-runtime-library/reference/heapmin.md b/docs/c-runtime-library/reference/heapmin.md index d02410f376..47218939c5 100644 --- a/docs/c-runtime-library/reference/heapmin.md +++ b/docs/c-runtime-library/reference/heapmin.md @@ -10,7 +10,7 @@ f1_keywords: ["_heapmin", "heapmin"] helpviewer_keywords: ["heap memory", "minimizing heaps", "memory, releasing", "heaps, releasing unused memory", "_heapmin function", "heapmin function"] ms.assetid: c0bccdf6-2d14-4d7b-a7ff-d6a17bdb410f --- -# _heapmin +# `_heapmin` Releases unused heap memory to the operating system. diff --git a/docs/c-runtime-library/reference/heapwalk.md b/docs/c-runtime-library/reference/heapwalk.md index 2677e57a73..dd65b6f380 100644 --- a/docs/c-runtime-library/reference/heapwalk.md +++ b/docs/c-runtime-library/reference/heapwalk.md @@ -10,7 +10,7 @@ f1_keywords: ["heapwalk", "_heapwalk"] helpviewer_keywords: ["debugging [CRT], heap-related problems", "heapwalk function", "_heapwalk function"] ms.assetid: 2df67649-fb00-4570-a8b1-a4eca5738744 --- -# _heapwalk +# `_heapwalk` Traverses the heap and returns information about the next entry. diff --git a/docs/c-runtime-library/reference/hypot-hypotf-hypotl-hypot-hypotf-hypotl.md b/docs/c-runtime-library/reference/hypot-hypotf-hypotl-hypot-hypotf-hypotl.md index 6a6fb9b2af..172aad43be 100644 --- a/docs/c-runtime-library/reference/hypot-hypotf-hypotl-hypot-hypotf-hypotl.md +++ b/docs/c-runtime-library/reference/hypot-hypotf-hypotl-hypot-hypotf-hypotl.md @@ -10,7 +10,7 @@ f1_keywords: ["hypotf", "hypotl", "_hypotl", "hypot", "_hypot", "_hypotf"] helpviewer_keywords: ["hypotenuse calculation", "hypot function", "hypotf function", "triangles, calculating hypotenuse", "hypotl function", "calculating hypotenuses", "_hypot function"] ms.assetid: 6a13887f-bd53-43fc-9d77-5b42d6e49925 --- -# hypot, hypotf, hypotl, _hypot, _hypotf, _hypotl +# `hypot`, `hypotf`, `hypotl`, `_hypot`, `_hypotf`, `_hypotl` Calculates the hypotenuse. diff --git a/docs/c-runtime-library/reference/ilogb-ilogbf-ilogbl2.md b/docs/c-runtime-library/reference/ilogb-ilogbf-ilogbl2.md index 72e3018b85..75658943f9 100644 --- a/docs/c-runtime-library/reference/ilogb-ilogbf-ilogbl2.md +++ b/docs/c-runtime-library/reference/ilogb-ilogbf-ilogbl2.md @@ -10,7 +10,7 @@ f1_keywords: ["ilogb", "ilogbf", "ilogbl", "math/ilogb", "math/ilogbf", "math/il helpviewer_keywords: ["ilogb function", "ilogbf function", "ilogbl function"] ms.assetid: 9ef19d57-1caa-41d5-8233-2faad3562fcb --- -# ilogb, ilogbf, ilogbl +# `ilogb`, `ilogbf`, `ilogbl` Retrieves an integer that represents the unbiased base-2 exponent of the specified value. diff --git a/docs/c-runtime-library/reference/imaxabs.md b/docs/c-runtime-library/reference/imaxabs.md index 747c730c22..1b8c410030 100644 --- a/docs/c-runtime-library/reference/imaxabs.md +++ b/docs/c-runtime-library/reference/imaxabs.md @@ -10,7 +10,7 @@ f1_keywords: ["imaxabs"] helpviewer_keywords: ["imaxabs function"] ms.assetid: de2566a3-1415-4e9a-91b5-7ac3a49ebf5e --- -# imaxabs +# `imaxabs` Calculates the absolute value of an integer of any size. diff --git a/docs/c-runtime-library/reference/imaxdiv.md b/docs/c-runtime-library/reference/imaxdiv.md index 396251349f..d0e47ebd42 100644 --- a/docs/c-runtime-library/reference/imaxdiv.md +++ b/docs/c-runtime-library/reference/imaxdiv.md @@ -10,7 +10,7 @@ f1_keywords: ["imaxdiv"] helpviewer_keywords: ["imaxdiv function"] ms.assetid: 7d90126f-fdc2-4986-9cdf-94e4c9123d26 --- -# imaxdiv +# `imaxdiv` Computes the quotient and the remainder of two integer values of any size as a single operation. diff --git a/docs/c-runtime-library/reference/initterm-initterm-e.md b/docs/c-runtime-library/reference/initterm-initterm-e.md index 9240e4de93..642094585f 100644 --- a/docs/c-runtime-library/reference/initterm-initterm-e.md +++ b/docs/c-runtime-library/reference/initterm-initterm-e.md @@ -10,7 +10,7 @@ f1_keywords: ["_initterm_e", "initterm", "_initterm", "initterm_e"] helpviewer_keywords: ["initterm function", "initterm_e function", "_initterm function", "_initterm_e function"] ms.assetid: 85131efe-c747-429a-8897-bcdedb000172 --- -# _initterm, _initterm_e +# `_initterm`, `_initterm_e` Internal methods that walk a table of function pointers and initialize them. diff --git a/docs/c-runtime-library/reference/isalnum-iswalnum-isalnum-l-iswalnum-l.md b/docs/c-runtime-library/reference/isalnum-iswalnum-isalnum-l-iswalnum-l.md index 9f6228a07b..74d4917b3c 100644 --- a/docs/c-runtime-library/reference/isalnum-iswalnum-isalnum-l-iswalnum-l.md +++ b/docs/c-runtime-library/reference/isalnum-iswalnum-isalnum-l-iswalnum-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_istalnum_l", "_iswalnum_l", "iswalnum", "_isalnum_l", "isalnum", helpviewer_keywords: ["_istalnum function", "_ismbcalnum_l function", "iswalnum function", "isalnum function", "istalnum function", "_isalnum_l function", "_istalnum_l function", "_iswalnum_l function"] ms.assetid: 0dc51306-ade8-4944-af27-e4176fc89093 --- -# isalnum, iswalnum, _isalnum_l, _iswalnum_l +# `isalnum`, `iswalnum`, `_isalnum_l`, `_iswalnum_l` Determines whether an integer represents an alphanumeric character. diff --git a/docs/c-runtime-library/reference/isalpha-iswalpha-isalpha-l-iswalpha-l.md b/docs/c-runtime-library/reference/isalpha-iswalpha-isalpha-l-iswalpha-l.md index a0943e7c70..241ca6e989 100644 --- a/docs/c-runtime-library/reference/isalpha-iswalpha-isalpha-l-iswalpha-l.md +++ b/docs/c-runtime-library/reference/isalpha-iswalpha-isalpha-l-iswalpha-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_istalpha", "_ismbcalpha_l", "isalpha", "_isalpha_l", "iswalpha", helpviewer_keywords: ["_iswalpha_l function", "_isalpha_l function", "_ismbcalpha_l function", "_istalpha_l function", "_ismbcalpha function", "isalpha function", "iswalpha function", "istalpha function", "_istalpha function"] ms.assetid: ed6cc2be-c4b0-4475-87ac-bc06d8c23064 --- -# isalpha, iswalpha, _isalpha_l, _iswalpha_l +# `isalpha`, `iswalpha`, `_isalpha_l`, `_iswalpha_l` Determines whether an integer represents an alphabetic character. diff --git a/docs/c-runtime-library/reference/isatty.md b/docs/c-runtime-library/reference/isatty.md index a231d74bd3..6c076f38b3 100644 --- a/docs/c-runtime-library/reference/isatty.md +++ b/docs/c-runtime-library/reference/isatty.md @@ -10,7 +10,7 @@ f1_keywords: ["_isatty"] helpviewer_keywords: ["isatty function", "character device checking", "_isatty function", "checking character devices"] ms.assetid: 9f1b2e87-0cd7-4079-b187-f2b7ca15fcbe --- -# _isatty +# `_isatty` Determines whether a file descriptor is associated with a character device. diff --git a/docs/c-runtime-library/reference/isblank-iswblank-isblank-l-iswblank-l.md b/docs/c-runtime-library/reference/isblank-iswblank-isblank-l-iswblank-l.md index 86824e8392..147e212a9a 100644 --- a/docs/c-runtime-library/reference/isblank-iswblank-isblank-l-iswblank-l.md +++ b/docs/c-runtime-library/reference/isblank-iswblank-isblank-l-iswblank-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_iswblank_l", "isblank", "_istblank_l", "_istblank", "_isblank_l", "iswblank"] ms.assetid: 33ce96c0-f387-411a-8283-c3d2a69e56bd --- -# isblank, iswblank, _isblank_l, _iswblank_l +# `isblank`, `iswblank`, `_isblank_l`, `_iswblank_l` Determines whether an integer represents a blank character. diff --git a/docs/c-runtime-library/reference/iscntrl-iswcntrl-iscntrl-l-iswcntrl-l.md b/docs/c-runtime-library/reference/iscntrl-iswcntrl-iscntrl-l-iswcntrl-l.md index cccb953e37..27174a3c90 100644 --- a/docs/c-runtime-library/reference/iscntrl-iswcntrl-iscntrl-l-iswcntrl-l.md +++ b/docs/c-runtime-library/reference/iscntrl-iswcntrl-iscntrl-l-iswcntrl-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_istcntrl_l", "_iswcntrl_l", "iswcntrl", "_iscntrl_l", "iscntrl", helpviewer_keywords: ["iscntrl function", "_iscntrl_l function", "_iswcntrl_l function", "_istcntrl function", "istcntrl function", "iswcntrl function", "_istcntrl_l function"] ms.assetid: 616eebf9-aed4-49ba-ba2c-8677c8fe6fb5 --- -# iscntrl, iswcntrl, _iscntrl_l, _iswcntrl_l +# `iscntrl`, `iswcntrl`, `_iscntrl_l`, `_iswcntrl_l` Determines whether an integer represents a control character. diff --git a/docs/c-runtime-library/reference/iscsym-functions.md b/docs/c-runtime-library/reference/iscsym-functions.md index 46325d784e..12edb7f749 100644 --- a/docs/c-runtime-library/reference/iscsym-functions.md +++ b/docs/c-runtime-library/reference/iscsym-functions.md @@ -10,7 +10,7 @@ f1_keywords: ["_iswcsym_l", "_iswcsymf_l", "iscsymf", "iswcsymf", "__iswcsym", " helpviewer_keywords: ["iscsymf_l function", "iswsym_l function", "_iswcsym_l function", "iscsym_l function", "_iscsymf_l function", "_iswcsymf_l function", "_iscsym_l function", "__iscsym function", "__iswcsymf function", "iswsymf_l function", "__iscsymf function", "__iswcsym function", "iscsym function", "iscsymf function"] ms.assetid: 944dfb99-f2b8-498c-9f55-dbcf370d0a2c --- -# iscsym, iscsymf, __iscsym, __iswcsym, __iscsymf, __iswcsymf, _iscsym_l, _iswcsym_l, _iscsymf_l, _iswcsymf_l +# `iscsym`, `iscsymf`, `__iscsym`, `__iswcsym`, `__iscsymf`, `__iswcsymf`, `_iscsym_l`, `_iswcsym_l`, `_iscsymf_l`, `_iswcsymf_l` Determine if an integer represents a character that may be used in an identifier. diff --git a/docs/c-runtime-library/reference/isctype-iswctype-isctype-l-iswctype-l.md b/docs/c-runtime-library/reference/isctype-iswctype-isctype-l-iswctype-l.md index 21b5fb91f0..6004bb4814 100644 --- a/docs/c-runtime-library/reference/isctype-iswctype-isctype-l-iswctype-l.md +++ b/docs/c-runtime-library/reference/isctype-iswctype-isctype-l-iswctype-l.md @@ -10,7 +10,7 @@ f1_keywords: ["iswctype", "_isctype", "_isctype_l", "_iswctype", "isctype", "isw helpviewer_keywords: ["isctype_l function", "iswctype_l function", "iswctype function", "_isctype function", "_isctype_l function", "_iswctype_l function", "isctype function", "_iswctype function"] ms.assetid: cf7509b7-12fc-4d95-8140-ad2eb98173d3 --- -# _isctype, iswctype, _isctype_l, _iswctype_l +# `_isctype`, `iswctype`, `_isctype_l`, `_iswctype_l` Tests *`c`* for the ctype property specified by the *`desc`* argument. For each valid value of *`desc`*, there is an equivalent wide-character classification routine. diff --git a/docs/c-runtime-library/reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md b/docs/c-runtime-library/reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md index 866c803709..20631208cf 100644 --- a/docs/c-runtime-library/reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md +++ b/docs/c-runtime-library/reference/isdigit-iswdigit-isdigit-l-iswdigit-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_iswdigit_l", "_isdigit_l", "iswdigit", "isdigit", "_istdigit", " helpviewer_keywords: ["iswdigit function", "iswdigit_l function", "_iswdigit_l function", "_istdigit_l function", "_istdigit function", "istdigit function", "isdigit function", "isdigit_l function", "_ismbcdigit_l function", "_isdigit_l function"] ms.assetid: 350b0093-843a-47b0-954e-c1776e8a3853 --- -# isdigit, iswdigit, _isdigit_l, _iswdigit_l +# `isdigit`, `iswdigit`, `_isdigit_l`, `_iswdigit_l` Determines whether an integer represents a decimal-digit character. diff --git a/docs/c-runtime-library/reference/isgraph-iswgraph-isgraph-l-iswgraph-l.md b/docs/c-runtime-library/reference/isgraph-iswgraph-isgraph-l-iswgraph-l.md index 373f346258..6046cde38e 100644 --- a/docs/c-runtime-library/reference/isgraph-iswgraph-isgraph-l-iswgraph-l.md +++ b/docs/c-runtime-library/reference/isgraph-iswgraph-isgraph-l-iswgraph-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_isgraph_l", "_iswgraph_l", "Isgraph", "_istgraph_l", "_istgraph" helpviewer_keywords: ["isgraph function", "_istgraph_l function", "istgraph function", "_isgraph_l function", "iswgraph function", "_iswgraph_l function", "_istgraph function", "_ismbcgraph_l function"] ms.assetid: 531a5f34-4302-4d0a-8a4f-b7ea150ad941 --- -# isgraph, iswgraph, _isgraph_l, _iswgraph_l +# `isgraph`, `iswgraph`, `_isgraph_l`, `_iswgraph_l` Determines whether an integer represents a graphical character. diff --git a/docs/c-runtime-library/reference/isinf.md b/docs/c-runtime-library/reference/isinf.md index 51f619ad26..97d4596fa3 100644 --- a/docs/c-runtime-library/reference/isinf.md +++ b/docs/c-runtime-library/reference/isinf.md @@ -5,7 +5,7 @@ ms.date: "01/31/2019" f1_keywords: ["isinf", "math/isinf"] helpviewer_keywords: ["isinf function"] --- -# isinf +# `isinf` Determines whether a floating-point value is an infinity. diff --git a/docs/c-runtime-library/reference/isleadbyte-isleadbyte-l.md b/docs/c-runtime-library/reference/isleadbyte-isleadbyte-l.md index 9aca648b9b..ad00e8a4ab 100644 --- a/docs/c-runtime-library/reference/isleadbyte-isleadbyte-l.md +++ b/docs/c-runtime-library/reference/isleadbyte-isleadbyte-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_istleadbyte", "_isleadbyte_l", "isleadbyte"] helpviewer_keywords: ["lead bytes", "_isleadbyte_l function", "_istleadbyte function", "istleadbyte function", "isleadbyte function"] ms.assetid: 3b2bcf09-d82b-4803-9e80-59d04942802a --- -# isleadbyte, _isleadbyte_l +# `isleadbyte`, `_isleadbyte_l` Determines whether a character is the lead byte of a multibyte character. diff --git a/docs/c-runtime-library/reference/islower-iswlower-islower-l-iswlower-l.md b/docs/c-runtime-library/reference/islower-iswlower-islower-l-iswlower-l.md index fa90186ce9..c9219fb6b2 100644 --- a/docs/c-runtime-library/reference/islower-iswlower-islower-l-iswlower-l.md +++ b/docs/c-runtime-library/reference/islower-iswlower-islower-l-iswlower-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_istlower", "islower", "_ismbclower_l", "_liswlower_l", "_istlowe helpviewer_keywords: ["_islower _l function", "_ismbclower_l function", "islower function", "_iswlower_l function", "_liswlower_l function", "_istlower_l function", "istlower function", "_istlower function", "iswlower function", "_islower_l function"] ms.assetid: fcc3b70a-2b47-45fd-944d-e5c1942e6457 --- -# islower, iswlower, _islower_l, _iswlower_l +# `islower`, `iswlower`, `_islower_l`, `_iswlower_l` Determines whether an integer represents a lowercase character. diff --git a/docs/c-runtime-library/reference/ismbbalnum-ismbbalnum-l.md b/docs/c-runtime-library/reference/ismbbalnum-ismbbalnum-l.md index e6f9cdc96e..ea51c93779 100644 --- a/docs/c-runtime-library/reference/ismbbalnum-ismbbalnum-l.md +++ b/docs/c-runtime-library/reference/ismbbalnum-ismbbalnum-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbalnum", "ismbbalnum", "_ismbbalnum_l", "ismbbalnum_l"] helpviewer_keywords: ["_ismbbalnum_l function", "ismbbalnum function", "ismbbalnum_l function", "_ismbbalnum function"] ms.assetid: 8025de50-a871-49fd-9ae6-f437b47aa987 --- -# _ismbbalnum, _ismbbalnum_l +# `_ismbbalnum`, `_ismbbalnum_l` Determines whether a specified multibyte character is alpha or numeric. diff --git a/docs/c-runtime-library/reference/ismbbalpha-ismbbalpha-l.md b/docs/c-runtime-library/reference/ismbbalpha-ismbbalpha-l.md index 5fc940c1aa..154778ffef 100644 --- a/docs/c-runtime-library/reference/ismbbalpha-ismbbalpha-l.md +++ b/docs/c-runtime-library/reference/ismbbalpha-ismbbalpha-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbbalpha", "ismbbalpha_l", "_ismbbalpha", "_ismbbalpha_l"] helpviewer_keywords: ["ismbbalpha function", "ismbbalpha_l function", "_ismbbalpha function", "_ismbbalpha_l function"] ms.assetid: 8e54cb92-fc2b-41f5-8ab4-b22ac8aa9ad0 --- -# _ismbbalpha, _ismbbalpha_l +# `_ismbbalpha`, `_ismbbalpha_l` Determines whether a specified multibyte character is alpha. diff --git a/docs/c-runtime-library/reference/ismbbblank-ismbbblank-l.md b/docs/c-runtime-library/reference/ismbbblank-ismbbblank-l.md index 93439b0093..d6c9e7b0a8 100644 --- a/docs/c-runtime-library/reference/ismbbblank-ismbbblank-l.md +++ b/docs/c-runtime-library/reference/ismbbblank-ismbbblank-l.md @@ -8,7 +8,7 @@ api_type: ["DLLExport"] topic_type: ["apiref"] ms.assetid: d21b2e41-7206-41f5-85bb-9c9ab4f3e21b --- -# _ismbbblank, _ismbbblank_l +# `_ismbbblank`, `_ismbbblank_l` Determines whether a specified multibyte character is a blank character. diff --git a/docs/c-runtime-library/reference/ismbbgraph-ismbbgraph-l.md b/docs/c-runtime-library/reference/ismbbgraph-ismbbgraph-l.md index acca031e32..2be0ffa4cd 100644 --- a/docs/c-runtime-library/reference/ismbbgraph-ismbbgraph-l.md +++ b/docs/c-runtime-library/reference/ismbbgraph-ismbbgraph-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbgraph", "_ismbbgraph_l", "ismbbgraph", "ismbbgraph_l"] helpviewer_keywords: ["_ismbbgraph_l function", "ismbbgraph_l function", "_ismbbgraph function", "ismbbgraph function"] ms.assetid: b60db718-134f-4796-acc1-592d0b9efbb7 --- -# _ismbbgraph, _ismbbgraph_l +# `_ismbbgraph`, `_ismbbgraph_l` Determines whether a particular multibyte character is a graphical character. diff --git a/docs/c-runtime-library/reference/ismbbkalnum-ismbbkalnum-l.md b/docs/c-runtime-library/reference/ismbbkalnum-ismbbkalnum-l.md index 13bdc4a38a..01a988126e 100644 --- a/docs/c-runtime-library/reference/ismbbkalnum-ismbbkalnum-l.md +++ b/docs/c-runtime-library/reference/ismbbkalnum-ismbbkalnum-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbkalnum", "ismbbkalnum", "ismbbkalnum_l", "_ismbbkalnum_l"] helpviewer_keywords: ["_ismbbkalnum_l function", "ismbbkalnum_l function", "_ismbbkalnum function", "ismbbkalnum function"] ms.assetid: e1d70e7b-29d0-469c-9d93-442b99de22ac --- -# _ismbbkalnum, _ismbbkalnum_l +# `_ismbbkalnum`, `_ismbbkalnum_l` Determines whether a particular multibyte character is a non-ASCII text symbol. diff --git a/docs/c-runtime-library/reference/ismbbkana-ismbbkana-l.md b/docs/c-runtime-library/reference/ismbbkana-ismbbkana-l.md index 412ab13c6a..396ab1da40 100644 --- a/docs/c-runtime-library/reference/ismbbkana-ismbbkana-l.md +++ b/docs/c-runtime-library/reference/ismbbkana-ismbbkana-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbkana_l", "ismbbkana_l", "ismbbkana", "_ismbbkana"] helpviewer_keywords: ["_ismbbkana_l function", "_ismbbkana function", "ismbbkana function", "ismbbkana_l function"] ms.assetid: 64d4eb4a-205a-40ef-be35-ff9d77fabbaf --- -# _ismbbkana, _ismbbkana_l +# `_ismbbkana`, `_ismbbkana_l` Tests for a katakana symbol and is specific to code page 932. diff --git a/docs/c-runtime-library/reference/ismbbkprint-ismbbkprint-l.md b/docs/c-runtime-library/reference/ismbbkprint-ismbbkprint-l.md index d41b1bf290..c14babf545 100644 --- a/docs/c-runtime-library/reference/ismbbkprint-ismbbkprint-l.md +++ b/docs/c-runtime-library/reference/ismbbkprint-ismbbkprint-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbkprint_l", "ismbbkprint", "_ismbbkprint", "ismbbkprint_l"] helpviewer_keywords: ["_ismbbkprint function", "ismbbkprint_l function", "ismbbkprint function", "_ismbbkprint_l function"] ms.assetid: 8d1d3258-1e34-4365-81ed-97c95de25475 --- -# _ismbbkprint, _ismbbkprint_l +# `_ismbbkprint`, `_ismbbkprint_l` Determines whether a particular multibyte character is a punctuation symbol. diff --git a/docs/c-runtime-library/reference/ismbbkpunct-ismbbkpunct-l.md b/docs/c-runtime-library/reference/ismbbkpunct-ismbbkpunct-l.md index 8ed37b4e92..7c3aaa0ff1 100644 --- a/docs/c-runtime-library/reference/ismbbkpunct-ismbbkpunct-l.md +++ b/docs/c-runtime-library/reference/ismbbkpunct-ismbbkpunct-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbbkpunct_l", "_ismbbkpunct_l", "ismbbkpunct", "_ismbbkpunct"] helpviewer_keywords: ["_ismbbkpunct_l function", "ismbbkpunct_l function", "ismbbkpunct function", "_ismbbkpunct function"] ms.assetid: a04c59cd-5ca7-4296-bec0-2b0d7f04edd0 --- -# _ismbbkpunct, _ismbbkpunct_l +# `_ismbbkpunct`, `_ismbbkpunct_l` Checks whether a multibyte character is a punctuation character. diff --git a/docs/c-runtime-library/reference/ismbblead-ismbblead-l.md b/docs/c-runtime-library/reference/ismbblead-ismbblead-l.md index c8a2f04160..03146e278d 100644 --- a/docs/c-runtime-library/reference/ismbblead-ismbblead-l.md +++ b/docs/c-runtime-library/reference/ismbblead-ismbblead-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbblead_l", "istlead", "_ismbblead", "_ismbblead_l", "ismbblead helpviewer_keywords: ["_ismbblead_l function", "ismbblead function", "_ismbblead function", "istlead function", "ismbblead_l function", "_istlead function"] ms.assetid: 2abc6f75-ed5c-472e-bfd0-e905a1835ccf --- -# _ismbblead, _ismbblead_l +# `_ismbblead`, `_ismbblead_l` Tests a character to determine whether it's a lead byte of a multibyte character. diff --git a/docs/c-runtime-library/reference/ismbbprint-ismbbprint-l.md b/docs/c-runtime-library/reference/ismbbprint-ismbbprint-l.md index 1647547b28..22e6522bc9 100644 --- a/docs/c-runtime-library/reference/ismbbprint-ismbbprint-l.md +++ b/docs/c-runtime-library/reference/ismbbprint-ismbbprint-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbprint_l", "_ismbbprint", "ismbbprint", "ismbbprint_l"] helpviewer_keywords: ["ismbbprint_l function", "ismbbprint function", "_ismbbprint function", "_ismbbprint_l function"] ms.assetid: d08a061c-18a8-48f2-a75d-bff4870aec9d --- -# _ismbbprint, _ismbbprint_l +# `_ismbbprint`, `_ismbbprint_l` Determines whether a specified multibyte character is a print character. diff --git a/docs/c-runtime-library/reference/ismbbpunct-ismbbpunct-l.md b/docs/c-runtime-library/reference/ismbbpunct-ismbbpunct-l.md index 7a69ca3fb9..62c07a11ab 100644 --- a/docs/c-runtime-library/reference/ismbbpunct-ismbbpunct-l.md +++ b/docs/c-runtime-library/reference/ismbbpunct-ismbbpunct-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbbpunct", "ismbbpunct_l", "_ismbbpunct_l", "_ismbbpunct"] helpviewer_keywords: ["ismbbpunct function", "_ismbbpunct function", "ismbbpunct_l function", "_ismbbpunct_l function"] ms.assetid: 1976c9d3-7d1a-415f-ac52-2715c7bb56eb --- -# _ismbbpunct, _ismbbpunct_l +# `_ismbbpunct`, `_ismbbpunct_l` Determines whether a particular character is a punctuation character. diff --git a/docs/c-runtime-library/reference/ismbbtrail-ismbbtrail-l.md b/docs/c-runtime-library/reference/ismbbtrail-ismbbtrail-l.md index b76ffdfed6..9d8e826749 100644 --- a/docs/c-runtime-library/reference/ismbbtrail-ismbbtrail-l.md +++ b/docs/c-runtime-library/reference/ismbbtrail-ismbbtrail-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbbtrail", "ismbbtrail", "_ismbbtrail_l", "ismbbtrail_l"] helpviewer_keywords: ["ismbbtrail_l function", "_ismbbtrail function", "_ismbbtrail_l function", "ismbbtrail function"] ms.assetid: dfdd0292-960b-4c1d-bf11-146e0fc80247 --- -# _ismbbtrail, _ismbbtrail_l +# `_ismbbtrail`, `_ismbbtrail_l` Determines whether a byte is a trailing byte of a multibyte character. diff --git a/docs/c-runtime-library/reference/ismbcalnum-functions.md b/docs/c-runtime-library/reference/ismbcalnum-functions.md index b23d8e7617..7ab6b63bff 100644 --- a/docs/c-runtime-library/reference/ismbcalnum-functions.md +++ b/docs/c-runtime-library/reference/ismbcalnum-functions.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbcdigit", "ismbcalnum_l", "_ismbcdigit_l", "_ismbcalpha", "is helpviewer_keywords: ["ismbcalpha function", "_ismbcalnum function", "ismbcdigit_l function", "_ismbcalnum_l function", "_ismbcdigit function", "ismbcalnum function", "_ismbcalpha_l function", "ismbcdigit function", "_ismbcalpha function", "_ismbcdigit_l function", "ismbcalnum_l function", "ismbcalpha_l function"] ms.assetid: 12d57925-aebe-46e0-80b0-82b84c4c31ec --- -# _ismbcalnum, _ismbcalnum_l, _ismbcalpha, _ismbcalpha_l, _ismbcdigit, _ismbcdigit_l +# `_ismbcalnum`, `_ismbcalnum_l`, `_ismbcalpha`, `_ismbcalpha_l`, `_ismbcdigit`, `_ismbcdigit_l` Checks whether a multibyte character is an alphanumeric, alpha, or digit character. diff --git a/docs/c-runtime-library/reference/ismbcgraph-functions.md b/docs/c-runtime-library/reference/ismbcgraph-functions.md index bf79e34518..0c3912f1f7 100644 --- a/docs/c-runtime-library/reference/ismbcgraph-functions.md +++ b/docs/c-runtime-library/reference/ismbcgraph-functions.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbcspace", "_ismbcgraph", "_ismbcpunct", "ismbcspace_l", "ismb helpviewer_keywords: ["ismbcspace_l function", "_ismbcprint_l function", "ismbcspace function", "ismbcpunct function", "_ismbcspace_l function", "_ismbcprint function", "ismbcprint function", "_ismbcgraph function", "ismbcgraph_l function", "_ismbcpunct_l function", "ismbcpunct_l function", "ismbcprint_l function", "_ismbcpunct function", "ismbcgraph function", "_ismbcgraph_l function", "_ismbcspace function"] ms.assetid: 8e0a5f47-ba64-4411-92a3-3c525d16e3be --- -# _ismbcgraph, _ismbcgraph_l, _ismbcprint, _ismbcprint_l, _ismbcpunct, _ismbcpunct_l, _ismbcblank, _ismbcblank_l, _ismbcspace, _ismbcspace_l +# `_ismbcgraph`, `_ismbcgraph_l`, `_ismbcprint`, `_ismbcprint_l`, `_ismbcpunct`, `_ismbcpunct_l`, `_ismbcblank`, `_ismbcblank_l`, `_ismbcspace`, `_ismbcspace_l` Determines whether character is a graphical character, a display character, a punctuation character, or a space character. diff --git a/docs/c-runtime-library/reference/ismbchira-ismbchira-l-ismbckata-ismbckata-l.md b/docs/c-runtime-library/reference/ismbchira-ismbchira-l-ismbckata-ismbckata-l.md index f4491bdff3..74abab66eb 100644 --- a/docs/c-runtime-library/reference/ismbchira-ismbchira-l-ismbckata-ismbckata-l.md +++ b/docs/c-runtime-library/reference/ismbchira-ismbchira-l-ismbckata-ismbckata-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbckata_l", "_ismbckata_l", "ismbckata", "ismbchira", "_ismbcka helpviewer_keywords: ["_ismbckata function", "_ismbchira function", "_ismbckata_l function", "Katakana", "ismbchira function", "_ismbchira_l function", "ismbchira_l function", "ismbdkata_l function", "Hiragana", "ismbckata function"] ms.assetid: 2db388a2-be31-489b-81c8-f6bf3f0582d3 --- -# _ismbchira, _ismbchira_l, _ismbckata, _ismbckata_l +# `_ismbchira`, `_ismbchira_l`, `_ismbckata`, `_ismbckata_l` **Code Page 932 Specific functions** diff --git a/docs/c-runtime-library/reference/ismbcl0-ismbcl0-l-ismbcl1-ismbcl1-l-ismbcl2-ismbcl2-l.md b/docs/c-runtime-library/reference/ismbcl0-ismbcl0-l-ismbcl1-ismbcl1-l-ismbcl2-ismbcl2-l.md index 04d669e7aa..03da75dc0b 100644 --- a/docs/c-runtime-library/reference/ismbcl0-ismbcl0-l-ismbcl1-ismbcl1-l-ismbcl2-ismbcl2-l.md +++ b/docs/c-runtime-library/reference/ismbcl0-ismbcl0-l-ismbcl1-ismbcl1-l-ismbcl2-ismbcl2-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbcl0", "_ismbcl1_l", "_ismbcl0", "ismbcl1", "ismbcl0_l", "_ism helpviewer_keywords: ["_ismbcl0_l function", "_ismbcl2 function", "_ismbcl1_l function", "ismbcl2 function", "_ismbcl1 function", "ismbcl0_l function", "ismbcl2_l function", "ismbcl1_l function", "ismbcl0 function", "ismbcl1 function", "_ismbcl2_l function", "_ismbcl0 function"] ms.assetid: ee15ebd1-462c-4a43-95f3-6735836d626a --- -# _ismbcl0, _ismbcl0_l, _ismbcl1, _ismbcl1_l, _ismbcl2, _ismbcl2_l +# `_ismbcl0`, `_ismbcl0_l`, `_ismbcl1`, `_ismbcl1_l`, `_ismbcl2`, `_ismbcl2_l` **Code Page 932 Specific functions**, using the current locale or a specified LC_CTYPE conversion state category. diff --git a/docs/c-runtime-library/reference/ismbclegal-ismbclegal-l-ismbcsymbol-ismbcsymbol-l.md b/docs/c-runtime-library/reference/ismbclegal-ismbclegal-l-ismbcsymbol-ismbcsymbol-l.md index 53dbac5fef..f4fd967914 100644 --- a/docs/c-runtime-library/reference/ismbclegal-ismbclegal-l-ismbcsymbol-ismbcsymbol-l.md +++ b/docs/c-runtime-library/reference/ismbclegal-ismbclegal-l-ismbcsymbol-ismbcsymbol-l.md @@ -10,7 +10,7 @@ f1_keywords: ["ismbcsymbol_l", "_ismbcsymbol_l", "_ismbcsymbol", "_ismbclegal_l" helpviewer_keywords: ["ismbcsymbol function", "ismbclegal_l function", "_istlegal_l function", "istlegal function", "_istlegal function", "_ismbcsymbol function", "_ismbclegal_l function", "ismbclegal function", "ismbcsymbol_l function", "_ismbclegal function", "_ismbcsymbol_l function", "istlegal_l function"] ms.assetid: 31bf1ea5-b56f-4e28-b21e-b49a2cf93ffc --- -# _ismbclegal, _ismbclegal_l, _ismbcsymbol, _ismbcsymbol_l +# `_ismbclegal`, `_ismbclegal_l`, `_ismbcsymbol`, `_ismbcsymbol_l` Checks whether a multibyte character is a legal or symbol character. diff --git a/docs/c-runtime-library/reference/ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md b/docs/c-runtime-library/reference/ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md index 869bb6700e..03bca2952f 100644 --- a/docs/c-runtime-library/reference/ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md +++ b/docs/c-runtime-library/reference/ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbcupper", "_ismbclower"] helpviewer_keywords: ["_ismbcupper function", "ismbclower function", "_ismbclower_l function", "ismbcupper_l function", "_ismbclower function", "ismbcupper function", "ismbclower_l function", "_ismbcupper_l function"] ms.assetid: 17d89587-65bc-477c-ba8f-a84e63cf59e7 --- -# _ismbclower, _ismbclower_l, _ismbcupper, _ismbcupper_l +# `_ismbclower`, `_ismbclower_l`, `_ismbcupper`, `_ismbcupper_l` Checks whether a multibyte character is lowercase or uppercase. diff --git a/docs/c-runtime-library/reference/ismbslead-ismbstrail-ismbslead-l-ismbstrail-l.md b/docs/c-runtime-library/reference/ismbslead-ismbstrail-ismbslead-l-ismbstrail-l.md index 2ec9c02702..e01e72eb8f 100644 --- a/docs/c-runtime-library/reference/ismbslead-ismbstrail-ismbslead-l-ismbstrail-l.md +++ b/docs/c-runtime-library/reference/ismbslead-ismbstrail-ismbslead-l-ismbstrail-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ismbslead", "ismbs", "ismbslead_l", "_ismbs", "ismbstrail_l", "i helpviewer_keywords: ["ismbstrail function", "_ismbslead function", "ismbslead function", "ismbslead_l function", "_ismbstrail function", "_ismbslead_l function", "ismbstrail_l function", "_ismbstrail_l function"] ms.assetid: 86d2cd7a-3cff-443a-b713-14cc17a231e9 --- -# _ismbslead, _ismbstrail, _ismbslead_l, _ismbstrail_l +# `_ismbslead`, `_ismbstrail`, `_ismbslead_l`, `_ismbstrail_l` Performs context-sensitive tests for multibyte-character-string lead bytes and trail bytes and determines whether a given substring pointer points to a lead byte or a trail byte. diff --git a/docs/c-runtime-library/reference/isnan-isnan-isnanf.md b/docs/c-runtime-library/reference/isnan-isnan-isnanf.md index 763b18a236..fff4022e6c 100644 --- a/docs/c-runtime-library/reference/isnan-isnan-isnanf.md +++ b/docs/c-runtime-library/reference/isnan-isnan-isnanf.md @@ -10,7 +10,7 @@ f1_keywords: ["_isnan", "isnan", "math/isnan", "math/_isnan", "math/_isnanf", "_ helpviewer_keywords: ["NAN (not a number)", "_isnan function", "IEEE floating-point representation", "Not a Number (NANs)", "isnan function"] ms.assetid: 391fbc5b-89a4-4fba-997e-68f1131caf82 --- -# isnan, _isnan, _isnanf +# `isnan`, `_isnan`, `_isnanf` Tests if a floating-point value is not a number (NAN). diff --git a/docs/c-runtime-library/reference/isnormal.md b/docs/c-runtime-library/reference/isnormal.md index 50370703da..5b60f8bb07 100644 --- a/docs/c-runtime-library/reference/isnormal.md +++ b/docs/c-runtime-library/reference/isnormal.md @@ -5,7 +5,7 @@ ms.date: "01/31/2019" f1_keywords: ["isnormal", "math/isnormal"] helpviewer_keywords: ["isnormal function"] --- -# isnormal +# `isnormal` Determines whether a floating-point value is a normal value. diff --git a/docs/c-runtime-library/reference/isprint-iswprint-isprint-l-iswprint-l.md b/docs/c-runtime-library/reference/isprint-iswprint-isprint-l-iswprint-l.md index 34ee9029e5..cc4ac1f299 100644 --- a/docs/c-runtime-library/reference/isprint-iswprint-isprint-l-iswprint-l.md +++ b/docs/c-runtime-library/reference/isprint-iswprint-isprint-l-iswprint-l.md @@ -10,7 +10,7 @@ f1_keywords: ["iswprint", "_istprint", "isprint"] helpviewer_keywords: ["_istprint function", "iswprint function", "_iswprint_l function", "isprint_l function", "istprint function", "isprint function", "iswprint_l function", "_isprint_l function"] ms.assetid: a8bbcdb0-e8d0-4d8c-ae4e-56d3bdee6ca3 --- -# isprint, iswprint, _isprint_l, _iswprint_l +# `isprint`, `iswprint`, `_isprint_l`, `_iswprint_l` Determines whether an integer represents a printable character. diff --git a/docs/c-runtime-library/reference/ispunct-iswpunct-ispunct-l-iswpunct-l.md b/docs/c-runtime-library/reference/ispunct-iswpunct-ispunct-l-iswpunct-l.md index 81765a73ef..b6fc4867c5 100644 --- a/docs/c-runtime-library/reference/ispunct-iswpunct-ispunct-l-iswpunct-l.md +++ b/docs/c-runtime-library/reference/ispunct-iswpunct-ispunct-l-iswpunct-l.md @@ -10,7 +10,7 @@ f1_keywords: ["iswpunct", "_istpunct", "ispunct"] helpviewer_keywords: ["_istpunct function", "_ispunct_l function", "iswpunct function", "ispunct function", "istpunct function", "ispunct_l function", "_iswpunct_l function", "iswpunct_l function"] ms.assetid: 94403240-85c8-40a4-9c2b-e3e95c729c76 --- -# ispunct, iswpunct, _ispunct_l, _iswpunct_l +# `ispunct`, `iswpunct`, `_ispunct_l`, `_iswpunct_l` Determines whether an integer represents a punctuation character. diff --git a/docs/c-runtime-library/reference/isspace-iswspace-isspace-l-iswspace-l.md b/docs/c-runtime-library/reference/isspace-iswspace-isspace-l-iswspace-l.md index ea0a195a30..5da20a7a98 100644 --- a/docs/c-runtime-library/reference/isspace-iswspace-isspace-l-iswspace-l.md +++ b/docs/c-runtime-library/reference/isspace-iswspace-isspace-l-iswspace-l.md @@ -10,7 +10,7 @@ f1_keywords: ["iswspace", "_istspace", "isspace"] helpviewer_keywords: ["iswspace function", "isspace function", "_iswspace_l function", "_isspace_l function", "iswspace_l function", "isspace_l function", "_istspace function", "istspace function"] ms.assetid: b851e0c0-36bb-4dac-a1a3-533540939035 --- -# isspace, iswspace, _isspace_l, _iswspace_l +# `isspace`, `iswspace`, `_isspace_l`, `_iswspace_l` Determines whether an integer represents a space character. diff --git a/docs/c-runtime-library/reference/isupper-isupper-l-iswupper-iswupper-l.md b/docs/c-runtime-library/reference/isupper-isupper-l-iswupper-iswupper-l.md index f38a2b043c..504ebf0623 100644 --- a/docs/c-runtime-library/reference/isupper-isupper-l-iswupper-iswupper-l.md +++ b/docs/c-runtime-library/reference/isupper-isupper-l-iswupper-iswupper-l.md @@ -10,7 +10,7 @@ f1_keywords: ["isupper", "_istupper", "iswupper"] helpviewer_keywords: ["istupper function", "iswupper function", "isupper_l function", "_isupper_l function", "iswupper_l function", "_istupper function", "_iswupper_l function", "isupper function"] ms.assetid: da2bcc9f-241c-48c0-9a0e-ad273827e16a --- -# isupper, _isupper_l, iswupper, _iswupper_l +# `isupper`, `_isupper_l`, `iswupper`, `_iswupper_l` Determines whether an integer represents an uppercase character. diff --git a/docs/c-runtime-library/reference/isxdigit-iswxdigit-isxdigit-l-iswxdigit-l.md b/docs/c-runtime-library/reference/isxdigit-iswxdigit-isxdigit-l-iswxdigit-l.md index 945d4ca6be..308c11628c 100644 --- a/docs/c-runtime-library/reference/isxdigit-iswxdigit-isxdigit-l-iswxdigit-l.md +++ b/docs/c-runtime-library/reference/isxdigit-iswxdigit-isxdigit-l-iswxdigit-l.md @@ -10,7 +10,7 @@ f1_keywords: ["iswxdigit", "isxdigit", "_istxdigit"] helpviewer_keywords: ["isxdigit function", "istxdigit function", "_iswxdigit_l function", "_istxdigit function", "_isxdigit_l function", "iswxdigit_l function", "isxdigit_l function", "hexadecimal characters", "iswxdigit function"] ms.assetid: c8bc5146-0b58-4e3f-bee3-f2318dd0f829 --- -# isxdigit, iswxdigit, _isxdigit_l, _iswxdigit_l +# `isxdigit`, `iswxdigit`, `_isxdigit_l`, `_iswxdigit_l` Determines whether an integer represents a character that is a hexadecimal digit. diff --git a/docs/c-runtime-library/reference/j0-j1-jn.md b/docs/c-runtime-library/reference/j0-j1-jn.md index 21bb273922..4d7acdfc7c 100644 --- a/docs/c-runtime-library/reference/j0-j1-jn.md +++ b/docs/c-runtime-library/reference/j0-j1-jn.md @@ -10,7 +10,7 @@ f1_keywords: ["jn", "j1", "j0"] helpviewer_keywords: ["jn function", "j1 function", "j0 function"] ms.assetid: ec8a9512-aacb-423c-a845-fc8927e6e21d --- -# j0, j1, jn +# `j0`, `j1`, `jn` The Microsoft-implemented POSIX function names `j0`, `j1`, and `jn` are deprecated aliases for the [`_j0`, `_j1`, and `_jn`](bessel-functions-j0-j1-jn-y0-y1-yn.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/ldexp.md b/docs/c-runtime-library/reference/ldexp.md index 47da941603..ca343a0ed9 100644 --- a/docs/c-runtime-library/reference/ldexp.md +++ b/docs/c-runtime-library/reference/ldexp.md @@ -10,7 +10,7 @@ f1_keywords: ["ldexp", "ldexpf", "ldexpl", "_ldexpl"] helpviewer_keywords: ["calculating real numbers", "computing real numbers", "mantissas, floating-point variables", "ldexp function", "ldexpf function", "ldexpl function", "exponent, floating-point numbers", "floating-point functions, mantissa and exponent"] ms.assetid: aa7f5310-3879-4f63-ae74-86a39fbdedfa --- -# ldexp, ldexpf, ldexpl +# `ldexp`, `ldexpf`, `ldexpl` Multiplies a floating-point number by an integral power of two. diff --git a/docs/c-runtime-library/reference/lfind-s.md b/docs/c-runtime-library/reference/lfind-s.md index 2e9834c88d..17ab4b3668 100644 --- a/docs/c-runtime-library/reference/lfind-s.md +++ b/docs/c-runtime-library/reference/lfind-s.md @@ -10,7 +10,7 @@ f1_keywords: ["lfind_s", "_lfind_s"] helpviewer_keywords: ["linear searching", "keys, finding in arrays", "lfind_s function", "arrays [CRT], searching", "searching, linear", "_lfind_s function"] ms.assetid: f1d9581d-5c9d-4222-a31c-a6dfafefa40d --- -# _lfind_s +# `_lfind_s` Performs a linear search for the specified key. A version of [`_lfind`](lfind.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/lfind.md b/docs/c-runtime-library/reference/lfind.md index 853e36c2a8..0f3be949bd 100644 --- a/docs/c-runtime-library/reference/lfind.md +++ b/docs/c-runtime-library/reference/lfind.md @@ -10,7 +10,7 @@ f1_keywords: ["_lfind"] helpviewer_keywords: ["linear searching", "lfind function", "arrays [CRT], searching", "searching, linear", "finding keys in arrays", "_lfind function"] ms.assetid: a40ece70-1674-4b75-94bd-9f57cfff18f2 --- -# _lfind +# `_lfind` Performs a linear search for the specified key. A more secure version of this function is available; see [`_lfind_s`](lfind-s.md). diff --git a/docs/c-runtime-library/reference/lgamma-lgammaf-lgammal.md b/docs/c-runtime-library/reference/lgamma-lgammaf-lgammal.md index 84b62d9e16..c732611b57 100644 --- a/docs/c-runtime-library/reference/lgamma-lgammaf-lgammal.md +++ b/docs/c-runtime-library/reference/lgamma-lgammaf-lgammal.md @@ -10,7 +10,7 @@ f1_keywords: ["lgamma", "lgammaf", "lgammal", "math/lgamma", "math/lgammaf", "ma helpviewer_keywords: ["lgamma function", "lgammal function", "lgammaf function"] ms.assetid: 6e326c58-7077-481a-a329-c82ae56ae9e6 --- -# lgamma, lgammaf, lgammal +# `lgamma`, `lgammaf`, `lgammal` Determines the natural logarithm of the absolute value of the gamma function of the specified value. diff --git a/docs/c-runtime-library/reference/localeconv.md b/docs/c-runtime-library/reference/localeconv.md index 11ac399995..40185a2861 100644 --- a/docs/c-runtime-library/reference/localeconv.md +++ b/docs/c-runtime-library/reference/localeconv.md @@ -10,7 +10,7 @@ f1_keywords: ["localeconv"] helpviewer_keywords: ["lconv type", "localeconv function", "locales, getting information on"] ms.assetid: 7ecdb1f2-88f5-4037-a0e7-c754ab003660 --- -# localeconv +# `localeconv` Gets detailed information on locale settings. diff --git a/docs/c-runtime-library/reference/lock-file.md b/docs/c-runtime-library/reference/lock-file.md index 846f5ae060..fa89c2c30e 100644 --- a/docs/c-runtime-library/reference/lock-file.md +++ b/docs/c-runtime-library/reference/lock-file.md @@ -10,7 +10,7 @@ f1_keywords: ["_lock_file", "lock_file"] helpviewer_keywords: ["file locking [C++]", "_lock_file function", "lock_file function"] ms.assetid: 75c7e0e6-efff-4747-b6ed-9bcf2b0894c3 --- -# _lock_file +# `_lock_file` Locks a **FILE** object to ensure consistency for threads accessing the **FILE** object concurrently. diff --git a/docs/c-runtime-library/reference/locking.md b/docs/c-runtime-library/reference/locking.md index d42d47985e..e019dbb4d1 100644 --- a/docs/c-runtime-library/reference/locking.md +++ b/docs/c-runtime-library/reference/locking.md @@ -10,7 +10,7 @@ f1_keywords: ["_locking"] helpviewer_keywords: ["locking function", "bytes [C++], locking file", "files [C++], locking bytes", "files [C++], locking", "_locking function"] ms.assetid: 099aaac1-d4ca-4827-aed6-24dff9844150 --- -# _locking +# `_locking` Locks or unlocks bytes of a file. diff --git a/docs/c-runtime-library/reference/log1p-log1pf-log1pl2.md b/docs/c-runtime-library/reference/log1p-log1pf-log1pl2.md index 20be40f6e8..e2ca70e49f 100644 --- a/docs/c-runtime-library/reference/log1p-log1pf-log1pl2.md +++ b/docs/c-runtime-library/reference/log1p-log1pf-log1pl2.md @@ -10,7 +10,7 @@ f1_keywords: ["log1p", "log1pf", "log1pl", "math/log1p", "math/log1pf", "math/lo helpviewer_keywords: ["log1p function", "log1pf function", "log1pl function"] ms.assetid: a40d965d-b4f6-42f4-ba27-2395546f7c12 --- -# log1p, log1pf, log1pl +# `log1p`, `log1pf`, `log1pl` Computes the natural logarithm of 1 plus the specified value. diff --git a/docs/c-runtime-library/reference/log2-log2f-log2l.md b/docs/c-runtime-library/reference/log2-log2f-log2l.md index 83941710e9..089d9ac9c2 100644 --- a/docs/c-runtime-library/reference/log2-log2f-log2l.md +++ b/docs/c-runtime-library/reference/log2-log2f-log2l.md @@ -8,7 +8,7 @@ api_type: ["DLLExport"] topic_type: ["apiref"] ms.assetid: 94d11b38-70b7-4d3a-94ac-523153c92b2e --- -# log2, log2f, log2l +# `log2`, `log2f`, `log2l` Determines the binary (base-2) logarithm of the specified value. diff --git a/docs/c-runtime-library/reference/longjmp.md b/docs/c-runtime-library/reference/longjmp.md index e6baef94bc..4f34fb6e90 100644 --- a/docs/c-runtime-library/reference/longjmp.md +++ b/docs/c-runtime-library/reference/longjmp.md @@ -10,7 +10,7 @@ f1_keywords: ["longjmp"] helpviewer_keywords: ["restoring stack environment and execution locale", "longjmp function"] ms.assetid: 0e13670a-5130-45c1-ad69-6862505b7a2f --- -# longjmp +# `longjmp` Restores the stack environment and execution locale set by a `setjmp` call. diff --git a/docs/c-runtime-library/reference/lrint-lrintf-lrintl-llrint-llrintf-llrintl.md b/docs/c-runtime-library/reference/lrint-lrintf-lrintl-llrint-llrintf-llrintl.md index bc14ddfa84..af2a3b96cc 100644 --- a/docs/c-runtime-library/reference/lrint-lrintf-lrintl-llrint-llrintf-llrintl.md +++ b/docs/c-runtime-library/reference/lrint-lrintf-lrintl-llrint-llrintf-llrintl.md @@ -10,7 +10,7 @@ f1_keywords: ["lrint", "lrintf", "lrintl", "llrint", "llrintf", "llrintl", "math helpviewer_keywords: ["lrint function", "lrintf function", "lrintl function", "llrint function", "llrintf function", "llrintl function"] ms.assetid: 28ccd5b3-5e6f-434f-997d-a21d51b8ce7f --- -# lrint, lrintf, lrintl, llrint, llrintf, llrintl +# `lrint`, `lrintf`, `lrintl`, `llrint`, `llrintf`, `llrintl` Rounds the specified floating-point value to the nearest integral value, by using the current rounding mode and direction. diff --git a/docs/c-runtime-library/reference/lrotl-lrotr.md b/docs/c-runtime-library/reference/lrotl-lrotr.md index 3e79cb50da..b4a04e05dc 100644 --- a/docs/c-runtime-library/reference/lrotl-lrotr.md +++ b/docs/c-runtime-library/reference/lrotl-lrotr.md @@ -10,7 +10,7 @@ f1_keywords: ["lrotr", "lrotl", "_lrotr", "_lrotl"] helpviewer_keywords: ["lrotl function", "bits", "_lrotr function", "lrotr function", "rotating bits", "_lrotl function", "bits, rotating"] ms.assetid: d42f295b-35f9-49d2-9ee4-c66896ffe68e --- -# _lrotl, _lrotr +# `_lrotl`, `_lrotr` Rotates bits to the left (**_lrotl**) or right (**_lrotr**). diff --git a/docs/c-runtime-library/reference/lround-lroundf-lroundl-llround-llroundf-llroundl.md b/docs/c-runtime-library/reference/lround-lroundf-lroundl-llround-llroundf-llroundl.md index 7c9bfdd1a7..a55aae946e 100644 --- a/docs/c-runtime-library/reference/lround-lroundf-lroundl-llround-llroundf-llroundl.md +++ b/docs/c-runtime-library/reference/lround-lroundf-lroundl-llround-llroundf-llroundl.md @@ -10,7 +10,7 @@ f1_keywords: ["lround", "lroundl", "llroundl", "llround", "lroundf", "llroundf"] helpviewer_keywords: ["lround function", "llroundl function", "llround function", "lroundf function", "llroundf function", "lroundl function"] ms.assetid: cfb88a35-54c6-469f-85af-f7d695dcfdd8 --- -# lround, lroundf, lroundl, llround, llroundf, llroundl +# `lround`, `lroundf`, `lroundl`, `llround`, `llroundf`, `llroundl` Rounds a floating-point value to the nearest integer. diff --git a/docs/c-runtime-library/reference/lsearch-s.md b/docs/c-runtime-library/reference/lsearch-s.md index cb3c5994dc..7dc550a190 100644 --- a/docs/c-runtime-library/reference/lsearch-s.md +++ b/docs/c-runtime-library/reference/lsearch-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_lsearch_s", "lsearch_s"] helpviewer_keywords: ["linear searching", "values, searching for", "keys, finding in arrays", "arrays [CRT], searching", "searching, linear", "_lsearch_s function", "lsearch_s function"] ms.assetid: d2db0635-be7a-4799-8660-255f14450882 --- -# _lsearch_s +# `_lsearch_s` Performs a linear search for a value. A version of [`_lsearch`](lsearch.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/lsearch.md b/docs/c-runtime-library/reference/lsearch.md index 8d867dc4f3..fac300f1dc 100644 --- a/docs/c-runtime-library/reference/lsearch.md +++ b/docs/c-runtime-library/reference/lsearch.md @@ -10,7 +10,7 @@ f1_keywords: ["_lsearch"] helpviewer_keywords: ["_lsearch function", "values, searching for", "keys, finding in arrays", "arrays [CRT], searching", "linear searches", "searching, linear", "lsearch function"] ms.assetid: 8200f608-159a-46f0-923b-1a37ee1af7e0 --- -# _lsearch +# `_lsearch` Performs a linear search for a value; adds to end of list if not found. A more secure version of this function is available; see [`_lsearch_s`](lsearch-s.md). diff --git a/docs/c-runtime-library/reference/lseek-lseeki64.md b/docs/c-runtime-library/reference/lseek-lseeki64.md index f306f8c59d..82a7d96a6a 100644 --- a/docs/c-runtime-library/reference/lseek-lseeki64.md +++ b/docs/c-runtime-library/reference/lseek-lseeki64.md @@ -10,7 +10,7 @@ f1_keywords: ["_lseeki64", "_lseek", "lseeki64"] helpviewer_keywords: ["lseek function", "_lseek function", "_lseeki64 function", "lseeki64 function", "file pointers [C++], moving", "seek file pointers"] ms.assetid: aba8a768-d40e-48c3-b38e-473dbd782f93 --- -# _lseek, _lseeki64 +# `_lseek`, `_lseeki64` Moves a file pointer to the specified location. diff --git a/docs/c-runtime-library/reference/lseek.md b/docs/c-runtime-library/reference/lseek.md index 42922637e4..2f3681358d 100644 --- a/docs/c-runtime-library/reference/lseek.md +++ b/docs/c-runtime-library/reference/lseek.md @@ -10,7 +10,7 @@ f1_keywords: ["lseek"] helpviewer_keywords: ["lseek function"] ms.assetid: 137d7741-5c2e-443e-811a-6a01417fcae7 --- -# lseek +# `lseek` The Microsoft-implemented POSIX function name `lseek` is a deprecated alias for the [`_lseek`](lseek-lseeki64.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/makepath-s-wmakepath-s.md b/docs/c-runtime-library/reference/makepath-s-wmakepath-s.md index da9d0990a6..93eea77e7a 100644 --- a/docs/c-runtime-library/reference/makepath-s-wmakepath-s.md +++ b/docs/c-runtime-library/reference/makepath-s-wmakepath-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_wmakepath_s", "makepath_s", "_makepath_s", "wmakepath_s"] helpviewer_keywords: ["_makepath_s function", "wmakepath_s function", "paths", "_wmakepath_s function", "makepath_s function"] ms.assetid: 4405e43c-3d63-4697-bb80-9b8dcd21d027 --- -# _makepath_s, _wmakepath_s +# `_makepath_s`, `_wmakepath_s` Creates a path name from components. These are versions of [`_makepath`, `_wmakepath`](makepath-wmakepath.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/makepath-wmakepath.md b/docs/c-runtime-library/reference/makepath-wmakepath.md index d3e8b5bcf0..04aeb233a1 100644 --- a/docs/c-runtime-library/reference/makepath-wmakepath.md +++ b/docs/c-runtime-library/reference/makepath-wmakepath.md @@ -10,7 +10,7 @@ f1_keywords: ["_wmakepath", "_tmakepath", "makepath", "tmakepath", "wmakepath", helpviewer_keywords: ["_makepath function", "wmakepath function", "makepath function", "_tmakepath function", "paths", "_wmakepath function", "tmakepath function"] ms.assetid: 5930b197-a7b8-46eb-8519-2841a58cd026 --- -# _makepath, _wmakepath +# `_makepath`, `_wmakepath` Create a path name from components. More secure versions of these functions are available; see [`_makepath_s`, `_wmakepath_s`](makepath-s-wmakepath-s.md). diff --git a/docs/c-runtime-library/reference/malloc-dbg.md b/docs/c-runtime-library/reference/malloc-dbg.md index b0b183808e..4bea14b74e 100644 --- a/docs/c-runtime-library/reference/malloc-dbg.md +++ b/docs/c-runtime-library/reference/malloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["malloc_dbg", "_malloc_dbg"] helpviewer_keywords: ["malloc_dbg function", "memory allocation", "_malloc_dbg function"] ms.assetid: c97eca51-140b-4461-8bd2-28965b49ecdb --- -# _malloc_dbg +# `_malloc_dbg` Allocates a block of memory in the heap with additional space for a debugging header and overwrite buffers (debug version only). diff --git a/docs/c-runtime-library/reference/max.md b/docs/c-runtime-library/reference/max.md index 0036b6fe26..6e9dfd57ef 100644 --- a/docs/c-runtime-library/reference/max.md +++ b/docs/c-runtime-library/reference/max.md @@ -10,7 +10,7 @@ f1_keywords: ["max", "__max"] helpviewer_keywords: ["max macro", "maximum macro", "__max macro"] ms.assetid: 05c936f6-0e22-45d6-a58d-4bc102e9dae2 --- -# __max +# `__max` A preprocessor macro that returns the larger of two values. diff --git a/docs/c-runtime-library/reference/mbbtombc-mbbtombc-l.md b/docs/c-runtime-library/reference/mbbtombc-mbbtombc-l.md index 26c87640a1..a81849c77a 100644 --- a/docs/c-runtime-library/reference/mbbtombc-mbbtombc-l.md +++ b/docs/c-runtime-library/reference/mbbtombc-mbbtombc-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbbtombc_l", "_mbbtombc", "mbbtombc_l", "mbbtombc"] helpviewer_keywords: ["mbbtombc_l function", "mbbtombc function", "_mbbtombc_l function", "_mbbtombc function"] ms.assetid: 78593389-b0fc-43b6-8c1f-2a6bf702d64e --- -# _mbbtombc, _mbbtombc_l +# `_mbbtombc`, `_mbbtombc_l` Converts a single-byte multibyte character to a corresponding double-byte multibyte character. diff --git a/docs/c-runtime-library/reference/mbbtype-mbbtype-l.md b/docs/c-runtime-library/reference/mbbtype-mbbtype-l.md index e9da2505e5..226d6b8a3f 100644 --- a/docs/c-runtime-library/reference/mbbtype-mbbtype-l.md +++ b/docs/c-runtime-library/reference/mbbtype-mbbtype-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbbtype_l", "mbbtype", "mbbtype_l", "_mbbtype"] helpviewer_keywords: ["_mbbtype function", "_mbbtype_l function", "mbbtype function", "mbbtype_l function"] ms.assetid: b8e34b40-842a-4298-aa39-0bd2d8e51c2a --- -# _mbbtype, _mbbtype_l +# `_mbbtype`, `_mbbtype_l` Returns the byte type, based on the previous byte. diff --git a/docs/c-runtime-library/reference/mbccpy-mbccpy-l.md b/docs/c-runtime-library/reference/mbccpy-mbccpy-l.md index 55eca1dee1..db57bcaa08 100644 --- a/docs/c-runtime-library/reference/mbccpy-mbccpy-l.md +++ b/docs/c-runtime-library/reference/mbccpy-mbccpy-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbccpy", "tccpy", "ftccpy", "mbccpy", "_tccpy", "_ftccpy"] helpviewer_keywords: ["_tccpy function", "_tccpy_l function", "tccpy_l function", "tccpy function", "mbccpy function", "_mbccpy_l function", "_mbccpy function", "mbccpy_l function"] ms.assetid: 13f4de6e-7792-41ac-b319-dd9b135433aa --- -# _mbccpy, _mbccpy_l +# `_mbccpy`, `_mbccpy_l` Copies a multibyte character from one string to another string. More secure versions of these functions are available; see [`_mbccpy_s`, `_mbccpy_s_l`](mbccpy-s-mbccpy-s-l.md). diff --git a/docs/c-runtime-library/reference/mbccpy-s-mbccpy-s-l.md b/docs/c-runtime-library/reference/mbccpy-s-mbccpy-s-l.md index 447be50de9..ae9be5b0f4 100644 --- a/docs/c-runtime-library/reference/mbccpy-s-mbccpy-s-l.md +++ b/docs/c-runtime-library/reference/mbccpy-s-mbccpy-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbccpy_s_l", "mbccpy_s_l", "mbccpy_s", "_mbccpy_s"] helpviewer_keywords: ["tccpy_s_l function", "_tccpy_s function", "_mbccpy_s function", "mbccpy_s function", "tccpy_s function", "mbccpy_s_l function", "_tccpy_s_l function", "_mbccpy_s_l function"] ms.assetid: b6e965fa-53c1-4ec3-85ef-a1c4b4f2b2da --- -# _mbccpy_s, _mbccpy_s_l +# `_mbccpy_s`, `_mbccpy_s_l` Copies one multibyte character from a string to another string. These versions of [`_mbccpy`, `_mbccpy_l`](mbccpy-mbccpy-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/mbcjistojms-mbcjistojms-l-mbcjmstojis-mbcjmstojis-l.md b/docs/c-runtime-library/reference/mbcjistojms-mbcjistojms-l-mbcjmstojis-mbcjmstojis-l.md index 4c362cf83c..58a4f10725 100644 --- a/docs/c-runtime-library/reference/mbcjistojms-mbcjistojms-l-mbcjmstojis-mbcjmstojis-l.md +++ b/docs/c-runtime-library/reference/mbcjistojms-mbcjistojms-l-mbcjmstojis-mbcjmstojis-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbcjistojms", "_mbcjistojms", "_mbcjistojms_l", "_mbcjmstojis_l", helpviewer_keywords: ["_mbcjmstojis_l function", "_mbcjistojms function", "mbcjmstojis function", "_mbcjistojms_l function", "_mbcjmstojis function", "mbcjistojms function", "mbcjmstojis_l function", "mbcjistojms_l function"] ms.assetid: dece5127-b337-40a4-aa10-53320a2c9432 --- -# _mbcjistojms, _mbcjistojms_l, _mbcjmstojis, _mbcjmstojis_l +# `_mbcjistojms`, `_mbcjistojms_l`, `_mbcjmstojis`, `_mbcjmstojis_l` Converts between Japan Industry Standard (JIS) and Japan Microsoft (JMS) characters. diff --git a/docs/c-runtime-library/reference/mbclen-mblen-mblen-l.md b/docs/c-runtime-library/reference/mbclen-mblen-mblen-l.md index 593d041c20..c7ece699ce 100644 --- a/docs/c-runtime-library/reference/mbclen-mblen-mblen-l.md +++ b/docs/c-runtime-library/reference/mbclen-mblen-mblen-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mblen", "ftclen", "_mbclen", "_mbclen_l", "tclen", "_ftclen", "_t helpviewer_keywords: ["tclen function", "_mblen_l function", "_tclen function", "mblen_l function", "_mbclen function", "_mbclen_l function", "mbclen function", "mblen function"] ms.assetid: d5eb92a0-b7a3-464a-aaf7-9890a8e3ed70 --- -# _mbclen, mblen, _mblen_l, _mbclen_l +# `_mbclen`, `mblen`, `_mblen_l`, `_mbclen_l` Gets the length and determines the validity of a multibyte character. diff --git a/docs/c-runtime-library/reference/mbctohira-mbctohira-l-mbctokata-mbctokata-l.md b/docs/c-runtime-library/reference/mbctohira-mbctohira-l-mbctokata-mbctokata-l.md index 2e237d51d3..ef46593aa6 100644 --- a/docs/c-runtime-library/reference/mbctohira-mbctohira-l-mbctokata-mbctokata-l.md +++ b/docs/c-runtime-library/reference/mbctohira-mbctohira-l-mbctokata-mbctokata-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbctokata", "mbctohira", "_mbctohira", "_mbctohira_l", "mbctokat helpviewer_keywords: ["_mbctokata function", "_mbctokata_l function", "_mbctohira_l function", "mbctohira_l function", "mbctohira function", "mbctokata_l function", "_mbctohira function", "mbctokata function"] ms.assetid: f949afd7-44d4-4f08-ac8f-1fef2c915a1c --- -# _mbctohira, _mbctohira_l, _mbctokata, _mbctokata_l +# `_mbctohira`, `_mbctohira_l`, `_mbctokata`, `_mbctokata_l` Converts between hiragana and katakana characters. diff --git a/docs/c-runtime-library/reference/mbctolower-mbctolower-l-mbctoupper-mbctoupper-l.md b/docs/c-runtime-library/reference/mbctolower-mbctolower-l-mbctoupper-mbctoupper-l.md index 85066117e2..13144ab232 100644 --- a/docs/c-runtime-library/reference/mbctolower-mbctolower-l-mbctoupper-mbctoupper-l.md +++ b/docs/c-runtime-library/reference/mbctolower-mbctolower-l-mbctoupper-mbctoupper-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbctoupper_l", "mbctolower_l", "_mbctolower", "_mbctolower_l", "_ helpviewer_keywords: ["_mbctolower function", "mbctolower_l function", "totupper function", "_mbctoupper function", "totlower function", "_mbctoupper_l function", "mbctolower function", "_totupper function", "_mbctolower_l function", "mbctoupper_l function", "_totlower function", "mbctoupper function"] ms.assetid: 787fab71-3224-4ed7-bc93-4dcd8023fc54 --- -# _mbctolower, _mbctolower_l, _mbctoupper, _mbctoupper_l +# `_mbctolower`, `_mbctolower_l`, `_mbctoupper`, `_mbctoupper_l` Tests and converts the case of a multibyte character. diff --git a/docs/c-runtime-library/reference/mbctombb-mbctombb-l.md b/docs/c-runtime-library/reference/mbctombb-mbctombb-l.md index 4ec73c7d92..d3d8d62cf4 100644 --- a/docs/c-runtime-library/reference/mbctombb-mbctombb-l.md +++ b/docs/c-runtime-library/reference/mbctombb-mbctombb-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbctombb_l", "_mbctombb", "mbctombb_l", "mbctombb"] helpviewer_keywords: ["_mbctombb function", "mbctombb_l function", "mbctombb function", "_mbctombb_l function"] ms.assetid: d90970b8-71ff-4586-b6a2-f9ceb811f776 --- -# _mbctombb, _mbctombb_l +# `_mbctombb`, `_mbctombb_l` Converts a double-byte multibyte character to a corresponding single-byte multibyte character. diff --git a/docs/c-runtime-library/reference/mbrlen.md b/docs/c-runtime-library/reference/mbrlen.md index 57aebce6ae..5e8a452f38 100644 --- a/docs/c-runtime-library/reference/mbrlen.md +++ b/docs/c-runtime-library/reference/mbrlen.md @@ -10,7 +10,7 @@ f1_keywords: ["mbrlen"] helpviewer_keywords: ["mbrlen function"] ms.assetid: dde8dee9-e091-4c4c-81b3-639808885ae1 --- -# mbrlen +# `mbrlen` Determine the number of bytes that are required to complete a multibyte character in the current locale, with the capability of restarting in the middle of a multibyte character. diff --git a/docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.md b/docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.md index 79a87bcc38..2e71d20aa2 100644 --- a/docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.md +++ b/docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.md @@ -10,7 +10,7 @@ f1_keywords: ["mbrtoc16", "mbrtoc32", "uchar/mbrtoc16", "uchar/mbrtoc32"] helpviewer_keywords: ["mbrtoc16 function", "mbrtoc32 function"] ms.assetid: 099ade4d-56f7-4e61-8b45-493f1d7a64bd --- -# mbrtoc16, mbrtoc32 +# `mbrtoc16`, `mbrtoc32` Translates the first UTF-8 multibyte character in a string into the equivalent UTF-16 or UTF-32 character. diff --git a/docs/c-runtime-library/reference/mbrtowc.md b/docs/c-runtime-library/reference/mbrtowc.md index 0e335fe57d..a25bbd98d2 100644 --- a/docs/c-runtime-library/reference/mbrtowc.md +++ b/docs/c-runtime-library/reference/mbrtowc.md @@ -10,7 +10,7 @@ f1_keywords: ["mbrtowc"] helpviewer_keywords: ["mbrtowc function"] ms.assetid: a1e87fcc-6de0-4ca1-bf26-508d28490286 --- -# mbrtowc +# `mbrtowc` Convert a multibyte character in the current locale into the equivalent wide character, with the capability of restarting in the middle of a multibyte character. diff --git a/docs/c-runtime-library/reference/mbsbtype-mbsbtype-l.md b/docs/c-runtime-library/reference/mbsbtype-mbsbtype-l.md index 3787fd9e43..b183f6bf53 100644 --- a/docs/c-runtime-library/reference/mbsbtype-mbsbtype-l.md +++ b/docs/c-runtime-library/reference/mbsbtype-mbsbtype-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsbtype", "mbsbtype_l", "_mbsbtype_l", "_mbsbtype"] helpviewer_keywords: ["_mbsbtype function", "mbsbtype function", "_mbsbtype_l function", "mbsbtype_l function"] ms.assetid: 0d5dd91a-d32d-4f98-ac57-98dfc9e98eac --- -# _mbsbtype, _mbsbtype_l +# `_mbsbtype`, `_mbsbtype_l` Returns the type of byte within a string. diff --git a/docs/c-runtime-library/reference/mbsinit.md b/docs/c-runtime-library/reference/mbsinit.md index ed8bba3ba1..3927e046b3 100644 --- a/docs/c-runtime-library/reference/mbsinit.md +++ b/docs/c-runtime-library/reference/mbsinit.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsinit"] helpviewer_keywords: ["mbsinit function"] ms.assetid: 4618555b-baaa-4d04-93fa-36abae411034 --- -# mbsinit +# `mbsinit` Tracks the state of a multibyte character conversion. diff --git a/docs/c-runtime-library/reference/mbsnbcat-mbsnbcat-l.md b/docs/c-runtime-library/reference/mbsnbcat-mbsnbcat-l.md index 354e3b5134..4246c6f14c 100644 --- a/docs/c-runtime-library/reference/mbsnbcat-mbsnbcat-l.md +++ b/docs/c-runtime-library/reference/mbsnbcat-mbsnbcat-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbcat", "mbsnbcat_l", "_mbsnbcat", "_mbsnbcat_l"] helpviewer_keywords: ["tcsncat_l function", "_tcsncat function", "mbsnbcat_l function", "mbsnbcat function", "_mbsnbcat_l function", "_tcsncat_l function", "_mbsnbcat function", "tcsncat function"] ms.assetid: aa0f1d30-0ddd-48d1-88eb-c6884b20fd91 --- -# _mbsnbcat, _mbsnbcat_l +# `_mbsnbcat`, `_mbsnbcat_l` Appends, at most, the first **n** bytes of one multibyte-character string to another. More secure versions of these functions are available; see [`_mbsnbcat_s`, `_mbsnbcat_s_l`](mbsnbcat-s-mbsnbcat-s-l.md). diff --git a/docs/c-runtime-library/reference/mbsnbcmp-mbsnbcmp-l.md b/docs/c-runtime-library/reference/mbsnbcmp-mbsnbcmp-l.md index 865cd7a6d0..77617d3706 100644 --- a/docs/c-runtime-library/reference/mbsnbcmp-mbsnbcmp-l.md +++ b/docs/c-runtime-library/reference/mbsnbcmp-mbsnbcmp-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbcmp", "tcsnbmp", "_mbsnbcmp_l", "mbsnbcmp_l", "_mbsnbcmp"] helpviewer_keywords: ["mbsnbcmp_l function", "mbsnbcmp function", "tcsncmp function", "_mbsnbcmp_l function", "_tcsncmp function", "_mbsnbcmp function"] ms.assetid: dbc99e50-cf85-4e57-a13f-067591f18ac8 --- -# _mbsnbcmp, _mbsnbcmp_l +# `_mbsnbcmp`, `_mbsnbcmp_l` Compares the first **n** bytes of two multibyte-character strings. diff --git a/docs/c-runtime-library/reference/mbsnbcoll-mbsnbcoll-l-mbsnbicoll-mbsnbicoll-l.md b/docs/c-runtime-library/reference/mbsnbcoll-mbsnbcoll-l-mbsnbicoll-mbsnbicoll-l.md index a57d7a9f22..978242dc15 100644 --- a/docs/c-runtime-library/reference/mbsnbcoll-mbsnbcoll-l-mbsnbicoll-mbsnbicoll-l.md +++ b/docs/c-runtime-library/reference/mbsnbcoll-mbsnbcoll-l-mbsnbicoll-mbsnbicoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbsnbcoll", "_mbsnbcoll_l", "_mbsnbicoll", "mbsnbcoll_l"] helpviewer_keywords: ["_mbsnbcoll_l function", "mbsnbcoll_l function", "_mbsnbcoll function", "_tcsnicoll function", "mbsnbcoll function", "mbsnbicoll_l function", "mbsnbicoll function", "_tcsncoll function", "_mbsnbicoll function", "_mbsnbicoll_l function", "_tcsncoll_l function", "_tcsnicoll_l function"] ms.assetid: d139ed63-ccba-4458-baa2-61cbcef03e94 --- -# _mbsnbcoll, _mbsnbcoll_l, _mbsnbicoll, _mbsnbicoll_l +# `_mbsnbcoll`, `_mbsnbcoll_l`, `_mbsnbicoll`, `_mbsnbicoll_l` Compares *`n`* bytes of two multibyte-character strings by using multibyte code-page information. diff --git a/docs/c-runtime-library/reference/mbsnbcpy-mbsnbcpy-l.md b/docs/c-runtime-library/reference/mbsnbcpy-mbsnbcpy-l.md index 8304867619..872b70272b 100644 --- a/docs/c-runtime-library/reference/mbsnbcpy-mbsnbcpy-l.md +++ b/docs/c-runtime-library/reference/mbsnbcpy-mbsnbcpy-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbcpy", "_mbsnbcpy", "mbsnbcpy_l", "_mbsnbcpy_l"] helpviewer_keywords: ["mbsnbcpy function", "_mbsnbcpy_l function", "_mbsnbcpy function", "_tcsncpy function", "tcsncpy_l function", "_tcsncpy_l function", "mbsnbcpy_l function", "tcsncpy function"] ms.assetid: 83d17b50-3cbf-4df9-bce8-3b6d52f85d04 --- -# _mbsnbcpy, _mbsnbcpy_l +# `_mbsnbcpy`, `_mbsnbcpy_l` Copies **n** bytes of a string to a destination string. More secure versions of these functions are available—see [`_mbsnbcpy_s`, `_mbsnbcpy_s_l`](mbsnbcpy-s-mbsnbcpy-s-l.md). diff --git a/docs/c-runtime-library/reference/mbsnbcpy-s-mbsnbcpy-s-l.md b/docs/c-runtime-library/reference/mbsnbcpy-s-mbsnbcpy-s-l.md index e669ee108e..2f53db8471 100644 --- a/docs/c-runtime-library/reference/mbsnbcpy-s-mbsnbcpy-s-l.md +++ b/docs/c-runtime-library/reference/mbsnbcpy-s-mbsnbcpy-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbcpy_s_l", "_mbsnbcpy_s", "mbsnbcpy_s", "_mbsnbcpy_s_l"] helpviewer_keywords: ["_mbsnbcpy_s function", "tcsncpy_s function", "mbsnbcpy_s_l function", "_tcsncpy_s_l function", "mbsnbcpy_s function", "tcsncpy_s_l function", "_mbsnbcpy_s_l function", "_tcsncpy_s function"] ms.assetid: dfff64ab-fe6f-49c4-99ba-75014e2b0cd6 --- -# _mbsnbcpy_s, _mbsnbcpy_s_l +# `_mbsnbcpy_s`, `_mbsnbcpy_s_l` Copies **n** bytes of a string to a destination string. These versions of [`_mbsnbcpy`, `_mbsnbcpy_l`](mbsnbcpy-mbsnbcpy-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/mbsnbicmp-mbsnbicmp-l.md b/docs/c-runtime-library/reference/mbsnbicmp-mbsnbicmp-l.md index adca1228ce..92a11e92aa 100644 --- a/docs/c-runtime-library/reference/mbsnbicmp-mbsnbicmp-l.md +++ b/docs/c-runtime-library/reference/mbsnbicmp-mbsnbicmp-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbsnbicmp", "mbsnbicmp", "mbsnbicmp_l", "_mbsnbicmp_l"] helpviewer_keywords: ["_tcsnicmp_l function", "_strnicmp function", "mbsnbicmp_l function", "_wcsnicmp_l function", "_mbsnbicmp function", "_mbsnbicmp_l function", "_tcsnicmp function", "_strnicmp_l function", "mbsnbicmp function", "_wcsnicmp function"] ms.assetid: ddb44974-8b0c-42f0-90d0-56c9350bae0c --- -# _mbsnbicmp, _mbsnbicmp_l +# `_mbsnbicmp`, `_mbsnbicmp_l` Compares **n** bytes of two multibyte-character strings, and ignores case. diff --git a/docs/c-runtime-library/reference/mbsnbset-mbsnbset-l.md b/docs/c-runtime-library/reference/mbsnbset-mbsnbset-l.md index b47c5a3bf3..95db2032f1 100644 --- a/docs/c-runtime-library/reference/mbsnbset-mbsnbset-l.md +++ b/docs/c-runtime-library/reference/mbsnbset-mbsnbset-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbset", "mbsnbset_l", "_mbsnbset", "_mbsnbset_l"] helpviewer_keywords: ["tcsnset function", "_tcsnset_l function", "_mbsnbset function", "_tcsnset function", "_mbsnbset_l function", "mbsnbset_l function", "tcsnset_l function", "mbsnbset function"] ms.assetid: 8e46ef75-9a56-42d2-a522-a08450c67c19 --- -# _mbsnbset, _mbsnbset_l +# `_mbsnbset`, `_mbsnbset_l` Sets the first **n** bytes of a multibyte-character string to a specified character. More secure versions of these functions are available; see [`_mbsnbset_s`, `_mbsnbset_s_l`](mbsnbset-s-mbsnbset-s-l.md). diff --git a/docs/c-runtime-library/reference/mbsnbset-s-mbsnbset-s-l.md b/docs/c-runtime-library/reference/mbsnbset-s-mbsnbset-s-l.md index 42585a1cda..27b24d32af 100644 --- a/docs/c-runtime-library/reference/mbsnbset-s-mbsnbset-s-l.md +++ b/docs/c-runtime-library/reference/mbsnbset-s-mbsnbset-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsnbset_s", "_mbsnbset_s_l", "_mbsnbset_s", "mbsnbset_s_l"] helpviewer_keywords: ["tcsnset_s function", "mbsnbset_s function", "mbsnbset_s_l function", "_mbsnbset_s_l function", "_tcsnset_s_l function", "_mbsnbset_s function", "_tcsnset_s function", "tcsnset_s_l function"] ms.assetid: 811f92c9-cc31-4bbd-8017-2d1bfc6fb96f --- -# _mbsnbset_s, _mbsnbset_s_l +# `_mbsnbset_s`, `_mbsnbset_s_l` Sets the first **n** bytes of a multibyte-character string to a specified character. These versions of [`_mbsnbset`, `_mbsnbset_l`](mbsnbset-mbsnbset-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/mbsrtowcs-s.md b/docs/c-runtime-library/reference/mbsrtowcs-s.md index 578d42d3dc..3252e6bcb4 100644 --- a/docs/c-runtime-library/reference/mbsrtowcs-s.md +++ b/docs/c-runtime-library/reference/mbsrtowcs-s.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsrtowcs_s"] helpviewer_keywords: ["mbsrtowcs_s function"] ms.assetid: 4ee084ec-b15d-4e5a-921d-6584ec3b5a60 --- -# mbsrtowcs_s +# `mbsrtowcs_s` Convert a multibyte character string in the current locale to its wide character string representation. A version of [`mbsrtowcs`](mbsrtowcs.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/mbsrtowcs.md b/docs/c-runtime-library/reference/mbsrtowcs.md index 49098503a2..80e5a8b4ae 100644 --- a/docs/c-runtime-library/reference/mbsrtowcs.md +++ b/docs/c-runtime-library/reference/mbsrtowcs.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsrtowcs"] helpviewer_keywords: ["mbsrtowcs function"] ms.assetid: f3a29de8-e36e-425b-a7fa-a258e6d7909d --- -# mbsrtowcs +# `mbsrtowcs` Converts a multibyte character string in the current locale to a corresponding wide character string, with the capability of restarting in the middle of a multibyte character. A more secure version of this function is available; see [`mbsrtowcs_s`](mbsrtowcs-s.md). diff --git a/docs/c-runtime-library/reference/mbstowcs-mbstowcs-l.md b/docs/c-runtime-library/reference/mbstowcs-mbstowcs-l.md index 79032a0088..5b788b3d10 100644 --- a/docs/c-runtime-library/reference/mbstowcs-mbstowcs-l.md +++ b/docs/c-runtime-library/reference/mbstowcs-mbstowcs-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["mbstowcs"] helpviewer_keywords: ["_mbstowcs_l function", "mbstowcs_l function", "mbstowcs function"] --- -# mbstowcs, _mbstowcs_l +# `mbstowcs`, `_mbstowcs_l` Converts a sequence of multibyte characters to a corresponding sequence of wide characters. More secure versions of these functions are available; see [`mbstowcs_s`, `_mbstowcs_s_l`](mbstowcs-s-mbstowcs-s-l.md). diff --git a/docs/c-runtime-library/reference/mbtowc-mbtowc-l.md b/docs/c-runtime-library/reference/mbtowc-mbtowc-l.md index 6d0c6508e3..334fb649a7 100644 --- a/docs/c-runtime-library/reference/mbtowc-mbtowc-l.md +++ b/docs/c-runtime-library/reference/mbtowc-mbtowc-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbtowc"] helpviewer_keywords: ["mbtowc function", "_mbtowc_l function", "mbtowc_l function"] ms.assetid: dfd1c8a7-e73a-4307-9353-53b70b45d4d1 --- -# mbtowc, _mbtowc_l +# `mbtowc`, `_mbtowc_l` Convert a multibyte character to a corresponding wide character. diff --git a/docs/c-runtime-library/reference/memccpy.md b/docs/c-runtime-library/reference/memccpy.md index 9a5ef804a6..1f7084ec2b 100644 --- a/docs/c-runtime-library/reference/memccpy.md +++ b/docs/c-runtime-library/reference/memccpy.md @@ -10,7 +10,7 @@ f1_keywords: ["_memccpy"] helpviewer_keywords: ["_memccpy function", "memccpy function"] ms.assetid: 9a2337df-6e85-4eba-b247-dd0532f45ddb --- -# _memccpy +# `_memccpy` Copies characters from a buffer. diff --git a/docs/c-runtime-library/reference/memchr-wmemchr.md b/docs/c-runtime-library/reference/memchr-wmemchr.md index 6bef1d5c0e..ba46cc98f1 100644 --- a/docs/c-runtime-library/reference/memchr-wmemchr.md +++ b/docs/c-runtime-library/reference/memchr-wmemchr.md @@ -10,7 +10,7 @@ f1_keywords: ["memchr", "wmemchr"] helpviewer_keywords: ["memchr function", "wmemchr function"] ms.assetid: 5a348581-28f1-4256-8434-687245f7fc9f --- -# memchr, wmemchr +# `memchr`, `wmemchr` Find characters in a buffer. diff --git a/docs/c-runtime-library/reference/memicmp-memicmp-l.md b/docs/c-runtime-library/reference/memicmp-memicmp-l.md index b7a72ea0b1..71601b761a 100644 --- a/docs/c-runtime-library/reference/memicmp-memicmp-l.md +++ b/docs/c-runtime-library/reference/memicmp-memicmp-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_memicmp", "memicmp_l", "_memicmp_l"] helpviewer_keywords: ["memicmp function", "_memicmp function", "memicmp_l function", "_memicmp_l function"] ms.assetid: 0a6eb945-4077-4f84-935d-1aaebe8db8cb --- -# _memicmp, _memicmp_l +# `_memicmp`, `_memicmp_l` Compares characters in two buffers (case-insensitive). diff --git a/docs/c-runtime-library/reference/memicmp.md b/docs/c-runtime-library/reference/memicmp.md index f1a6db4ca3..925b0346a5 100644 --- a/docs/c-runtime-library/reference/memicmp.md +++ b/docs/c-runtime-library/reference/memicmp.md @@ -10,7 +10,7 @@ f1_keywords: ["memicmp"] helpviewer_keywords: ["memicmp function"] ms.assetid: 45362e9c-7c64-41e9-92bb-7d4999a8635b --- -# memicmp +# `memicmp` The Microsoft-specific function name `memicmp` is a deprecated alias for the [`_memicmp`](memicmp-memicmp-l.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/memmove-s-wmemmove-s.md b/docs/c-runtime-library/reference/memmove-s-wmemmove-s.md index c5bf00b99b..5363742d48 100644 --- a/docs/c-runtime-library/reference/memmove-s-wmemmove-s.md +++ b/docs/c-runtime-library/reference/memmove-s-wmemmove-s.md @@ -10,7 +10,7 @@ f1_keywords: ["wmemmove_s", "memmove_s"] helpviewer_keywords: ["wmemmove_s function", "memmove_s function"] ms.assetid: a17619e4-1307-4bb0-98c6-77f8c68dab2d --- -# memmove_s, wmemmove_s +# `memmove_s`, `wmemmove_s` Moves one buffer to another. These are versions of [`memmove`, `wmemmove`](memmove-wmemmove.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/min.md b/docs/c-runtime-library/reference/min.md index 8fcc54a35e..0696660905 100644 --- a/docs/c-runtime-library/reference/min.md +++ b/docs/c-runtime-library/reference/min.md @@ -10,7 +10,7 @@ f1_keywords: ["__min", "min", "_min"] helpviewer_keywords: ["__min macro", "min macro", "minimum macro", "_min macro"] ms.assetid: 2037f26c-b48a-4a69-8870-22519f052a3c --- -# __min +# `__min` A preprocessor macro that returns the smaller of two values. diff --git a/docs/c-runtime-library/reference/mktemp-s-wmktemp-s.md b/docs/c-runtime-library/reference/mktemp-s-wmktemp-s.md index c06ceb8fbf..7560bb533a 100644 --- a/docs/c-runtime-library/reference/mktemp-s-wmktemp-s.md +++ b/docs/c-runtime-library/reference/mktemp-s-wmktemp-s.md @@ -10,7 +10,7 @@ f1_keywords: ["wmktemp_s", "mktemp_s", "_mktemp_s", "_wmktemp_s"] helpviewer_keywords: ["_tmktemp_s function", "mktemp_s function", "_wmktemp_s function", "_mktemp_s function", "files [C++], temporary", "tmktemp_s function", "wmktemp_s function", "temporary files [C++]"] ms.assetid: 92a7e269-7f3d-4c71-bad6-14bc827a451d --- -# _mktemp_s, _wmktemp_s +# `_mktemp_s`, `_wmktemp_s` Creates a unique file name. These are versions of [`_mktemp`, `_wmktemp`](mktemp-wmktemp.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/mktemp-wmktemp.md b/docs/c-runtime-library/reference/mktemp-wmktemp.md index 010a938534..5a613f148c 100644 --- a/docs/c-runtime-library/reference/mktemp-wmktemp.md +++ b/docs/c-runtime-library/reference/mktemp-wmktemp.md @@ -10,7 +10,7 @@ f1_keywords: ["_tmktemp", "wmktemp", "tmktemp", "_wmktemp", "_mktemp"] helpviewer_keywords: ["_wmktemp function", "_mktemp function", "files [C++], temporary", "tmktemp function", "_tmktemp function", "wmktemp function", "mktemp function", "temporary files [C++]"] ms.assetid: 055eb539-a8c2-4a7d-be54-f5b6d1eb5c85 --- -# _mktemp, _wmktemp +# `_mktemp`, `_wmktemp` Creates a unique file name. More secure versions of these functions are available; see [`_mktemp_s`, `_wmktemp_s`](mktemp-s-wmktemp-s.md). diff --git a/docs/c-runtime-library/reference/mktemp.md b/docs/c-runtime-library/reference/mktemp.md index dbd6071bcc..7ab3f79942 100644 --- a/docs/c-runtime-library/reference/mktemp.md +++ b/docs/c-runtime-library/reference/mktemp.md @@ -10,7 +10,7 @@ f1_keywords: ["mktemp"] helpviewer_keywords: ["mktemp function"] ms.assetid: b58cba60-034f-4e63-b312-ccbcd489d0a7 --- -# mktemp +# `mktemp` The Microsoft-specific function name `mktemp` is a deprecated alias for the [`_mktemp`](mktemp-wmktemp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/msize-dbg.md b/docs/c-runtime-library/reference/msize-dbg.md index a6baf0bef2..ad6ed6e852 100644 --- a/docs/c-runtime-library/reference/msize-dbg.md +++ b/docs/c-runtime-library/reference/msize-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_msize_dbg", "msize_dbg"] helpviewer_keywords: ["memory blocks", "_msize_dbg function", "msize_dbg function"] ms.assetid: a333f4b6-f8a2-4e61-bb69-cb34063b8cef --- -# _msize_dbg +# `_msize_dbg` Calculates the size of a block of memory in the heap (debug version only). diff --git a/docs/c-runtime-library/reference/nan-nanf-nanl.md b/docs/c-runtime-library/reference/nan-nanf-nanl.md index ae686ad59b..4d20850607 100644 --- a/docs/c-runtime-library/reference/nan-nanf-nanl.md +++ b/docs/c-runtime-library/reference/nan-nanf-nanl.md @@ -10,7 +10,7 @@ f1_keywords: ["nan", "nanl", "nanf"] helpviewer_keywords: ["nan function", "nanf function", "nanl function"] ms.assetid: 790e9158-80ab-43e0-8f5a-096198553fd9 --- -# nan, nanf, nanl +# `nan`, `nanf`, `nanl` Returns a quiet NaN value. diff --git a/docs/c-runtime-library/reference/nearbyint-nearbyintf-nearbyintl1.md b/docs/c-runtime-library/reference/nearbyint-nearbyintf-nearbyintl1.md index 204801003d..ca81425243 100644 --- a/docs/c-runtime-library/reference/nearbyint-nearbyintf-nearbyintl1.md +++ b/docs/c-runtime-library/reference/nearbyint-nearbyintf-nearbyintl1.md @@ -10,7 +10,7 @@ f1_keywords: ["nearbyint", "nearbyintf", "nearbyintl", "math/nearbyint", "math/n helpviewer_keywords: ["nearbyint function", "nearbyintf function", "nearbyintl function"] ms.assetid: dd39cb68-96b0-434b-820f-6ff2ea65584f --- -# nearbyint, nearbyintf, nearbyintl +# `nearbyint`, `nearbyintf`, `nearbyintl` Rounds the specified floating-point value to an integer, and returns that value in a floating-point format. diff --git a/docs/c-runtime-library/reference/norm-normf-norml1.md b/docs/c-runtime-library/reference/norm-normf-norml1.md index 6c928639a0..4a62463c00 100644 --- a/docs/c-runtime-library/reference/norm-normf-norml1.md +++ b/docs/c-runtime-library/reference/norm-normf-norml1.md @@ -10,7 +10,7 @@ f1_keywords: ["norm", "normf", "norml", "complex/norm", "complex/normf", "comple helpviewer_keywords: ["norm function", "normf function", "norml function"] ms.assetid: 9786ecfe-0019-4553-b378-0af6c691e15c --- -# norm, normf, norml +# `norm`, `normf`, `norml` Retrieves the squared magnitude of a complex number. diff --git a/docs/c-runtime-library/reference/not-eq.md b/docs/c-runtime-library/reference/not-eq.md index 99a9fae214..77cb64319f 100644 --- a/docs/c-runtime-library/reference/not-eq.md +++ b/docs/c-runtime-library/reference/not-eq.md @@ -9,7 +9,7 @@ f1_keywords: ["not_eq", "std::not_eq", "std.not_eq"] helpviewer_keywords: ["not_eq function"] ms.assetid: d87ad299-8b50-4393-a57f-06f70e1f23fb --- -# not_eq +# `not_eq` An alternative to the != operator. diff --git a/docs/c-runtime-library/reference/not.md b/docs/c-runtime-library/reference/not.md index 19dfab113a..14ef5ab9ec 100644 --- a/docs/c-runtime-library/reference/not.md +++ b/docs/c-runtime-library/reference/not.md @@ -9,7 +9,7 @@ f1_keywords: ["std::not", "std.not", "Not"] helpviewer_keywords: ["not function"] ms.assetid: d2ddbd5c-33c0-4aff-8961-feac155b4ba1 --- -# not +# `not` An alternative to the ! operator. diff --git a/docs/c-runtime-library/reference/offsetof-macro.md b/docs/c-runtime-library/reference/offsetof-macro.md index 3d92bab504..a9861045ab 100644 --- a/docs/c-runtime-library/reference/offsetof-macro.md +++ b/docs/c-runtime-library/reference/offsetof-macro.md @@ -9,7 +9,7 @@ f1_keywords: ["offsetof"] helpviewer_keywords: ["structure members, offset", "offsetof macro"] ms.assetid: f3b4eb16-a882-4d38-afc9-eebd976a7352 --- -# offsetof Macro +# `offsetof` Macro Retrieves the offset of a member from the beginning of its parent structure. diff --git a/docs/c-runtime-library/reference/onexit-onexit-m.md b/docs/c-runtime-library/reference/onexit-onexit-m.md index 97b1915333..d30dcd6daa 100644 --- a/docs/c-runtime-library/reference/onexit-onexit-m.md +++ b/docs/c-runtime-library/reference/onexit-onexit-m.md @@ -10,7 +10,7 @@ f1_keywords: ["_onexit", "onexit_m", "onexit", "_onexit_m"] helpviewer_keywords: ["onexit function", "registry, registering exit routines", "_onexit_m function", "onexit_m function", "_onexit function", "registering exit routines", "registering to be called on exit"] ms.assetid: 45743298-0e2f-46cf-966d-1ca44babb443 --- -# _onexit, _onexit_m +# `_onexit`, `_onexit_m` Registers a routine to be called at exit time. diff --git a/docs/c-runtime-library/reference/open.md b/docs/c-runtime-library/reference/open.md index 8640408675..26fa2bd93f 100644 --- a/docs/c-runtime-library/reference/open.md +++ b/docs/c-runtime-library/reference/open.md @@ -10,7 +10,7 @@ f1_keywords: ["open"] helpviewer_keywords: ["open function"] ms.assetid: e3139118-4da2-434b-a551-fcf3fccf49b5 --- -# open +# `open` The Microsoft-implemented POSIX function name `open` is a deprecated alias for the [`_open`](open-wopen.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/or-eq.md b/docs/c-runtime-library/reference/or-eq.md index 7f01e8717f..faccf4efc1 100644 --- a/docs/c-runtime-library/reference/or-eq.md +++ b/docs/c-runtime-library/reference/or-eq.md @@ -9,7 +9,7 @@ f1_keywords: ["std::or_eq", "or_eq", "std.or_eq"] helpviewer_keywords: ["or_eq function"] ms.assetid: 1eb92464-ed58-40d8-a30e-f0a6aa2f4318 --- -# or_eq +# `or_eq` An alternative to the `|=` operator. diff --git a/docs/c-runtime-library/reference/or.md b/docs/c-runtime-library/reference/or.md index 2e12abe4ac..77456e5188 100644 --- a/docs/c-runtime-library/reference/or.md +++ b/docs/c-runtime-library/reference/or.md @@ -9,7 +9,7 @@ f1_keywords: ["std::or", "std.or", "Or"] helpviewer_keywords: ["or function"] ms.assetid: 6523b3ac-0a18-44ec-9e9a-b9bab8525ead --- -# or +# `or` An alternative to the `||` operator. diff --git a/docs/c-runtime-library/reference/pclose.md b/docs/c-runtime-library/reference/pclose.md index 48403896cd..e1d50e8b32 100644 --- a/docs/c-runtime-library/reference/pclose.md +++ b/docs/c-runtime-library/reference/pclose.md @@ -10,7 +10,7 @@ f1_keywords: ["_pclose", "pclose"] helpviewer_keywords: ["_pclose function", "pclose function", "pipes, closing"] ms.assetid: e2e31a9e-ba3a-4124-bcbb-c4040110b3d3 --- -# _pclose +# `_pclose` Waits for a new command processor and closes the stream on the associated pipe. diff --git a/docs/c-runtime-library/reference/perror-wperror.md b/docs/c-runtime-library/reference/perror-wperror.md index 7385f7632c..a2b888c980 100644 --- a/docs/c-runtime-library/reference/perror-wperror.md +++ b/docs/c-runtime-library/reference/perror-wperror.md @@ -10,7 +10,7 @@ f1_keywords: ["_wperror", "_tperror", "perror"] helpviewer_keywords: ["_tperror function", "tperror function", "wperror function", "error messages, printing", "printing error messages", "_wperror function", "perror function"] ms.assetid: 34fce792-16fd-4673-9849-cd88b54b6cd5 --- -# perror, _wperror +# `perror`, `_wperror` Print an error message. diff --git a/docs/c-runtime-library/reference/posix-chsize.md b/docs/c-runtime-library/reference/posix-chsize.md index ec05d40fc3..e956ed5935 100644 --- a/docs/c-runtime-library/reference/posix-chsize.md +++ b/docs/c-runtime-library/reference/posix-chsize.md @@ -10,7 +10,7 @@ f1_keywords: ["chsize"] helpviewer_keywords: ["chsize function"] ms.assetid: f94d62f6-b539-4cbf-bf99-b81d081b4216 --- -# chsize +# `chsize` The Microsoft-specific function name `chsize` is a deprecated alias for the [`_chsize`](chsize.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-close.md b/docs/c-runtime-library/reference/posix-close.md index bcc2844fc6..6252af1673 100644 --- a/docs/c-runtime-library/reference/posix-close.md +++ b/docs/c-runtime-library/reference/posix-close.md @@ -10,7 +10,7 @@ f1_keywords: ["close"] helpviewer_keywords: ["close function"] ms.assetid: c79689f4-9c86-4a4a-a256-d22e3498f55d --- -# close +# `close` The Microsoft-implemented POSIX function name `close` is a deprecated alias for the [`_close`](close.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-cwait.md b/docs/c-runtime-library/reference/posix-cwait.md index 0dcb1d55cf..2fc975f4e7 100644 --- a/docs/c-runtime-library/reference/posix-cwait.md +++ b/docs/c-runtime-library/reference/posix-cwait.md @@ -10,7 +10,7 @@ f1_keywords: ["cwait"] helpviewer_keywords: ["cwait function"] ms.assetid: 1ad1ab19-02e5-4155-94ca-f02c2d5a90a6 --- -# cwait +# `cwait` The Microsoft-specific function name `cwait` is a deprecated alias for the [`_cwait`](cwait.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-dup-dup2.md b/docs/c-runtime-library/reference/posix-dup-dup2.md index 10a85f8af5..8ca5d6a2d9 100644 --- a/docs/c-runtime-library/reference/posix-dup-dup2.md +++ b/docs/c-runtime-library/reference/posix-dup-dup2.md @@ -10,7 +10,7 @@ f1_keywords: ["dup", "dup2"] helpviewer_keywords: ["dup function", "dup2 function"] ms.assetid: c7572170-47ff-4e0d-b9c3-10f0ab0ba40a --- -# dup, dup2 +# `dup`, `dup2` The Microsoft-implemented POSIX function names `dup` and `dup2` are deprecated aliases for the [`_dup`](dup-dup2.md) and [`_dup2`](dup-dup2.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/posix-ecvt.md b/docs/c-runtime-library/reference/posix-ecvt.md index 3c02f1c4d9..3c059f61b0 100644 --- a/docs/c-runtime-library/reference/posix-ecvt.md +++ b/docs/c-runtime-library/reference/posix-ecvt.md @@ -10,7 +10,7 @@ f1_keywords: ["ecvt"] helpviewer_keywords: ["ecvt function"] ms.assetid: a24fccea-033a-4cc7-b120-4fd0f525a7e3 --- -# ecvt +# `ecvt` The Microsoft-specific function name `ecvt` is a deprecated alias for the [`_ecvt`](ecvt.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-eof.md b/docs/c-runtime-library/reference/posix-eof.md index 6fc52d582e..4a08973881 100644 --- a/docs/c-runtime-library/reference/posix-eof.md +++ b/docs/c-runtime-library/reference/posix-eof.md @@ -10,7 +10,7 @@ f1_keywords: ["eof"] helpviewer_keywords: ["eof function"] ms.assetid: 2e8fb55b-b736-46a6-be5e-15f8876a714f --- -# eof +# `eof` The Microsoft-specific function name `eof` is a deprecated alias for the [`_eof`](eof.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-fcvt.md b/docs/c-runtime-library/reference/posix-fcvt.md index ddddadd2b7..232bf20f64 100644 --- a/docs/c-runtime-library/reference/posix-fcvt.md +++ b/docs/c-runtime-library/reference/posix-fcvt.md @@ -10,7 +10,7 @@ f1_keywords: ["fcvt"] helpviewer_keywords: ["fcvt function"] ms.assetid: 1f748ad0-e186-400e-af8e-80d4431523d7 --- -# fcvt +# `fcvt` The Microsoft-specific function name `fcvt` is a deprecated alias for the [`_fcvt`](fcvt.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-fileno.md b/docs/c-runtime-library/reference/posix-fileno.md index fc2d159fa5..68fcf83d80 100644 --- a/docs/c-runtime-library/reference/posix-fileno.md +++ b/docs/c-runtime-library/reference/posix-fileno.md @@ -10,7 +10,7 @@ f1_keywords: ["fileno"] helpviewer_keywords: ["fileno function"] ms.assetid: 8f33e1e0-0dc8-4311-b690-ec6e577a64b5 --- -# fileno +# `fileno` The Microsoft-implemented POSIX function name `fileno` is a deprecated alias for the [`_fileno`](fileno.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-flushall.md b/docs/c-runtime-library/reference/posix-flushall.md index 5efdf2f262..c6695ac843 100644 --- a/docs/c-runtime-library/reference/posix-flushall.md +++ b/docs/c-runtime-library/reference/posix-flushall.md @@ -10,7 +10,7 @@ f1_keywords: ["flushall"] helpviewer_keywords: ["flushall function"] ms.assetid: 481429ae-3980-4233-9495-a3ee56e7c838 --- -# flushall +# `flushall` The Microsoft-specific function name `flushall` is a deprecated alias for the [`_flushall`](flushall.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-gcvt.md b/docs/c-runtime-library/reference/posix-gcvt.md index 919d46c161..c73d36d26f 100644 --- a/docs/c-runtime-library/reference/posix-gcvt.md +++ b/docs/c-runtime-library/reference/posix-gcvt.md @@ -10,7 +10,7 @@ f1_keywords: ["gcvt"] helpviewer_keywords: ["gcvt function"] ms.assetid: 913478fd-ef22-4dee-b558-ff2bd6d72f3d --- -# gcvt +# `gcvt` The Microsoft-specific function name `gcvt` is a deprecated alias for the [`_gcvt`](gcvt.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-getw.md b/docs/c-runtime-library/reference/posix-getw.md index 0f27b58e17..e233127536 100644 --- a/docs/c-runtime-library/reference/posix-getw.md +++ b/docs/c-runtime-library/reference/posix-getw.md @@ -10,7 +10,7 @@ f1_keywords: ["getw"] helpviewer_keywords: ["getw function"] ms.assetid: d3c347a4-3ff1-403b-8d02-2dd3b429bb5f --- -# getw +# `getw` The Microsoft-specific function name `getw` is a deprecated alias for the [`_getw`](getw.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-isatty.md b/docs/c-runtime-library/reference/posix-isatty.md index 21627526a0..4e1f70a71f 100644 --- a/docs/c-runtime-library/reference/posix-isatty.md +++ b/docs/c-runtime-library/reference/posix-isatty.md @@ -10,7 +10,7 @@ f1_keywords: ["isatty"] helpviewer_keywords: ["isatty function"] ms.assetid: 610d0b09-a1db-41ef-9f45-a2c6076b4683 --- -# isatty +# `isatty` The Microsoft-implemented POSIX function name `isatty` is a deprecated alias for the [`_isatty`](isatty.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-kbhit.md b/docs/c-runtime-library/reference/posix-kbhit.md index 27a143bd56..c502ee6542 100644 --- a/docs/c-runtime-library/reference/posix-kbhit.md +++ b/docs/c-runtime-library/reference/posix-kbhit.md @@ -10,7 +10,7 @@ f1_keywords: ["kbhit"] helpviewer_keywords: ["kbhit function"] ms.assetid: 73f1eed7-b3ef-4887-8ec6-755367de1d7d --- -# kbhit +# `kbhit` The Microsoft-specific function name `kbhit` is a deprecated alias for the [`_kbhit`](kbhit.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-lfind.md b/docs/c-runtime-library/reference/posix-lfind.md index e3b722bbe0..8972ef7872 100644 --- a/docs/c-runtime-library/reference/posix-lfind.md +++ b/docs/c-runtime-library/reference/posix-lfind.md @@ -10,7 +10,7 @@ f1_keywords: ["lfind"] helpviewer_keywords: ["lfind function"] ms.assetid: 2528e787-94b6-4740-8a8d-6efc276d1f42 --- -# lfind +# `lfind` The Microsoft-implemented POSIX function name `lfind` is a deprecated alias for the [`_lfind`](lfind.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-locking.md b/docs/c-runtime-library/reference/posix-locking.md index df4af5f56b..aabcf9346a 100644 --- a/docs/c-runtime-library/reference/posix-locking.md +++ b/docs/c-runtime-library/reference/posix-locking.md @@ -10,7 +10,7 @@ f1_keywords: ["locking"] helpviewer_keywords: ["locking function"] ms.assetid: 1db15308-543e-44cf-a26f-5539f8e4fb2f --- -# locking +# `locking` The Microsoft-specific function name `locking` is a deprecated alias for the [`_locking`](locking.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-lsearch.md b/docs/c-runtime-library/reference/posix-lsearch.md index b926fd58f5..ddd2f426a5 100644 --- a/docs/c-runtime-library/reference/posix-lsearch.md +++ b/docs/c-runtime-library/reference/posix-lsearch.md @@ -10,7 +10,7 @@ f1_keywords: ["lsearch"] helpviewer_keywords: ["lsearch function"] ms.assetid: 130da3fc-904a-4375-b0ab-79bfea8a455f --- -# lsearch +# `lsearch` The Microsoft-implemented POSIX function name `lsearch` is a deprecated alias for the [`_lsearch`](lsearch.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-memccpy.md b/docs/c-runtime-library/reference/posix-memccpy.md index 063ce91ebd..f72ef7307b 100644 --- a/docs/c-runtime-library/reference/posix-memccpy.md +++ b/docs/c-runtime-library/reference/posix-memccpy.md @@ -10,7 +10,7 @@ f1_keywords: ["memccpy"] helpviewer_keywords: ["memccpy function"] ms.assetid: e9951812-2b69-43e9-bbee-a0001bce4d80 --- -# memccpy +# `memccpy` The Microsoft-implemented POSIX function name `memccpy` is a deprecated alias for the [`_memccpy`](memccpy.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-putw.md b/docs/c-runtime-library/reference/posix-putw.md index a6ee64b750..a270ffda48 100644 --- a/docs/c-runtime-library/reference/posix-putw.md +++ b/docs/c-runtime-library/reference/posix-putw.md @@ -10,7 +10,7 @@ f1_keywords: ["putw"] helpviewer_keywords: ["putw function"] ms.assetid: a004fbb6-7643-4f3f-9ee1-87a23154d49a --- -# putw +# `putw` The Microsoft-specific function name `putw` is a deprecated alias for the [`_putw`](putw.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-read.md b/docs/c-runtime-library/reference/posix-read.md index 933df68cfd..d3487d5b9d 100644 --- a/docs/c-runtime-library/reference/posix-read.md +++ b/docs/c-runtime-library/reference/posix-read.md @@ -10,7 +10,7 @@ f1_keywords: ["read"] helpviewer_keywords: ["read function"] ms.assetid: 9e0eead4-d38c-4f65-87f5-f6c12da40ead --- -# read +# `read` The Microsoft-implemented POSIX function name `read` is a deprecated alias for the [`_read`](read.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-rmtmp.md b/docs/c-runtime-library/reference/posix-rmtmp.md index 4165c60533..845eacdd75 100644 --- a/docs/c-runtime-library/reference/posix-rmtmp.md +++ b/docs/c-runtime-library/reference/posix-rmtmp.md @@ -10,7 +10,7 @@ f1_keywords: ["rmtmp"] helpviewer_keywords: ["rmtmp function"] ms.assetid: d79f0364-39e8-42fb-a73a-63c22a646cd8 --- -# rmtmp +# `rmtmp` The Microsoft-specific function name `rmtmp` is a deprecated alias for the [`_rmtmp`](rmtmp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-setmode.md b/docs/c-runtime-library/reference/posix-setmode.md index d3a745b570..064dc32a70 100644 --- a/docs/c-runtime-library/reference/posix-setmode.md +++ b/docs/c-runtime-library/reference/posix-setmode.md @@ -10,7 +10,7 @@ f1_keywords: ["setmode"] helpviewer_keywords: ["setmode function"] ms.assetid: cb959d9e-09f3-45af-8943-85f4ca0d3f5a --- -# setmode +# `setmode` The Microsoft-specific function name `setmode` is a deprecated alias for the [`_setmode`](setmode.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-swab.md b/docs/c-runtime-library/reference/posix-swab.md index d8e3f8651f..26edc6cd63 100644 --- a/docs/c-runtime-library/reference/posix-swab.md +++ b/docs/c-runtime-library/reference/posix-swab.md @@ -10,7 +10,7 @@ f1_keywords: ["swab"] helpviewer_keywords: ["swab function"] ms.assetid: fb8b7137-420d-4485-bb65-e1ec68602905 --- -# swab +# `swab` The Microsoft-implemented POSIX function name `swab` is a deprecated alias for the [`_swab`](swab.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-tzset.md b/docs/c-runtime-library/reference/posix-tzset.md index 27afef7c41..8e65277eca 100644 --- a/docs/c-runtime-library/reference/posix-tzset.md +++ b/docs/c-runtime-library/reference/posix-tzset.md @@ -10,7 +10,7 @@ f1_keywords: ["tzset"] helpviewer_keywords: ["tzset function"] ms.assetid: c3afa5d0-cb15-4163-9181-fafb962c95aa --- -# tzset +# `tzset` The Microsoft-implemented POSIX function name `tzset` is a deprecated alias for the [`_tzset`](tzset.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-umask.md b/docs/c-runtime-library/reference/posix-umask.md index 6dc47cf06d..91fa5134cf 100644 --- a/docs/c-runtime-library/reference/posix-umask.md +++ b/docs/c-runtime-library/reference/posix-umask.md @@ -10,7 +10,7 @@ f1_keywords: ["umask"] helpviewer_keywords: ["umask function"] ms.assetid: d2f697fc-08d5-4b70-9dd5-df3f5bb8b754 --- -# umask +# `umask` The Microsoft-implemented POSIX function name `umask` is a deprecated alias for the [`_umask`](umask.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/posix-write.md b/docs/c-runtime-library/reference/posix-write.md index 8cf8bcccff..a67ee891fb 100644 --- a/docs/c-runtime-library/reference/posix-write.md +++ b/docs/c-runtime-library/reference/posix-write.md @@ -10,7 +10,7 @@ f1_keywords: ["write"] helpviewer_keywords: ["write function"] ms.assetid: 1cbf112e-b9ef-4df6-993a-83abd4213acd --- -# write +# `write` The Microsoft-implemented POSIX function name `write` is a deprecated alias for the [`_write`](write.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/printf-p-printf-p-l-wprintf-p-wprintf-p-l.md b/docs/c-runtime-library/reference/printf-p-printf-p-l-wprintf-p-wprintf-p-l.md index da46f16a2d..aa10d80b4a 100644 --- a/docs/c-runtime-library/reference/printf-p-printf-p-l-wprintf-p-wprintf-p-l.md +++ b/docs/c-runtime-library/reference/printf-p-printf-p-l-wprintf-p-wprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["wprintf_p", "_wprintf_p", "printf_p_l", "_printf_p", "printf_p", "_wprintf_p_l", "_printf_p_l", "wprintf_p_l"] helpviewer_keywords: ["printf_p function", "printf_p_l function", "wprintf_p function", "wprintf_p_l function", "_tprintf_p_l function", "_wprintf_p function", "_wprintf_p_l function", "_printf_p function", "tprintf_p_l function", "_printf_p_l function"] --- -# _printf_p, _printf_p_l, _wprintf_p, _wprintf_p_l +# `_printf_p`, `_printf_p_l`, `_wprintf_p`, `_wprintf_p_l` Prints formatted output to the standard output stream, and enables specification of the order in which parameters are used in the format string. diff --git a/docs/c-runtime-library/reference/purecall.md b/docs/c-runtime-library/reference/purecall.md index 32f054b0f9..99f7944d0e 100644 --- a/docs/c-runtime-library/reference/purecall.md +++ b/docs/c-runtime-library/reference/purecall.md @@ -10,7 +10,7 @@ f1_keywords: ["purecall", "_purecall"] helpviewer_keywords: ["_purecall function", "purecall function"] ms.assetid: 56135d9b-3403-4e22-822d-e714523801cc --- -# _purecall +# `_purecall` The default pure virtual function call error handler. The compiler generates code to call this function when a pure virtual member function is called. diff --git a/docs/c-runtime-library/reference/putc-nolock-putwc-nolock.md b/docs/c-runtime-library/reference/putc-nolock-putwc-nolock.md index 1b45147558..1e200a5abd 100644 --- a/docs/c-runtime-library/reference/putc-nolock-putwc-nolock.md +++ b/docs/c-runtime-library/reference/putc-nolock-putwc-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_puttc_nolock", "puttc_nolock", "putwc_nolock", "_putwc_nolock", helpviewer_keywords: ["puttc_nolock function", "putc_nolock function", "_putc_nolock function", "streams, writing characters to", "characters, writing", "putwc_nolock function", "_puttc_nolock function", "_putwc_nolock function"] ms.assetid: 3cfc7f21-c9e8-4b7f-b0fb-af0d4d85e7e1 --- -# _putc_nolock, _putwc_nolock +# `_putc_nolock`, `_putwc_nolock` Writes a character to a stream without locking the thread. diff --git a/docs/c-runtime-library/reference/putc-putwc.md b/docs/c-runtime-library/reference/putc-putwc.md index b221355aee..dcc4bd1464 100644 --- a/docs/c-runtime-library/reference/putc-putwc.md +++ b/docs/c-runtime-library/reference/putc-putwc.md @@ -10,7 +10,7 @@ f1_keywords: ["_puttc", "putwc", "putc"] helpviewer_keywords: ["streams, writing characters to", "characters, writing", "putwc function", "putc function", "_puttc function", "puttc function"] ms.assetid: a37b2e82-9d88-4565-8190-ff8d04c0ddb9 --- -# putc, putwc +# `putc`, `putwc` Writes a character to a stream. diff --git a/docs/c-runtime-library/reference/putch-nolock-putwch-nolock.md b/docs/c-runtime-library/reference/putch-nolock-putwch-nolock.md index 5c0a0327f9..7951b64c7d 100644 --- a/docs/c-runtime-library/reference/putch-nolock-putwch-nolock.md +++ b/docs/c-runtime-library/reference/putch-nolock-putwch-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_putch_nolock", "_puttch_nolock", "putch_nolock", "putwch_nolock" helpviewer_keywords: ["putwch_nolock function", "puttch_nolock function", "characters, writing", "putch_nolock function", "_putch_nolock function", "_puttch_nolock function", "console, writing characters to", "_putwch_nolock function"] ms.assetid: edbc811d-bac6-47fa-a872-fe4f3a1590b0 --- -# _putch_nolock, _putwch_nolock +# `_putch_nolock`, `_putwch_nolock` Writes a character to the console without locking the thread. diff --git a/docs/c-runtime-library/reference/putch-putwch.md b/docs/c-runtime-library/reference/putch-putwch.md index f29d8800fe..1c96c7a5c9 100644 --- a/docs/c-runtime-library/reference/putch-putwch.md +++ b/docs/c-runtime-library/reference/putch-putwch.md @@ -10,7 +10,7 @@ f1_keywords: ["_putch", "putwch", "_putwch"] helpviewer_keywords: ["_putch function", "characters, writing", "putwch function", "_putwch function", "putch function", "console, writing characters to"] ms.assetid: 3babc7cf-e333-405d-8449-c788d61d51aa --- -# _putch, _putwch +# `_putch`, `_putwch` Writes a character to the console. diff --git a/docs/c-runtime-library/reference/putch.md b/docs/c-runtime-library/reference/putch.md index 76245c23ca..2edfdc788b 100644 --- a/docs/c-runtime-library/reference/putch.md +++ b/docs/c-runtime-library/reference/putch.md @@ -10,7 +10,7 @@ f1_keywords: ["putch"] helpviewer_keywords: ["putch function"] ms.assetid: 81e733e5-770e-4c7a-b7e4-8e66da109f92 --- -# putch +# `putch` The Microsoft-specific function name `putch` is a deprecated alias for the [`_putch`](putch-putwch.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/putchar-nolock-putwchar-nolock.md b/docs/c-runtime-library/reference/putchar-nolock-putwchar-nolock.md index 56b100cf78..254d6a05d8 100644 --- a/docs/c-runtime-library/reference/putchar-nolock-putwchar-nolock.md +++ b/docs/c-runtime-library/reference/putchar-nolock-putwchar-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["putwchar_nolock", "_puttchar_nolock", "_putchar_nolock", "_putwch helpviewer_keywords: ["_puttchar_nolock function", "putchar_nolock function", "characters, writing", "standard output, writing to", "putwchar_nolock function", "_putchar_nolock function", "_putwchar_nolock function", "puttchar_nolock function"] ms.assetid: 9ac68092-bfc3-4352-b486-c3e780220575 --- -# _putchar_nolock, _putwchar_nolock +# `_putchar_nolock`, `_putwchar_nolock` Writes a character to **stdout** without locking the thread. diff --git a/docs/c-runtime-library/reference/putchar-putwchar.md b/docs/c-runtime-library/reference/putchar-putwchar.md index 4571d817c2..a85f0c3ab9 100644 --- a/docs/c-runtime-library/reference/putchar-putwchar.md +++ b/docs/c-runtime-library/reference/putchar-putwchar.md @@ -10,7 +10,7 @@ f1_keywords: ["putchar", "putwchar", "_puttchar"] helpviewer_keywords: ["putchar function", "_puttchar function", "characters, writing", "standard output, writing to", "putwchar function"] ms.assetid: 93657c7f-cca1-4032-8e3a-cd6ab6193748 --- -# putchar, putwchar +# `putchar`, `putwchar` Writes a character to **stdout**. diff --git a/docs/c-runtime-library/reference/putenv.md b/docs/c-runtime-library/reference/putenv.md index 3f847007a3..ced02af37e 100644 --- a/docs/c-runtime-library/reference/putenv.md +++ b/docs/c-runtime-library/reference/putenv.md @@ -10,7 +10,7 @@ f1_keywords: ["putenv"] helpviewer_keywords: ["putenv function"] ms.assetid: 1dc49ef3-6b12-484c-8e60-7048bcc999f1 --- -# putenv +# `putenv` The Microsoft-implemented POSIX function name `putenv` is a deprecated alias for the [`_putenv`](putenv-wputenv.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/puts-putws.md b/docs/c-runtime-library/reference/puts-putws.md index 3f87d2386e..ff9287520a 100644 --- a/docs/c-runtime-library/reference/puts-putws.md +++ b/docs/c-runtime-library/reference/puts-putws.md @@ -10,7 +10,7 @@ f1_keywords: ["_putts", "_putws", "puts"] helpviewer_keywords: ["strings [C++], writing", "_putts function", "standard output, writing to", "putws function", "puts function", "putts function", "_putws function"] ms.assetid: 32dada12-ed45-40ac-be06-3feeced9ecd6 --- -# puts, _putws +# `puts`, `_putws` Writes a string to **stdout**. diff --git a/docs/c-runtime-library/reference/putw.md b/docs/c-runtime-library/reference/putw.md index 83f4b6a54e..43380cccb6 100644 --- a/docs/c-runtime-library/reference/putw.md +++ b/docs/c-runtime-library/reference/putw.md @@ -10,7 +10,7 @@ f1_keywords: ["_putw"] helpviewer_keywords: ["integers, writing to streams", "putw function", "streams, writing integers to", "_putw function"] ms.assetid: 83d63644-249d-4a39-87e5-3b7aa313968d --- -# _putw +# `_putw` Writes an integer to a stream. diff --git a/docs/c-runtime-library/reference/qsort-s.md b/docs/c-runtime-library/reference/qsort-s.md index b2787aba87..3791736b37 100644 --- a/docs/c-runtime-library/reference/qsort-s.md +++ b/docs/c-runtime-library/reference/qsort-s.md @@ -10,7 +10,7 @@ f1_keywords: ["qsort_s"] helpviewer_keywords: ["arrays [C++], sorting", "quick-sort algorithm", "qsort_s function", "sorting arrays"] ms.assetid: 6ee817b0-4408-4355-a5d4-6605e419ab91 --- -# qsort_s +# `qsort_s` Performs a quick sort. A version of [`qsort`](qsort.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/query-new-handler.md b/docs/c-runtime-library/reference/query-new-handler.md index dd5055c96a..96d8eba454 100644 --- a/docs/c-runtime-library/reference/query-new-handler.md +++ b/docs/c-runtime-library/reference/query-new-handler.md @@ -10,7 +10,7 @@ f1_keywords: ["_query_new_handler", "query_new_handler"] helpviewer_keywords: ["query_new_handler function", "handler routines", "error handling", "_query_new_handler function"] ms.assetid: 9a84b5c3-fe33-4c01-83a0-be87dc3ec518 --- -# _query_new_handler +# `_query_new_handler` Returns the address of the current new handler routine. diff --git a/docs/c-runtime-library/reference/query-new-mode.md b/docs/c-runtime-library/reference/query-new-mode.md index 546c8ea493..d17b83650e 100644 --- a/docs/c-runtime-library/reference/query-new-mode.md +++ b/docs/c-runtime-library/reference/query-new-mode.md @@ -10,7 +10,7 @@ f1_keywords: ["query_new_mode", "_query_new_mode"] helpviewer_keywords: ["query_new_mode function", "handler modes", "_query_new_mode function"] ms.assetid: e185c5f9-b73b-4257-8eff-b47648374768 --- -# _query_new_mode +# `_query_new_mode` Returns an integer indicating the new handler mode set by **_set_new_mode** for **malloc**. diff --git a/docs/c-runtime-library/reference/quick-exit1.md b/docs/c-runtime-library/reference/quick-exit1.md index ce09dd7e81..8a3d984aa0 100644 --- a/docs/c-runtime-library/reference/quick-exit1.md +++ b/docs/c-runtime-library/reference/quick-exit1.md @@ -10,7 +10,7 @@ f1_keywords: ["quick_exit", "process/quick_exit", "stdlib/quick_exit"] helpviewer_keywords: ["quick_exit function"] ms.assetid: ecfbdae6-01c4-45fa-aaeb-b368e1de2a9c --- -# quick_exit +# `quick_exit` Causes normal program termination to occur. diff --git a/docs/c-runtime-library/reference/raise.md b/docs/c-runtime-library/reference/raise.md index 46fc1d61d0..35dcc05f2b 100644 --- a/docs/c-runtime-library/reference/raise.md +++ b/docs/c-runtime-library/reference/raise.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["Raise"] helpviewer_keywords: ["signals, sending to executing programs", "raise function", "signals", "programs [C++], sending signals to executing programs"] --- -# raise +# `raise` Sends a signal to the executing program. diff --git a/docs/c-runtime-library/reference/realloc-dbg.md b/docs/c-runtime-library/reference/realloc-dbg.md index 4ad49c8f70..e26ce18c3c 100644 --- a/docs/c-runtime-library/reference/realloc-dbg.md +++ b/docs/c-runtime-library/reference/realloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_realloc_dbg", "realloc_dbg"] helpviewer_keywords: ["reallocating memory blocks", "realloc_dbg function", "memory blocks, reallocating", "memory, reallocating", "_realloc_dbg function"] ms.assetid: 7c3cb780-51ed-4d9c-9929-cdde606d846a --- -# _realloc_dbg +# `_realloc_dbg` Reallocates a specified block of memory in the heap by moving and/or resizing the block (debug version only). diff --git a/docs/c-runtime-library/reference/recalloc-dbg.md b/docs/c-runtime-library/reference/recalloc-dbg.md index 93c60ebfc4..c3fe586dc5 100644 --- a/docs/c-runtime-library/reference/recalloc-dbg.md +++ b/docs/c-runtime-library/reference/recalloc-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["recalloc_dbg", "_recalloc_dbg"] helpviewer_keywords: ["_recalloc_dbg function", "recalloc_dbg function"] ms.assetid: 43c3e9b2-be6d-4508-9b0f-3220c8a47ca3 --- -# _recalloc_dbg +# `_recalloc_dbg` Reallocates an array and initializes its elements to 0 (debug version only). diff --git a/docs/c-runtime-library/reference/recalloc.md b/docs/c-runtime-library/reference/recalloc.md index 36cb356710..183f32f443 100644 --- a/docs/c-runtime-library/reference/recalloc.md +++ b/docs/c-runtime-library/reference/recalloc.md @@ -10,7 +10,7 @@ f1_keywords: ["_recalloc", "recalloc"] helpviewer_keywords: ["_recalloc function", "recalloc function"] ms.assetid: 1db8305a-3f03-418c-8844-bf9149f63046 --- -# _recalloc +# `_recalloc` A combination of **realloc** and **calloc**. Reallocates an array in memory and initializes its elements to 0. diff --git a/docs/c-runtime-library/reference/remainder-remainderf-remainderl.md b/docs/c-runtime-library/reference/remainder-remainderf-remainderl.md index c626132b51..65f9ada32d 100644 --- a/docs/c-runtime-library/reference/remainder-remainderf-remainderl.md +++ b/docs/c-runtime-library/reference/remainder-remainderf-remainderl.md @@ -10,7 +10,7 @@ f1_keywords: ["remainderf", "remainder", "remainderl"] helpviewer_keywords: ["remainderf", "remainderl", "remainder"] ms.assetid: 5f721fb3-8b78-4597-9bc0-ca9bcd1f1d0e --- -# remainder, remainderf, remainderl +# `remainder`, `remainderf`, `remainderl` Computes the remainder of the quotient of two floating-point values, rounded to the nearest integral value. diff --git a/docs/c-runtime-library/reference/remquo-remquof-remquol.md b/docs/c-runtime-library/reference/remquo-remquof-remquol.md index ae63f620fd..411891dfde 100644 --- a/docs/c-runtime-library/reference/remquo-remquof-remquol.md +++ b/docs/c-runtime-library/reference/remquo-remquof-remquol.md @@ -10,7 +10,7 @@ f1_keywords: ["remquof", "remquol", "remquo"] helpviewer_keywords: ["remquol function", "remquof function", "remquo function"] ms.assetid: a1d3cb8b-8027-4cd3-8deb-04eb17f299fc --- -# remquo, remquof, remquol +# `remquo`, `remquof`, `remquol` Computes the remainder of two integer values, and stores an integer value with the sign and approximate magnitude of the quotient in a location that's specified in a parameter. diff --git a/docs/c-runtime-library/reference/rewind.md b/docs/c-runtime-library/reference/rewind.md index cd5af7193e..62c4ab30a7 100644 --- a/docs/c-runtime-library/reference/rewind.md +++ b/docs/c-runtime-library/reference/rewind.md @@ -10,7 +10,7 @@ f1_keywords: ["rewind"] helpviewer_keywords: ["rewind function", "repositioning file pointers", "file pointers [C++], repositioning", "file pointers [C++]"] ms.assetid: 1a460ce1-28d8-4b5e-83a6-633dca29c28a --- -# rewind +# `rewind` Repositions the file pointer to the beginning of a file. diff --git a/docs/c-runtime-library/reference/rint-rintf-rintl.md b/docs/c-runtime-library/reference/rint-rintf-rintl.md index ba69da1818..7e0de48736 100644 --- a/docs/c-runtime-library/reference/rint-rintf-rintl.md +++ b/docs/c-runtime-library/reference/rint-rintf-rintl.md @@ -10,7 +10,7 @@ f1_keywords: ["rintf", "rintl", "rint"] helpviewer_keywords: ["rintf function", "rint function", "rintl function"] ms.assetid: 312ae3e6-278c-459a-9393-11b8f87d9184 --- -# rint, rintf, rintl +# `rint`, `rintf`, `rintl` Rounds a floating-point value to the nearest integer in floating-point format. diff --git a/docs/c-runtime-library/reference/rmdir-wrmdir.md b/docs/c-runtime-library/reference/rmdir-wrmdir.md index d3f97bdc57..50fc495ad1 100644 --- a/docs/c-runtime-library/reference/rmdir-wrmdir.md +++ b/docs/c-runtime-library/reference/rmdir-wrmdir.md @@ -10,7 +10,7 @@ f1_keywords: ["trmdir", "_trmdir", "wrmdir", "_rmdir", "_wrmdir"] helpviewer_keywords: ["_rmdir function", "directories [C++], deleting", "rmdir function", "directories [C++], removing", "trmdir function", "_trmdir function", "_wrmdir function", "wrmdir function"] ms.assetid: 652c2a5a-b0ac-4493-864e-1edf484333c5 --- -# _rmdir, _wrmdir +# `_rmdir`, `_wrmdir` Deletes a directory. diff --git a/docs/c-runtime-library/reference/rmdir.md b/docs/c-runtime-library/reference/rmdir.md index f0cc5a33a3..856ee7479b 100644 --- a/docs/c-runtime-library/reference/rmdir.md +++ b/docs/c-runtime-library/reference/rmdir.md @@ -10,7 +10,7 @@ f1_keywords: ["rmdir"] helpviewer_keywords: ["rmdir function"] ms.assetid: 03a0aff4-f66c-42a9-bee9-84c46f994952 --- -# rmdir +# `rmdir` The Microsoft-implemented POSIX function name `rmdir` is a deprecated alias for the [`_rmdir`](rmdir-wrmdir.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/rmtmp.md b/docs/c-runtime-library/reference/rmtmp.md index a7f4a21669..0706f342a1 100644 --- a/docs/c-runtime-library/reference/rmtmp.md +++ b/docs/c-runtime-library/reference/rmtmp.md @@ -10,7 +10,7 @@ f1_keywords: ["_rmtmp"] helpviewer_keywords: ["removing temporary files", "_rmtmp function", "files [C++], temporary", "rmtmp function", "files [C++], removing", "temporary files [C++], removing"] ms.assetid: 7419501e-2587-4f2a-b469-0dca07f84736 --- -# _rmtmp +# `_rmtmp` Removes temporary files. diff --git a/docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md b/docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md index c92fda846c..78e57a9bb0 100644 --- a/docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md +++ b/docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md @@ -10,7 +10,7 @@ f1_keywords: ["_rotr64", "rotl64", "_rotl64", "rotr64", "rotr", "_rotr", "_rotl" helpviewer_keywords: ["rotl64 function", "_rotl function", "rotr function", "rotr64 function", "_rotr function", "rotl function", "_rotl64 function", "rotating bits", "_rotr64 function", "bits, rotating"] ms.assetid: cfce439b-366f-4584-8ab1-d527b13fcfc6 --- -# _rotl, _rotl64, _rotr, _rotr64 +# `_rotl`, `_rotl64`, `_rotr`, `_rotr64` Rotates bits to the left (**_rotl**) or right (**_rotr**). diff --git a/docs/c-runtime-library/reference/rpt-rptf-rptw-rptfw-macros.md b/docs/c-runtime-library/reference/rpt-rptf-rptw-rptfw-macros.md index 82c1333d2b..ae58003564 100644 --- a/docs/c-runtime-library/reference/rpt-rptf-rptw-rptfw-macros.md +++ b/docs/c-runtime-library/reference/rpt-rptf-rptw-rptfw-macros.md @@ -9,7 +9,7 @@ f1_keywords: ["RPT3", "RPTF4", "_RPT4", "RPT1", "_RPTF0", "RPTF3", "_RPTF4", "RP helpviewer_keywords: ["debugging [CRT], using macros", "_RPTW3 macro", "_RPT0 macro", "RPTW4 macro", "_RPTF3 macro", "_RPTW4 macro", "RPTF4 macro", "RPTFW2 macro", "RPTW macros", "RPT1 macro", "_RPTF macros", "RPTFW3 macro", "_RPTW0 macro", "_RPTF0 macro", "macros, debugging with", "_RPTW2 macro", "RPTF3 macro", "RPT3 macro", "RPT0 macro", "_RPT macros", "RPTW3 macro", "_RPTFW macros", "debug reporting macros", "RPTF macros", "RPT macros", "_RPTW macros", "RPTF2 macro", "_RPTF1 macro", "_RPT1 macro", "_RPT4 macro", "_RPTFW2 macro", "_RPTFW1 macro", "RPTF0 macro", "_RPT2 macro", "RPTFW macros", "_RPTW1 macro", "_RPTFW0 macro", "RPT4 macro", "_RPT3 macro", "_RPTFW3 macro", "_RPTF4 macro", "_RPTFW4 macro", "_RPTF2 macro", "RPTW0 macro", "RPTFW4 macro", "RPTFW0 macro", "RPTW2 macro", "RPTF1 macro", "RPT2 macro", "RPTFW1 macro", "RPTW1 macro"] ms.assetid: a5bf8b30-57f7-4971-8030-e773b7a1ae13 --- -# _RPT, _RPTF, _RPTW, _RPTFW Macros +# `_RPT`, `_RPTF`, `_RPTW`, `_RPTFW` Macros Tracks an application's progress by generating a debug report (debug version only). Note that *`n`* specifies the number of arguments in *`args`* and can be 0, 1, 2, 3, 4, or 5. diff --git a/docs/c-runtime-library/reference/rtc-geterrdesc.md b/docs/c-runtime-library/reference/rtc-geterrdesc.md index 056478fdb4..ea21723f14 100644 --- a/docs/c-runtime-library/reference/rtc-geterrdesc.md +++ b/docs/c-runtime-library/reference/rtc-geterrdesc.md @@ -10,7 +10,7 @@ f1_keywords: ["RTC_GetErrDesc", "_RTC_GetErrDesc"] helpviewer_keywords: ["run-time errors", "_RTC_GetErrDesc function", "RTC_GetErrDesc function"] ms.assetid: 7994ec2b-5488-4fd4-806d-a166c9a9f927 --- -# _RTC_GetErrDesc +# `_RTC_GetErrDesc` Returns a brief description of a run-time error check (RTC) type. diff --git a/docs/c-runtime-library/reference/rtc-numerrors.md b/docs/c-runtime-library/reference/rtc-numerrors.md index 5f715d5972..850d5e4ff4 100644 --- a/docs/c-runtime-library/reference/rtc-numerrors.md +++ b/docs/c-runtime-library/reference/rtc-numerrors.md @@ -10,7 +10,7 @@ f1_keywords: ["_RTC_NumErrors", "RTC_NumErrors"] helpviewer_keywords: ["run-time errors", "_RTC_NumErrors function", "RTC_NumErrors function"] ms.assetid: 7e82adae-38e2-4f8b-bc0b-37bda8109fd1 --- -# _RTC_NumErrors +# `_RTC_NumErrors` Returns the total number of errors that can be detected by run-time error checks (RTC). You can use this number as the control in a **`for`** loop, where each value in the loop is passed to [`_RTC_GetErrDesc`](rtc-geterrdesc.md). diff --git a/docs/c-runtime-library/reference/rtc-seterrorfunc.md b/docs/c-runtime-library/reference/rtc-seterrorfunc.md index 7c582666f5..9ab60dbbc6 100644 --- a/docs/c-runtime-library/reference/rtc-seterrorfunc.md +++ b/docs/c-runtime-library/reference/rtc-seterrorfunc.md @@ -10,7 +10,7 @@ f1_keywords: ["RTC_SetErrorFunc", "_RTC_SetErrorFunc"] helpviewer_keywords: ["RTC_SetErrorFunc function", "_RTC_SetErrorFunc function"] ms.assetid: b2292722-0d83-4092-83df-3d5b19880666 --- -# _RTC_SetErrorFunc +# `_RTC_SetErrorFunc` Designates a function as the handler for reporting run-time error checks (RTCs). This function is deprecated; use **_RTC_SetErrorFuncW** instead. diff --git a/docs/c-runtime-library/reference/rtc-seterrorfuncw.md b/docs/c-runtime-library/reference/rtc-seterrorfuncw.md index 16a3a63d37..4f6758b176 100644 --- a/docs/c-runtime-library/reference/rtc-seterrorfuncw.md +++ b/docs/c-runtime-library/reference/rtc-seterrorfuncw.md @@ -10,7 +10,7 @@ f1_keywords: ["_RTC_SetErrorFuncW", "RTC_SetErrorFuncW"] helpviewer_keywords: ["run-time errors", "RTC_SetErrorFuncW function", "_RTC_error_fnW typedef", "_RTC_SetErrorFuncW function", "RTC_error_fnW typedef"] ms.assetid: b3e0d71f-1bd3-4c37-9ede-2f638eb3c81a --- -# _RTC_SetErrorFuncW +# `_RTC_SetErrorFuncW` Designates a function as the handler for the reporting of run-time error checks (RTCs). diff --git a/docs/c-runtime-library/reference/rtc-seterrortype.md b/docs/c-runtime-library/reference/rtc-seterrortype.md index 9d06184d2a..d549835277 100644 --- a/docs/c-runtime-library/reference/rtc-seterrortype.md +++ b/docs/c-runtime-library/reference/rtc-seterrortype.md @@ -10,7 +10,7 @@ f1_keywords: ["RTC_SetErrorType", "_RTC_SetErrorType"] helpviewer_keywords: ["run-time errors", "RTC_SetErrorType function", "_RTC_SetErrorType function"] ms.assetid: f5f99be7-d357-4b11-b8f5-ddd3428f2b06 --- -# _RTC_SetErrorType +# `_RTC_SetErrorType` Associates an error that is detected by run-time error checks (RTCs) with a type. Your error handler processes how to output errors of the specified type. diff --git a/docs/c-runtime-library/reference/scalbn-scalbnf-scalbnl-scalbln-scalblnf-scalblnl.md b/docs/c-runtime-library/reference/scalbn-scalbnf-scalbnl-scalbln-scalblnf-scalblnl.md index a896d38818..4714510e03 100644 --- a/docs/c-runtime-library/reference/scalbn-scalbnf-scalbnl-scalbln-scalblnf-scalblnl.md +++ b/docs/c-runtime-library/reference/scalbn-scalbnf-scalbnl-scalbln-scalblnf-scalblnl.md @@ -10,7 +10,7 @@ f1_keywords: ["scalblnf", "scalbnl", "scalblnl", "scalbln", "scalbn", "scalbnf"] helpviewer_keywords: ["scalbn function", "scalbln function", "scalblnl function", "scalbnl function", "scalbnf function", "scalblnf function"] ms.assetid: df2f1543-8e39-4af4-a5cf-29307e64807d --- -# scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl +# `scalbn`, `scalbnf`, `scalbnl`, `scalbln`, `scalblnf`, `scalblnl` Multiplies a floating-point number by an integral power of FLT_RADIX. diff --git a/docs/c-runtime-library/reference/scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md b/docs/c-runtime-library/reference/scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md index 7c9385ad19..ab041d18d4 100644 --- a/docs/c-runtime-library/reference/scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md +++ b/docs/c-runtime-library/reference/scprintf-p-scprintf-p-l-scwprintf-p-scwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_scwprintf_p_l", "_sctprintf_p", "scprintf_p_l", "scprintf_p", "_sctprintf_p_l", "scwprintf_p", "_scprintf_p_l", "scwprintf_p_l", "_scprintf_p", "_scwprintf_p"] helpviewer_keywords: ["sctprintf_p_l function", "_scwprintf_p_l function", "scprintf_p_l function", "_scprintf_p function", "_scprintf_p_l function", "scprintf_p function", "sctprintf_p function", "_scwprintf_p function", "_sctprintf_p function", "scwprintf_p function", "scwprintf_p_l function", "_sctprintf_p_l function"] --- -# _scprintf_p, _scprintf_p_l, _scwprintf_p, _scwprintf_p_l +# `_scprintf_p`, `_scprintf_p_l`, `_scwprintf_p`, `_scwprintf_p_l` Returns the number of characters in the formatted string, with the ability to specify the order in which parameters are used in the format string. diff --git a/docs/c-runtime-library/reference/scprintf-scprintf-l-scwprintf-scwprintf-l.md b/docs/c-runtime-library/reference/scprintf-scprintf-l-scwprintf-scwprintf-l.md index 2e1b821856..af3477b230 100644 --- a/docs/c-runtime-library/reference/scprintf-scprintf-l-scwprintf-scwprintf-l.md +++ b/docs/c-runtime-library/reference/scprintf-scprintf-l-scwprintf-scwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["scprintf", "_scprintf_l", "_scwprintf_l", "_scprintf", "scwprintf", "_scwprintf", "scprintf_l", "_sctprintf_l", "scwprintf_l", "_sctprintf"] helpviewer_keywords: ["scprintf function", "sctprintf_l function", "scwprintf_l function", "_scwprintf_l function", "_sctprintf_l function", "sctprintf function", "_scwprintf function", "_scprintf_l function", "_sctprintf function", "scprintf_l function", "formatted text [C++]", "_scprintf function", "scwprintf function"] --- -# _scprintf, _scprintf_l, _scwprintf, _scwprintf_l +# `_scprintf`, `_scprintf_l`, `_scwprintf`, `_scwprintf_l` Returns the number of characters in the formatted string. diff --git a/docs/c-runtime-library/reference/searchenv-s-wsearchenv-s.md b/docs/c-runtime-library/reference/searchenv-s-wsearchenv-s.md index 8ce34977f4..710d9a4320 100644 --- a/docs/c-runtime-library/reference/searchenv-s-wsearchenv-s.md +++ b/docs/c-runtime-library/reference/searchenv-s-wsearchenv-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_searchenv_s", "_wsearchenv_s", "wsearchenv_s", "searchenv_s"] helpviewer_keywords: ["tsearchenv_s function", "files [C++], finding", "buffers [C++], buffer overruns", "environment paths, searching for files", "wsearchenv_s function", "searchenv_s function", "_tsearchenv_s function", "buffer overruns", "buffers [C++], avoiding overruns", "_wsearchenv_s function", "_searchenv_s function", "environment paths"] ms.assetid: 47f9fc29-250e-4c09-b52e-9e9f0ef395ca --- -# _searchenv_s, _wsearchenv_s +# `_searchenv_s`, `_wsearchenv_s` Searches for a file by using environment paths. These versions of [`_searchenv`, `_wsearchenv`](searchenv-wsearchenv.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/searchenv-wsearchenv.md b/docs/c-runtime-library/reference/searchenv-wsearchenv.md index 1a276fa14a..9a0d2385a5 100644 --- a/docs/c-runtime-library/reference/searchenv-wsearchenv.md +++ b/docs/c-runtime-library/reference/searchenv-wsearchenv.md @@ -10,7 +10,7 @@ f1_keywords: ["_wsearchenv", "_tsearchenv", "wsearchenv", "_searchenv", "searche helpviewer_keywords: ["_wsearchenv function", "files [C++], finding", "_searchenv function", "tsearchenv function", "environment paths, searching for files", "_tsearchenv function", "wsearchenv function", "searchenv function", "environment paths"] ms.assetid: 9c944a27-d326-409b-aee6-410e8762d9d3 --- -# _searchenv, _wsearchenv +# `_searchenv`, `_wsearchenv` Uses environment paths to search for a file. More secure versions of these functions are available; see [`_searchenv_s`, `_wsearchenv_s`](searchenv-s-wsearchenv-s.md). diff --git a/docs/c-runtime-library/reference/seh-filter-dll-seh-filter-exe.md b/docs/c-runtime-library/reference/seh-filter-dll-seh-filter-exe.md index fd29d64d7b..c96b83116b 100644 --- a/docs/c-runtime-library/reference/seh-filter-dll-seh-filter-exe.md +++ b/docs/c-runtime-library/reference/seh-filter-dll-seh-filter-exe.md @@ -10,7 +10,7 @@ f1_keywords: ["XcptFilter", "_XcptFilter", "_seh_filter_dll", "_seh_filter_exe", helpviewer_keywords: ["XcptFilter function", "_XcptFilter function", "_seh_filter_dll function", "_seh_filter_exe function"] ms.assetid: 747e5963-3a12-4bf5-b5c4-d4c1b6068e15 --- -# _seh_filter_dll, _seh_filter_exe +# `_seh_filter_dll`, `_seh_filter_exe` Identifies the exception and the related action to be taken. diff --git a/docs/c-runtime-library/reference/set-controlfp.md b/docs/c-runtime-library/reference/set-controlfp.md index d12a0e7748..9b0eb27233 100644 --- a/docs/c-runtime-library/reference/set-controlfp.md +++ b/docs/c-runtime-library/reference/set-controlfp.md @@ -10,7 +10,7 @@ f1_keywords: ["set_controlfp", "_set_controlfp"] helpviewer_keywords: ["set_controlfp function", "floating-point functions, setting control word", "_set_controlfp function"] ms.assetid: e0689d50-f68a-4028-a9c1-fb23eedee4ad --- -# _set_controlfp +# `_set_controlfp` Sets the floating-point control word. diff --git a/docs/c-runtime-library/reference/set-doserrno.md b/docs/c-runtime-library/reference/set-doserrno.md index 0f7d8c30f4..d47f1a72a1 100644 --- a/docs/c-runtime-library/reference/set-doserrno.md +++ b/docs/c-runtime-library/reference/set-doserrno.md @@ -10,7 +10,7 @@ f1_keywords: ["_set_doserrno", "set_doserrno"] helpviewer_keywords: ["_set_doserrno function", "doserrno global variable", "set_doserrno function", "_doserrno global variable"] ms.assetid: 8686c159-3797-4705-a53e-7457869ca6f3 --- -# _set_doserrno +# `_set_doserrno` Sets the value of the [`_doserrno`](../errno-doserrno-sys-errlist-and-sys-nerr.md) global variable. diff --git a/docs/c-runtime-library/reference/set-errno.md b/docs/c-runtime-library/reference/set-errno.md index fb135b07a7..8eeb5347a9 100644 --- a/docs/c-runtime-library/reference/set-errno.md +++ b/docs/c-runtime-library/reference/set-errno.md @@ -10,7 +10,7 @@ f1_keywords: ["set_errno", "_set_errno"] helpviewer_keywords: ["errno global variable", "set_errno function", "_set_errno function"] ms.assetid: d338914a-1894-4cf3-ae45-f2c4eb26590b --- -# _set_errno +# `_set_errno` Set the value of the **errno** global variable. diff --git a/docs/c-runtime-library/reference/set-error-mode.md b/docs/c-runtime-library/reference/set-error-mode.md index 5b6c728c5f..62a2b73a65 100644 --- a/docs/c-runtime-library/reference/set-error-mode.md +++ b/docs/c-runtime-library/reference/set-error-mode.md @@ -10,7 +10,7 @@ f1_keywords: ["set_error_mode", "_set_error_mode"] helpviewer_keywords: ["_set_error_mode function", "set_error_mode function"] ms.assetid: f0807be5-73d1-4a32-a701-3c9bdd139c5c --- -# _set_error_mode +# `_set_error_mode` Modifies **__error_mode** to determine a non-default location where the C runtime writes an error message for an error that might end the program. diff --git a/docs/c-runtime-library/reference/set-fmode.md b/docs/c-runtime-library/reference/set-fmode.md index 81942e4972..ee0abd5ac7 100644 --- a/docs/c-runtime-library/reference/set-fmode.md +++ b/docs/c-runtime-library/reference/set-fmode.md @@ -10,7 +10,7 @@ f1_keywords: ["_set_fmode", "set_fmode"] helpviewer_keywords: ["file translation [C++], default mode", "_set_fmode function", "file translation [C++], setting mode", "set_fmode function"] ms.assetid: f80eb9c7-733b-4652-a9bc-6b3790a35f12 --- -# _set_fmode +# `_set_fmode` Sets the default file translation mode for file I/O operations. diff --git a/docs/c-runtime-library/reference/set-invalid-parameter-handler-set-thread-local-invalid-parameter-handler.md b/docs/c-runtime-library/reference/set-invalid-parameter-handler-set-thread-local-invalid-parameter-handler.md index a7f4091d7b..5d41253bbc 100644 --- a/docs/c-runtime-library/reference/set-invalid-parameter-handler-set-thread-local-invalid-parameter-handler.md +++ b/docs/c-runtime-library/reference/set-invalid-parameter-handler-set-thread-local-invalid-parameter-handler.md @@ -10,7 +10,7 @@ f1_keywords: ["set_invalid_parameter_handler", "_set_invalid_parameter_handler", helpviewer_keywords: ["invalid parameter handler", "set_invalid_parameter_handler function", "_set_invalid_parameter_handler function", "_set_thread_local_invalid_parameter_handler function"] ms.assetid: c0e67934-1a41-4016-ad8e-972828f3ac11 --- -# _set_invalid_parameter_handler, _set_thread_local_invalid_parameter_handler +# `_set_invalid_parameter_handler`, `_set_thread_local_invalid_parameter_handler` Sets a function to be called when the CRT detects an invalid argument. diff --git a/docs/c-runtime-library/reference/set-new-mode.md b/docs/c-runtime-library/reference/set-new-mode.md index 097fc3645e..50e609b282 100644 --- a/docs/c-runtime-library/reference/set-new-mode.md +++ b/docs/c-runtime-library/reference/set-new-mode.md @@ -10,7 +10,7 @@ f1_keywords: ["set_new_mode", "_set_new_mode"] helpviewer_keywords: ["handler modes", "_set_new_mode function", "set_new_mode function"] ms.assetid: 4d14039a-e54e-4689-8c70-74a4b9834768 --- -# _set_new_mode +# `_set_new_mode` Sets a new handler mode for **malloc**. diff --git a/docs/c-runtime-library/reference/set-printf-count-output.md b/docs/c-runtime-library/reference/set-printf-count-output.md index a02f0c397d..702ce6300c 100644 --- a/docs/c-runtime-library/reference/set-printf-count-output.md +++ b/docs/c-runtime-library/reference/set-printf-count-output.md @@ -10,7 +10,7 @@ f1_keywords: ["set_printf_count_output", "_set_printf_count_output"] helpviewer_keywords: ["%n format", "set_printf_count_output function", "_set_printf_count_output function"] ms.assetid: d8259ec5-764e-42d0-9169-72172e95163b --- -# _set_printf_count_output +# `_set_printf_count_output` Enable or disable support of the **%n** format in [`printf`, `_printf_l`, `wprintf`, `_wprintf_l`](printf-printf-l-wprintf-wprintf-l.md)-family functions. diff --git a/docs/c-runtime-library/reference/set-sse2-enable.md b/docs/c-runtime-library/reference/set-sse2-enable.md index fbbdc0f27b..94c440faf5 100644 --- a/docs/c-runtime-library/reference/set-sse2-enable.md +++ b/docs/c-runtime-library/reference/set-sse2-enable.md @@ -10,7 +10,7 @@ f1_keywords: ["_set_SSE2_enable", "set_SSE2_enable"] helpviewer_keywords: ["_set_SSE2_enable function", "Streaming SIMD Extensions 2 instructions", "set_SSE2_enable function"] ms.assetid: 55db895d-fc1e-475a-9110-b781a9bb51c5 --- -# _set_SSE2_enable +# `_set_SSE2_enable` Enables or disables the use of Streaming SIMD Extensions 2 (SSE2) instructions in CRT math routines. (This function is not available on x64 architectures because SSE2 is enabled by default.) diff --git a/docs/c-runtime-library/reference/set-terminate-crt.md b/docs/c-runtime-library/reference/set-terminate-crt.md index b130d7e5b0..4117d5ec8b 100644 --- a/docs/c-runtime-library/reference/set-terminate-crt.md +++ b/docs/c-runtime-library/reference/set-terminate-crt.md @@ -10,7 +10,7 @@ f1_keywords: ["set_terminate"] helpviewer_keywords: ["set_terminate function", "terminate function", "exception handling, termination"] ms.assetid: 3ff1456a-7898-44bc-9266-a328a80b6006 --- -# set_terminate (CRT) +# `set_terminate` (CRT) Installs your own termination routine to be called by **terminate**. diff --git a/docs/c-runtime-library/reference/setbuf.md b/docs/c-runtime-library/reference/setbuf.md index 096eecafbc..674ec090ec 100644 --- a/docs/c-runtime-library/reference/setbuf.md +++ b/docs/c-runtime-library/reference/setbuf.md @@ -10,7 +10,7 @@ f1_keywords: ["setbuf"] helpviewer_keywords: ["setbuf function", "stream buffering"] ms.assetid: 13beda22-7b56-455d-8a6c-f2eb636885b9 --- -# setbuf +# `setbuf` Controls stream buffering. This function is deprecated; use [`setvbuf`](setvbuf.md) instead. diff --git a/docs/c-runtime-library/reference/setmbcp.md b/docs/c-runtime-library/reference/setmbcp.md index 6355d9bad6..1fe7dc16f1 100644 --- a/docs/c-runtime-library/reference/setmbcp.md +++ b/docs/c-runtime-library/reference/setmbcp.md @@ -10,7 +10,7 @@ f1_keywords: ["_setmbcp", "setmbcp"] helpviewer_keywords: ["setmbcp function", "_setmbcp function", "multibyte code pages"] ms.assetid: cfde53b5-0b73-4684-81b1-a8d3aafc85de --- -# _setmbcp +# `_setmbcp` Sets a new multibyte code page. diff --git a/docs/c-runtime-library/reference/setvbuf.md b/docs/c-runtime-library/reference/setvbuf.md index 301e6a806e..ef95aad507 100644 --- a/docs/c-runtime-library/reference/setvbuf.md +++ b/docs/c-runtime-library/reference/setvbuf.md @@ -10,7 +10,7 @@ f1_keywords: ["setvbuf"] helpviewer_keywords: ["controlling stream buffering", "stream buffering", "setvbuf function"] ms.assetid: 6aa5aa37-3408-4fa0-992f-87f9f9c4baea --- -# setvbuf +# `setvbuf` Controls stream buffering and buffer size. diff --git a/docs/c-runtime-library/reference/signbit.md b/docs/c-runtime-library/reference/signbit.md index 5bf4cc518d..51e31d1468 100644 --- a/docs/c-runtime-library/reference/signbit.md +++ b/docs/c-runtime-library/reference/signbit.md @@ -5,7 +5,7 @@ ms.date: "01/31/2019" f1_keywords: ["signbit", "math/signbit"] helpviewer_keywords: ["signbit function"] --- -# signbit +# `signbit` Determines whether a floating-point value is negative. diff --git a/docs/c-runtime-library/reference/snscanf-s-snscanf-s-l-snwscanf-s-snwscanf-s-l.md b/docs/c-runtime-library/reference/snscanf-s-snscanf-s-l-snwscanf-s-snwscanf-s-l.md index 60f935999c..3852d97f4c 100644 --- a/docs/c-runtime-library/reference/snscanf-s-snscanf-s-l-snwscanf-s-snwscanf-s-l.md +++ b/docs/c-runtime-library/reference/snscanf-s-snscanf-s-l-snwscanf-s-snwscanf-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_sntscanf_s", "snscanf_s", "_snwscanf_s_l", "sntscanf_s_l", "snws helpviewer_keywords: ["_snscanf_s_l function", "snwscanf_s function", "_snwscanf_s function", "sntscanf_s_l function", "sntscanf_s function", "_snwscanf_s_l function", "_snscanf_s function", "snscanf_s_l function", "strings [C++], reading data from", "_sntscanf_s_l function", "reading data, strings", "snscanf_s function", "strings [C++], reading", "_sntscanf_s function", "snwscanf_s_l function"] ms.assetid: 72356653-7362-461a-af73-597b9c0a8094 --- -# _snscanf_s, _snscanf_s_l, _snwscanf_s, _snwscanf_s_l +# `_snscanf_s`, `_snscanf_s_l`, `_snwscanf_s`, `_snwscanf_s_l` Reads formatted data of a specified length from a string. These are versions of [`_snscanf`, `_snscanf_l`, `_snwscanf`, `_snwscanf_l`](snscanf-snscanf-l-snwscanf-snwscanf-l.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/snscanf-snscanf-l-snwscanf-snwscanf-l.md b/docs/c-runtime-library/reference/snscanf-snscanf-l-snwscanf-snwscanf-l.md index 2c7f8b3ce0..076c7a7b18 100644 --- a/docs/c-runtime-library/reference/snscanf-snscanf-l-snwscanf-snwscanf-l.md +++ b/docs/c-runtime-library/reference/snscanf-snscanf-l-snwscanf-snwscanf-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_snscanf", "_snscanf_l", "_snwscanf", "snscanf_l", "snscanf", "_s helpviewer_keywords: ["snscanf_l function", "snwscanf function", "_sntscanf_l function", "sntscanf function", "_snwscanf_l function", "_sntscanf function", "_snscanf_l function", "sntscanf_l function", "strings [C++], reading data from", "snscanf function", "snwscanf_l function", "_snwscanf function", "reading data, strings", "strings [C++], reading", "_snscanf function"] ms.assetid: da1ac890-f905-4cd7-954b-3c90957b5551 --- -# _snscanf, _snscanf_l, _snwscanf, _snwscanf_l +# `_snscanf`, `_snscanf_l`, `_snwscanf`, `_snwscanf_l` Reads formatted data of a specified length from a string. More secure versions of these functions are available; see [`_snscanf_s`, `_snscanf_s_l`, `_snwscanf_s`, `_snwscanf_s_l`](snscanf-s-snscanf-s-l-snwscanf-s-snwscanf-s-l.md). diff --git a/docs/c-runtime-library/reference/sopen.md b/docs/c-runtime-library/reference/sopen.md index d9c6a2f0e3..f0d4fede70 100644 --- a/docs/c-runtime-library/reference/sopen.md +++ b/docs/c-runtime-library/reference/sopen.md @@ -10,7 +10,7 @@ f1_keywords: ["sopen"] helpviewer_keywords: ["sopen function"] ms.assetid: 1ce0b707-0c9e-4942-8467-ce7f6cd68acc --- -# sopen +# `sopen` The Microsoft-specific function name `sopen` is a deprecated alias for the [`_sopen`](sopen-wsopen.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnl-wspawnl.md b/docs/c-runtime-library/reference/spawnl-wspawnl.md index 66797d0983..c890468532 100644 --- a/docs/c-runtime-library/reference/spawnl-wspawnl.md +++ b/docs/c-runtime-library/reference/spawnl-wspawnl.md @@ -10,7 +10,7 @@ f1_keywords: ["wspawnl", "_wspawnl", "_spawnl"] helpviewer_keywords: ["spawnl function", "processes, creating", "_spawnl function", "processes, executing new", "_wspawnl function", "wspawnl function", "process creation"] ms.assetid: dd4584c9-7173-4fc5-b93a-6e7d3c2316d7 --- -# _spawnl, _wspawnl +# `_spawnl`, `_wspawnl` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnl.md b/docs/c-runtime-library/reference/spawnl.md index c459b56cc4..d925222caf 100644 --- a/docs/c-runtime-library/reference/spawnl.md +++ b/docs/c-runtime-library/reference/spawnl.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnl"] helpviewer_keywords: ["spawnl function"] ms.assetid: ae762de9-e761-4fb7-bb63-b7904ed09a98 --- -# spawnl +# `spawnl` The Microsoft-specific function name `spawnl` is a deprecated alias for the [`_spawnl`](spawnl-wspawnl.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnle-wspawnle.md b/docs/c-runtime-library/reference/spawnle-wspawnle.md index c124c50adf..32f8419731 100644 --- a/docs/c-runtime-library/reference/spawnle-wspawnle.md +++ b/docs/c-runtime-library/reference/spawnle-wspawnle.md @@ -10,7 +10,7 @@ f1_keywords: ["_spawnle", "wspawnle", "_wspawnle"] helpviewer_keywords: ["spawnle function", "processes, creating", "_wspawnle function", "processes, executing new", "process creation", "wspawnle function", "_spawnle function"] ms.assetid: 80308892-2815-49b1-8cca-53894c366f5a --- -# _spawnle, _wspawnle +# `_spawnle`, `_wspawnle` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnle.md b/docs/c-runtime-library/reference/spawnle.md index 3e84226086..49df386050 100644 --- a/docs/c-runtime-library/reference/spawnle.md +++ b/docs/c-runtime-library/reference/spawnle.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnle"] helpviewer_keywords: ["spawnle function"] ms.assetid: 7c90cfdd-dcee-4ea6-b709-cd0f7598b0fe --- -# spawnle +# `spawnle` The Microsoft-specific function name `spawnle` is a deprecated alias for the [`_spawnle`](spawnle-wspawnle.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnlp-wspawnlp.md b/docs/c-runtime-library/reference/spawnlp-wspawnlp.md index 4808998fc6..b4460f74a0 100644 --- a/docs/c-runtime-library/reference/spawnlp-wspawnlp.md +++ b/docs/c-runtime-library/reference/spawnlp-wspawnlp.md @@ -10,7 +10,7 @@ f1_keywords: ["_wspawnlp", "wspawnlp", "_spawnlp"] helpviewer_keywords: ["wspawnlp function", "_spawnlp function", "processes, creating", "processes, executing new", "_wspawnlp function", "process creation", "spawnlp function"] ms.assetid: 74fc6e7a-4f24-4103-9387-7177875875e6 --- -# _spawnlp, _wspawnlp +# `_spawnlp`, `_wspawnlp` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnlp.md b/docs/c-runtime-library/reference/spawnlp.md index 6906f9414f..359d34891d 100644 --- a/docs/c-runtime-library/reference/spawnlp.md +++ b/docs/c-runtime-library/reference/spawnlp.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnlp"] helpviewer_keywords: ["spawnlp function"] ms.assetid: 560da96f-4902-4620-8a92-0d128ecaa001 --- -# spawnlp +# `spawnlp` The Microsoft-specific function name `spawnlp` is a deprecated alias for the [`_spawnlp`](spawnlp-wspawnlp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnlpe-wspawnlpe.md b/docs/c-runtime-library/reference/spawnlpe-wspawnlpe.md index b496a27446..8810fa001d 100644 --- a/docs/c-runtime-library/reference/spawnlpe-wspawnlpe.md +++ b/docs/c-runtime-library/reference/spawnlpe-wspawnlpe.md @@ -10,7 +10,7 @@ f1_keywords: ["_wspawnlpe", "_spawnlpe", "wspawnlpe"] helpviewer_keywords: ["_wspawnlpe function", "wspawnlpe function", "processes, creating", "spawnlpe function", "_spawnlpe function", "processes, executing new", "process creation"] ms.assetid: e171ebfa-70e7-4c44-8331-2a291fc17bd6 --- -# _spawnlpe, _wspawnlpe +# `_spawnlpe`, `_wspawnlpe` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnlpe.md b/docs/c-runtime-library/reference/spawnlpe.md index 7c1b280e30..42fe6e7b82 100644 --- a/docs/c-runtime-library/reference/spawnlpe.md +++ b/docs/c-runtime-library/reference/spawnlpe.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnlpe"] helpviewer_keywords: ["spawnlpe function"] ms.assetid: 379143a7-f3d0-41de-83cc-2b4321146390 --- -# spawnlpe +# `spawnlpe` The Microsoft-specific function name `spawnlpe` is a deprecated alias for the [`_spawnlpe`](spawnlpe-wspawnlpe.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnv-wspawnv.md b/docs/c-runtime-library/reference/spawnv-wspawnv.md index 6047ff2f90..133581c496 100644 --- a/docs/c-runtime-library/reference/spawnv-wspawnv.md +++ b/docs/c-runtime-library/reference/spawnv-wspawnv.md @@ -10,7 +10,7 @@ f1_keywords: ["wspawnv", "_spawnv", "_wspawnv"] helpviewer_keywords: ["wspawnv function", "processes, creating", "_spawnv function", "processes, executing new", "process creation", "_wspawnv function", "spawnv function"] ms.assetid: 72360ef4-dfa9-44c1-88c1-b3ecb660aa7d --- -# _spawnv, _wspawnv +# `_spawnv`, `_wspawnv` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnv.md b/docs/c-runtime-library/reference/spawnv.md index 875d0c24af..567364c5fd 100644 --- a/docs/c-runtime-library/reference/spawnv.md +++ b/docs/c-runtime-library/reference/spawnv.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnv"] helpviewer_keywords: ["spawnv function"] ms.assetid: 6f9b247c-1524-4c24-b846-6925fe22f1cd --- -# spawnv +# `spawnv` The Microsoft-specific function name `spawnv` is a deprecated alias for the [`_spawnv`](spawnv-wspawnv.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnve-wspawnve.md b/docs/c-runtime-library/reference/spawnve-wspawnve.md index 4234668896..bff63b3c5a 100644 --- a/docs/c-runtime-library/reference/spawnve-wspawnve.md +++ b/docs/c-runtime-library/reference/spawnve-wspawnve.md @@ -10,7 +10,7 @@ f1_keywords: ["wspawnve", "_spawnve", "_wspawnve"] helpviewer_keywords: ["_spawnve function", "spawnve function", "wspawnve function", "processes, creating", "_wspawnve function", "processes, executing new", "process creation"] ms.assetid: 26d1713d-b551-4f21-a07b-e9891a2ae6cf --- -# _spawnve, _wspawnve +# `_spawnve`, `_wspawnve` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnve.md b/docs/c-runtime-library/reference/spawnve.md index d44cb9764e..5bddb17dbd 100644 --- a/docs/c-runtime-library/reference/spawnve.md +++ b/docs/c-runtime-library/reference/spawnve.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnve"] helpviewer_keywords: ["spawnve function"] ms.assetid: 39507df8-f15f-45fb-b2b6-01359272b147 --- -# spawnve +# `spawnve` The Microsoft-specific function name `spawnve` is a deprecated alias for the [`_spawnve`](spawnve-wspawnve.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnvp-wspawnvp.md b/docs/c-runtime-library/reference/spawnvp-wspawnvp.md index 9c1821fa22..bd255f71f6 100644 --- a/docs/c-runtime-library/reference/spawnvp-wspawnvp.md +++ b/docs/c-runtime-library/reference/spawnvp-wspawnvp.md @@ -10,7 +10,7 @@ f1_keywords: ["_wspawnvp", "_spawnvp", "wspawnvp"] helpviewer_keywords: ["wspawnvp function", "processes, creating", "_wspawnvp function", "processes, executing new", "spawnvp function", "process creation", "_spawnvp function"] ms.assetid: 8d8774ec-6ad4-4680-a5aa-440cde1e0249 --- -# _spawnvp, _wspawnvp +# `_spawnvp`, `_wspawnvp` Creates a process and executes it. diff --git a/docs/c-runtime-library/reference/spawnvp.md b/docs/c-runtime-library/reference/spawnvp.md index 0e592e941b..5dccb599f4 100644 --- a/docs/c-runtime-library/reference/spawnvp.md +++ b/docs/c-runtime-library/reference/spawnvp.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnvp"] helpviewer_keywords: ["spawnvp function"] ms.assetid: 25d3896d-1934-4453-ae8b-4fb5480a2657 --- -# spawnvp +# `spawnvp` The Microsoft-specific function name `spawnvp` is a deprecated alias for the [`_spawnvp`](spawnvp-wspawnvp.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/spawnvpe-wspawnvpe.md b/docs/c-runtime-library/reference/spawnvpe-wspawnvpe.md index 8e364ffa3a..4cb3939f32 100644 --- a/docs/c-runtime-library/reference/spawnvpe-wspawnvpe.md +++ b/docs/c-runtime-library/reference/spawnvpe-wspawnvpe.md @@ -10,7 +10,7 @@ f1_keywords: ["_spawnvpe", "wspawnvpe", "_wspawnvpe"] helpviewer_keywords: ["_wspawnvpe function", "processes, creating", "_spawnvpe function", "processes, executing new", "wspawnvpe function", "process creation", "spawnvpe function"] ms.assetid: 3db6394e-a955-4837-97a1-fab1db1e6092 --- -# _spawnvpe, _wspawnvpe +# `_spawnvpe`, `_wspawnvpe` Creates and executes a new process. diff --git a/docs/c-runtime-library/reference/spawnvpe.md b/docs/c-runtime-library/reference/spawnvpe.md index cc4a4365cd..fd27850d99 100644 --- a/docs/c-runtime-library/reference/spawnvpe.md +++ b/docs/c-runtime-library/reference/spawnvpe.md @@ -10,7 +10,7 @@ f1_keywords: ["spawnvpe"] helpviewer_keywords: ["spawnvpe function"] ms.assetid: be16bf98-5059-4c33-be00-7524142a017e --- -# spawnvpe +# `spawnvpe` The Microsoft-specific function name `spawnvpe` is a deprecated alias for the [`_spawnvpe`](spawnvpe-wspawnvpe.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/sprintf-s-sprintf-s-l-swprintf-s-swprintf-s-l.md b/docs/c-runtime-library/reference/sprintf-s-sprintf-s-l-swprintf-s-swprintf-s-l.md index 3e12620321..ab533aaa07 100644 --- a/docs/c-runtime-library/reference/sprintf-s-sprintf-s-l-swprintf-s-swprintf-s-l.md +++ b/docs/c-runtime-library/reference/sprintf-s-sprintf-s-l-swprintf-s-swprintf-s-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["swprintf_s", "sprintf_s", "stdio/sprintf_s", "stdio/swprintf_s", "stdio/_sprintf_s_l", "stdio/_swprintf_s_l", "_sprintf_s_l", "_swprintf_s_l"] helpviewer_keywords: ["stprintf_s function", "stprintf_s_l function", "swprintf_s_l function", "sprintf_s function", "swprintf_s function", "_swprintf_s_l function", "sprintf_s_l function", "_stprintf_s_l function", "_stprintf_s function", "_sprintf_s_l function", "formatted text [C++]"] --- -# sprintf_s, _sprintf_s_l, swprintf_s, _swprintf_s_l +# `sprintf_s`, `_sprintf_s_l`, `swprintf_s`, `_swprintf_s_l` Write formatted data to a string. These are versions of [`sprintf`, `_sprintf_l`, `swprintf`, `_swprintf_l`, `__swprintf_l`](sprintf-sprintf-l-swprintf-swprintf-l-swprintf-l.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/static-assert-macro.md b/docs/c-runtime-library/reference/static-assert-macro.md index 46a4af5cfd..e897c24934 100644 --- a/docs/c-runtime-library/reference/static-assert-macro.md +++ b/docs/c-runtime-library/reference/static-assert-macro.md @@ -9,7 +9,7 @@ f1_keywords: ["_STATIC_ASSERT"] helpviewer_keywords: ["_STATIC_ASSERT macro"] ms.assetid: 89b0350c-2c2f-4be6-9786-8b1f0780a5da --- -# _STATIC_ASSERT Macro +# `_STATIC_ASSERT` macro Evaluate an expression at compile time and generate an error when the result is **FALSE**. diff --git a/docs/c-runtime-library/reference/status87-statusfp-statusfp2.md b/docs/c-runtime-library/reference/status87-statusfp-statusfp2.md index b7d83a52ef..54769c0a52 100644 --- a/docs/c-runtime-library/reference/status87-statusfp-statusfp2.md +++ b/docs/c-runtime-library/reference/status87-statusfp-statusfp2.md @@ -10,7 +10,7 @@ f1_keywords: ["_statusfp2", "_statusfp", "statusfp2", "_status87", "status87", " helpviewer_keywords: ["floating-point functions, getting status word", "floating-point numbers, status word", "status87 function", "status word, getting floating point", "statusfp function", "_statusfp function", "_statusfp2 function", "statusfp2 function", "_status87 function", "floating-point functions", "status word"] ms.assetid: 7ef963fa-b1fb-429d-94d6-fbf282ab7432 --- -# _status87, _statusfp, _statusfp2 +# `_status87`, `_statusfp`, `_statusfp2` Gets the floating-point status word. diff --git a/docs/c-runtime-library/reference/strcmpi.md b/docs/c-runtime-library/reference/strcmpi.md index 40fc416080..3e80b441e2 100644 --- a/docs/c-runtime-library/reference/strcmpi.md +++ b/docs/c-runtime-library/reference/strcmpi.md @@ -10,7 +10,7 @@ f1_keywords: ["strcmpi"] helpviewer_keywords: ["strcmpi function"] ms.assetid: 74206b2f-9bca-4d32-9cdc-93cb94c2aaa1 --- -# strcmpi +# `strcmpi` The Microsoft-specific function name `strcmpi` is a deprecated alias for the [`_stricmp`](stricmp-wcsicmp-mbsicmp-stricmp-l-wcsicmp-l-mbsicmp-l.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/strcoll-wcscoll-mbscoll-strcoll-l-wcscoll-l-mbscoll-l.md b/docs/c-runtime-library/reference/strcoll-wcscoll-mbscoll-strcoll-l-wcscoll-l-mbscoll-l.md index b36024241c..e7a22a0847 100644 --- a/docs/c-runtime-library/reference/strcoll-wcscoll-mbscoll-strcoll-l-wcscoll-l-mbscoll-l.md +++ b/docs/c-runtime-library/reference/strcoll-wcscoll-mbscoll-strcoll-l-wcscoll-l-mbscoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wcscoll", "_mbscoll", "_tcscoll", "_ftcscoll"] helpviewer_keywords: ["code pages, using for string comparisons", "mbscoll function", "wcscoll_l function", "ftcscoll function", "wcscoll function", "_strcoll_l function", "tcscoll function", "_ftcscoll function", "_tcscoll function", "_wcscoll_l function", "_mbscoll function", "strcoll_l function", "strcoll functions", "strings [C++], comparing by code page"] ms.assetid: 900a7540-c7ec-4c2f-b292-7a85f63e3fe8 --- -# strcoll, wcscoll, _mbscoll, _strcoll_l, _wcscoll_l, _mbscoll_l +# `strcoll`, `wcscoll`, `_mbscoll`, `_strcoll_l`, `_wcscoll_l`, `_mbscoll_l` Compares strings by using the current locale or a specified LC_COLLATE conversion-state category. diff --git a/docs/c-runtime-library/reference/strcspn-wcscspn-mbscspn-mbscspn-l.md b/docs/c-runtime-library/reference/strcspn-wcscspn-mbscspn-mbscspn-l.md index 3b3d35641f..84161e31e1 100644 --- a/docs/c-runtime-library/reference/strcspn-wcscspn-mbscspn-mbscspn-l.md +++ b/docs/c-runtime-library/reference/strcspn-wcscspn-mbscspn-mbscspn-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strcspn", "_mbscspn", "wcscspn", "_ftcscspn", "_tcscspn"] helpviewer_keywords: ["strings [C++], searching", "ftcscspn function", "strcspn function", "_mbscspn function", "mbscspn_l function", "wcscspn function", "tcscspn function", "_ftcscspn function", "_mbscspn_l function", "mbscspn function", "_tcscspn function"] ms.assetid: f73f51dd-b533-4e46-ba29-d05c553708a6 --- -# strcspn, wcscspn, _mbscspn, _mbscspn_l +# `strcspn`, `wcscspn`, `_mbscspn`, `_mbscspn_l` Returns the index of the first occurrence in a string, of a character that belongs to a set of characters. diff --git a/docs/c-runtime-library/reference/strdate-s-wstrdate-s.md b/docs/c-runtime-library/reference/strdate-s-wstrdate-s.md index 5dbe7d15b5..8167a00ec0 100644 --- a/docs/c-runtime-library/reference/strdate-s-wstrdate-s.md +++ b/docs/c-runtime-library/reference/strdate-s-wstrdate-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_strdate_s", "wstrdate_s", "_wstrdate_s", "strdate_s", "_tstrdate helpviewer_keywords: ["dates, copying", "tstrdate_s function", "wstrdate_s function", "_tstrdate_s function", "strdate_s function", "copying dates", "_strdate_s function", "_wstrdate_s function"] ms.assetid: d41d8ea9-e5ce-40d4-864e-1ac29b455991 --- -# _strdate_s, _wstrdate_s +# `_strdate_s`, `_wstrdate_s` Copy the current system date to a buffer. These functions are versions of [`_strdate`, `_wstrdate`](strdate-wstrdate.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strdate-wstrdate.md b/docs/c-runtime-library/reference/strdate-wstrdate.md index 0a83d7fac8..1f0984842b 100644 --- a/docs/c-runtime-library/reference/strdate-wstrdate.md +++ b/docs/c-runtime-library/reference/strdate-wstrdate.md @@ -10,7 +10,7 @@ f1_keywords: ["_tstrdate", "wstrdate", "_wstrdate", "_strdate", "strdate"] helpviewer_keywords: ["strdate function", "dates, copying", "tstrdate function", "_wstrdate function", "wstrdate function", "_strdate function", "_tstrdate function", "copying dates"] ms.assetid: de8e4097-58f8-42ba-9dcd-cb4d9a9f1696 --- -# _strdate, _wstrdate +# `_strdate`, `_wstrdate` Copy current system date to a buffer. More secure versions of these functions are available; see [`_strdate_s`, `_wstrdate_s`](strdate-s-wstrdate-s.md). diff --git a/docs/c-runtime-library/reference/strdec-wcsdec-mbsdec-mbsdec-l.md b/docs/c-runtime-library/reference/strdec-wcsdec-mbsdec-mbsdec-l.md index 4624c564a0..9eee92e2ba 100644 --- a/docs/c-runtime-library/reference/strdec-wcsdec-mbsdec-mbsdec-l.md +++ b/docs/c-runtime-library/reference/strdec-wcsdec-mbsdec-mbsdec-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_strdec", "mbsdec_l", "strdec", "_mbsdec", "_mbsdec_l", "mbsdec", helpviewer_keywords: ["mbsdec_l function", "mbsdec function", "tcsdec function", "_tcsdec function", "_strdec function", "_wcsdec function", "_mbsdec_l function", "strdec function", "wcsdec function", "_mbsdec function"] ms.assetid: ae37c223-800f-48a9-ae8e-38c8d20af2dd --- -# _strdec, _wcsdec, _mbsdec, _mbsdec_l +# `_strdec`, `_wcsdec`, `_mbsdec`, `_mbsdec_l` Moves a string pointer back one character. diff --git a/docs/c-runtime-library/reference/strdup-dbg-wcsdup-dbg.md b/docs/c-runtime-library/reference/strdup-dbg-wcsdup-dbg.md index a0eefbe803..d2dcca5c9b 100644 --- a/docs/c-runtime-library/reference/strdup-dbg-wcsdup-dbg.md +++ b/docs/c-runtime-library/reference/strdup-dbg-wcsdup-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["_wcsdup_dbg", "strdup_dbg", "_strdup_dbg", "wcsdup_dbg"] helpviewer_keywords: ["_wcsdup_dbg function", "stdup_dbg function", "copying strings", "duplicating strings", "strings [C++], copying", "strings [C++], duplicating", "_strdup_dbg function", "wcsdup_dbg function"] ms.assetid: 681db70c-d124-43ab-b83e-5eeea9035097 --- -# _strdup_dbg, _wcsdup_dbg +# `_strdup_dbg`, `_wcsdup_dbg` Versions of [`_strdup` and `_wcsdup`](strdup-wcsdup-mbsdup.md) that use the debug version of **malloc**. diff --git a/docs/c-runtime-library/reference/strdup-wcsdup.md b/docs/c-runtime-library/reference/strdup-wcsdup.md index 8daddd105d..16871efb49 100644 --- a/docs/c-runtime-library/reference/strdup-wcsdup.md +++ b/docs/c-runtime-library/reference/strdup-wcsdup.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsdup", "strdup"] helpviewer_keywords: ["wcsdup function", "strdup function"] ms.assetid: c9ac0935-b525-4e95-8a64-396fc7e34ee9 --- -# strdup, wcsdup +# `strdup`, `wcsdup` The Microsoft-implemented POSIX function names `strdup` and `wcsdup` are deprecated aliases for the [`_strdup` and `_wcsdup`](strdup-wcsdup-mbsdup.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md b/docs/c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md index ea8623db35..3260b8c081 100644 --- a/docs/c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md +++ b/docs/c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md @@ -10,7 +10,7 @@ f1_keywords: ["wcserror_s", "__wcserror_s", "_tcserror_s", "_wcserror_s", "tcser helpviewer_keywords: ["__wcserror_s function", "error messages, printing", "tcserror_s function", "printing error messages", "strerror_s function", "_wcserror_s function", "_tcserror_s function", "_strerror_s function", "wcserror_s function", "error messages, getting"] ms.assetid: 9e5b15a0-efe1-4586-b7e3-e1d7c31a03d6 --- -# strerror_s, _strerror_s, _wcserror_s, __wcserror_s +# `strerror_s`, `_strerror_s`, `_wcserror_s`, `__wcserror_s` Get a system error message (**strerror_s**, **_wcserror_s**) or print a user-supplied error message (**_strerror_s**, **__wcserror_s**). These are versions of [`strerror`, `_strerror`, `_wcserror`, `__wcserror`](strerror-strerror-wcserror-wcserror.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strerror-strerror-wcserror-wcserror.md b/docs/c-runtime-library/reference/strerror-strerror-wcserror-wcserror.md index de1cbf6ec2..b100570f31 100644 --- a/docs/c-runtime-library/reference/strerror-strerror-wcserror-wcserror.md +++ b/docs/c-runtime-library/reference/strerror-strerror-wcserror-wcserror.md @@ -10,7 +10,7 @@ f1_keywords: ["__sys_errlist", "wcserror", "_strerror", "__wcserror", "strerror" helpviewer_keywords: ["strerror function", "_strerror function", "__sys_errlist", "wcserror function", "error messages, printing", "__sys_nerr", "tcserror function", "printing error messages", "_wcserror function", "_tcserror function", "__wcserror function", "error messages, getting"] ms.assetid: 27b72255-f627-43c0-8836-bcda8b003e14 --- -# strerror, _strerror, _wcserror, __wcserror +# `strerror`, `_strerror`, `_wcserror`, `__wcserror` Gets a system error message string (**strerror**, **_wcserror**) or formats a user-supplied error message string (**_strerror**, **__wcserror**). More secure versions of these functions are available; see [`strerror_s`, `_strerror_s`, `_wcserror_s`, `__wcserror_s`](strerror-s-strerror-s-wcserror-s-wcserror-s.md). diff --git a/docs/c-runtime-library/reference/stricoll-wcsicoll-mbsicoll-stricoll-l-wcsicoll-l-mbsicoll-l.md b/docs/c-runtime-library/reference/stricoll-wcsicoll-mbsicoll-stricoll-l-wcsicoll-l-mbsicoll-l.md index e1194f5958..dac0332e70 100644 --- a/docs/c-runtime-library/reference/stricoll-wcsicoll-mbsicoll-stricoll-l-wcsicoll-l-mbsicoll-l.md +++ b/docs/c-runtime-library/reference/stricoll-wcsicoll-mbsicoll-stricoll-l-wcsicoll-l-mbsicoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["stricoll", "_stricoll", "_wcsicoll", "mbsicoll_l", "_mbsicoll", " helpviewer_keywords: ["code pages, using for string comparisons", "_ftcsicoll function", "_mbsicoll_l function", "_mbsicoll function", "mbsicoll function", "stricoll function", "tcsicoll function", "string comparison [C++], culture-specific", "_tcsicoll function", "_stricoll function", "_stricoll_l function", "_wcsicoll function", "mbsicoll_l function", "stricoll_l function", "strings [C++], comparing by code page", "ftcsicoll function"] ms.assetid: 8ec93016-5a49-49d2-930f-721566661d82 --- -# _stricoll, _wcsicoll, _mbsicoll, _stricoll_l, _wcsicoll_l, _mbsicoll_l +# `_stricoll`, `_wcsicoll`, `_mbsicoll`, `_stricoll_l`, `_wcsicoll_l`, `_mbsicoll_l` Compares strings by using locale-specific information. diff --git a/docs/c-runtime-library/reference/strinc-wcsinc-mbsinc-mbsinc-l.md b/docs/c-runtime-library/reference/strinc-wcsinc-mbsinc-mbsinc-l.md index 95abe53a90..91d8d6e641 100644 --- a/docs/c-runtime-library/reference/strinc-wcsinc-mbsinc-mbsinc-l.md +++ b/docs/c-runtime-library/reference/strinc-wcsinc-mbsinc-mbsinc-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsinc_l", "_strinc", "strinc", "_mbsinc", "_wcsinc", "wcsinc", " helpviewer_keywords: ["_mbsinc function", "wcsinc function", "mbsinc_l function", "_strinc function", "strinc function", "_mbsinc_l function", "mbsinc function", "_wcsinc function", "_tcsinc function", "tcsinc function"] ms.assetid: 54685943-8e2c-45e9-a559-2d94930dc6b4 --- -# _strinc, _wcsinc, _mbsinc, _mbsinc_l +# `_strinc`, `_wcsinc`, `_mbsinc`, `_mbsinc_l` Advances a string pointer by one character. diff --git a/docs/c-runtime-library/reference/strlwr-s-strlwr-s-l-mbslwr-s-mbslwr-s-l-wcslwr-s-wcslwr-s-l.md b/docs/c-runtime-library/reference/strlwr-s-strlwr-s-l-mbslwr-s-mbslwr-s-l-wcslwr-s-wcslwr-s-l.md index b414488496..5c19e40d18 100644 --- a/docs/c-runtime-library/reference/strlwr-s-strlwr-s-l-mbslwr-s-mbslwr-s-l-wcslwr-s-wcslwr-s-l.md +++ b/docs/c-runtime-library/reference/strlwr-s-strlwr-s-l-mbslwr-s-mbslwr-s-l-wcslwr-s-wcslwr-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_strlwr_s_l", "_strlwr_s", "mbslwr_s_l", "strlwr_s_l", "_wcslwr_s helpviewer_keywords: ["_tcslwr_s function", "wcslwr_s function", "_mbslwr_s function", "_wcslwr_s function", "strlwr_s_l function", "mbslwr_s_l function", "_strlwr_s function", "string conversion [C++], case", "strlwr_s function", "wcslwr_s_l function", "_tcslwr_s_l function", "mbslwr_s function", "strings [C++], case", "_wcslwr_s_l function", "converting case, CRT functions", "_strlwr_s_l function", "_mbslwr_s_l function", "case, converting", "tcslwr_s function", "tcslwr_s_l function", "strings [C++], converting case"] ms.assetid: 4883d31b-bdac-4049-83a1-91dfdeceee79 --- -# _strlwr_s, _strlwr_s_l, _mbslwr_s, _mbslwr_s_l, _wcslwr_s, _wcslwr_s_l +# `_strlwr_s`, `_strlwr_s_l`, `_mbslwr_s`, `_mbslwr_s_l`, `_wcslwr_s`, `_wcslwr_s_l` Converts a string to lowercase, by using the current locale or a locale object that's passed in. These versions of [`_strlwr`, `_wcslwr`, `_mbslwr`, `_strlwr_l`, `_wcslwr_l`, `_mbslwr_l`](strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md b/docs/c-runtime-library/reference/strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md index 536451039c..3d8dabf1a7 100644 --- a/docs/c-runtime-library/reference/strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md +++ b/docs/c-runtime-library/reference/strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_strlwr", "wcslwr_l", "_ftcslwr", "mbslwr_l", "_mbslwr", "_wcslwr helpviewer_keywords: ["tcslwr function", "_strlwr function", "converting case", "string conversion [C++], case", "mbslwr function", "_strlwr_l function", "strlwr_l function", "_wcslwr function", "ftcslwr function", "strings [C++], case", "_tcslwr_l function", "_wcslwr_l function", "wcslwr_l function", "mbslwr_l function", "tcslwr_l function", "_tcslwr function", "converting case, CRT functions", "_ftcslwr function", "_mbslwr function", "case, converting", "strings [C++], converting case", "_mbslwr_l function"] ms.assetid: d279181d-2e7d-401f-ab44-6e7c2786a046 --- -# _strlwr, _wcslwr, _mbslwr, _strlwr_l, _wcslwr_l, _mbslwr_l +# `_strlwr`, `_wcslwr`, `_mbslwr`, `_strlwr_l`, `_wcslwr_l`, `_mbslwr_l` Converts a string to lowercase. More secure versions of these functions are available; see [`_strlwr_s`, `_strlwr_s_l`, `_mbslwr_s`, `_mbslwr_s_l`, `_wcslwr_s`, `_wcslwr_s_l`](strlwr-s-strlwr-s-l-mbslwr-s-mbslwr-s-l-wcslwr-s-wcslwr-s-l.md). diff --git a/docs/c-runtime-library/reference/strlwr-wcslwr.md b/docs/c-runtime-library/reference/strlwr-wcslwr.md index 223529f29f..4584af826b 100644 --- a/docs/c-runtime-library/reference/strlwr-wcslwr.md +++ b/docs/c-runtime-library/reference/strlwr-wcslwr.md @@ -10,7 +10,7 @@ f1_keywords: ["wcslwr", "strlwr"] helpviewer_keywords: ["strlwr function", "wcslwr function"] ms.assetid: b9274824-4365-4674-b656-823c89653656 --- -# strlwr, wcslwr +# `strlwr`, `wcslwr` The Microsoft-specific function names `strlwr` and `wcslwr` are deprecated aliases for the [`_strlwr` and `_wcslwr`](strlwr-wcslwr-mbslwr-strlwr-l-wcslwr-l-mbslwr-l.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strncat-s-strncat-s-l-wcsncat-s-wcsncat-s-l-mbsncat-s-mbsncat-s-l.md b/docs/c-runtime-library/reference/strncat-s-strncat-s-l-wcsncat-s-wcsncat-s-l-mbsncat-s-mbsncat-s-l.md index e2a50c5c42..498fe6513c 100644 --- a/docs/c-runtime-library/reference/strncat-s-strncat-s-l-wcsncat-s-wcsncat-s-l-mbsncat-s-mbsncat-s-l.md +++ b/docs/c-runtime-library/reference/strncat-s-strncat-s-l-wcsncat-s-wcsncat-s-l-mbsncat-s-mbsncat-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strncat_s_l", "_mbsncat_s_l", "_tcsncat_s", "wcsncat_s", "wcsncat helpviewer_keywords: ["concatenating strings", "_mbsncat_s function", "mbsncat_s_l function", "_tcsncat_s function", "_mbsncat_s_l function", "strncat_s function", "strings [C++], appending", "strncat_s_l function", "string concatenation [C++]", "_tcsncat_s_l function", "wcsncat_s function", "appending strings", "wcsncat_s_l function", "mbsncat_s function"] ms.assetid: de77eca2-4d9c-4e66-abf2-a95fefc21e5a --- -# strncat_s, _strncat_s_l, wcsncat_s, _wcsncat_s_l, _mbsncat_s, _mbsncat_s_l +# `strncat_s`, `_strncat_s_l`, `wcsncat_s`, `_wcsncat_s_l`, `_mbsncat_s`, `_mbsncat_s_l` Appends characters to a string. These versions of [`strncat`, `_strncat_l`, `wcsncat`, `_wcsncat_l`, `_mbsncat`, `_mbsncat_l`](strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md b/docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md index baee359cdc..ac6c60fef0 100644 --- a/docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md +++ b/docs/c-runtime-library/reference/strncat-strncat-l-wcsncat-wcsncat-l-mbsncat-mbsncat-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_tcsncat_l", "_wcsncat_l", "_tcsnccat_l", "_mbsncat", "_strncat_l", "strncat", "_tcsnccat", "_mbsncat_l", "_ftcsncat", "wcsncat", "_tcsncat"] helpviewer_keywords: ["concatenating strings", "ftcsncat function", "tcsncat_l function", "_tcsnccat_l function", "_tcsncat function", "strncat function", "_ftcsncat function", "mbsncat function", "mbsncat_l function", "strings [C++], appending", "wcsncat function", "tcsnccat function", "tcsnccat_l function", "_tcsnccat function", "string concatenation [C++]", "appending strings", "characters [C++], appending to strings", "_mbsncat function", "_tcsncat_l function", "_mbsncat_l function", "tcsncat function"] --- -# strncat, _strncat_l, wcsncat, _wcsncat_l, _mbsncat, _mbsncat_l +# `strncat`, `_strncat_l`, `wcsncat`, `_wcsncat_l`, `_mbsncat`, `_mbsncat_l` Appends characters of a string. More secure versions of these functions are available, see `[strncat_s, _strncat_s_l, wcsncat_s, _wcsncat_s_l, _mbsncat_s, _mbsncat_s_l`](strncat-s-strncat-s-l-wcsncat-s-wcsncat-s-l-mbsncat-s-mbsncat-s-l.md) . diff --git a/docs/c-runtime-library/reference/strncnt-wcsncnt-mbsnbcnt-mbsnbcnt-l-mbsnccnt-mbsnccnt-l.md b/docs/c-runtime-library/reference/strncnt-wcsncnt-mbsnbcnt-mbsnbcnt-l-mbsnccnt-mbsnccnt-l.md index bd311358fe..dda6344612 100644 --- a/docs/c-runtime-library/reference/strncnt-wcsncnt-mbsnbcnt-mbsnbcnt-l-mbsnccnt-mbsnccnt-l.md +++ b/docs/c-runtime-library/reference/strncnt-wcsncnt-mbsnbcnt-mbsnbcnt-l-mbsnccnt-mbsnccnt-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbsnbcnt", "wcsncnt", "_tcsnbcnt", "_mbsnccnt", "_ftcsnbcnt", "m helpviewer_keywords: ["_strncnt function", "_mbsnbcnt function", "_mbsnbcnt_l function", "_mbsnccnt_l function", "mbsnbcnt_l function", "mbsnbcnt function", "tcsnbcnt function", "mbsnccnt_l function", "strncnt function", "_tcsnbcnt function", "mbsnccnt function", "wcsncnt function", "_mbsnccnt function", "_wcsncnt function"] ms.assetid: 2a022e9e-a307-4acb-a66b-e56e5357f848 --- -# _strncnt, _wcsncnt, _mbsnbcnt, _mbsnbcnt_l, _mbsnccnt, _mbsnccnt_l +# `_strncnt`, `_wcsncnt`, `_mbsnbcnt`, `_mbsnbcnt_l`, `_mbsnccnt`, `_mbsnccnt_l` Returns the number of characters or bytes within a specified count. diff --git a/docs/c-runtime-library/reference/strncoll-wcsncoll-mbsncoll-strncoll-l-wcsncoll-l-mbsncoll-l.md b/docs/c-runtime-library/reference/strncoll-wcsncoll-mbsncoll-strncoll-l-wcsncoll-l-mbsncoll-l.md index 4bf346d05b..3e9588986a 100644 --- a/docs/c-runtime-library/reference/strncoll-wcsncoll-mbsncoll-strncoll-l-wcsncoll-l-mbsncoll-l.md +++ b/docs/c-runtime-library/reference/strncoll-wcsncoll-mbsncoll-strncoll-l-wcsncoll-l-mbsncoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsncoll_l", "strncoll", "_wcsncoll", "_tcsnccoll", "_ftcsnccoll" helpviewer_keywords: ["_strncoll_l function", "code pages, using for string comparisons", "_strncoll function", "_mbsncoll function", "ftcsncoll function", "strncoll function", "_ftcsncoll function", "strncoll_l function", "wcsncoll function", "mbsncoll function", "_tcsncoll function", "_tcsnccoll function", "wcsncoll_l function", "tcsnccoll function", "mbsncoll_l function", "_mbsncoll_l function", "tcsncoll function", "_wcsncoll function", "strings [C++], comparing by code page", "_ftcsnccoll function", "ftcsnccoll function", "_wcsncoll_l function"] ms.assetid: e659a5a4-8afe-4033-8e72-17ffd4bdd8e9 --- -# _strncoll, _wcsncoll, _mbsncoll, _strncoll_l, _wcsncoll_l, _mbsncoll_l +# `_strncoll`, `_wcsncoll`, `_mbsncoll`, `_strncoll_l`, `_wcsncoll_l`, `_mbsncoll_l` Compares strings by using locale-specific information. diff --git a/docs/c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md b/docs/c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md index 8c52045bde..e0a60fe5a3 100644 --- a/docs/c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md +++ b/docs/c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strnextc", "tcsnextc", "_mbsnextc_l", "_mbsnextc", "mbsnextc_l", helpviewer_keywords: ["_mbsnextc function", "_tcsnextc function", "_wcsnextc function", "tcsnextc function", "strnextc function", "mbsnextc function", "_strnextc function", "_mbsnextc_l function", "mbsnextc_l function", "wcsnextc function"] ms.assetid: e3086173-9eb5-4540-a23a-5d866bd05340 --- -# _strnextc, _wcsnextc, _mbsnextc, _mbsnextc_l +# `_strnextc`, `_wcsnextc`, `_mbsnextc`, `_mbsnextc_l` Finds the next character in a string. diff --git a/docs/c-runtime-library/reference/strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md b/docs/c-runtime-library/reference/strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md index 962ada4b82..d7d05ae533 100644 --- a/docs/c-runtime-library/reference/strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md +++ b/docs/c-runtime-library/reference/strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsnicmp_l", "_strnicmp", "_ftcsnicmp", "mbsnicmp_l", "_ftcsncicm helpviewer_keywords: ["tcsnicmp function", "_tcsncicmp function", "_mbsnicmp_l function", "mbsnicmp_l function", "wcsnicmp_l function", "wcsnicmp function", "string comparison [C++], lowercase", "ftcsnicmp function", "strnicmp_l function", "strncmp function", "_strnicmp function", "strings [C++], comparing characters of", "_wcsnicmp_l function", "tcsncicmp function", "string comparison [C++], strncmp function", "_mbsnicmp function", "ftcsncicmp function", "_tcsnicmp function", "_ftcsncicmp function", "_strnicmp_l function", "_ftcsnicmp function", "characters [C++], comparing", "mbsnicmp function", "_wcsnicmp function"] ms.assetid: df6e5037-4039-4c85-a0a6-21d4ef513966 --- -# _strnicmp, _wcsnicmp, _mbsnicmp, _strnicmp_l, _wcsnicmp_l, _mbsnicmp_l +# `_strnicmp`, `_wcsnicmp`, `_mbsnicmp`, `_strnicmp_l`, `_wcsnicmp_l`, `_mbsnicmp_l` Compares the specified number of characters of two strings without regard to case. diff --git a/docs/c-runtime-library/reference/strnicmp-wcsnicmp.md b/docs/c-runtime-library/reference/strnicmp-wcsnicmp.md index 3f56a6ca57..3a9aea37f4 100644 --- a/docs/c-runtime-library/reference/strnicmp-wcsnicmp.md +++ b/docs/c-runtime-library/reference/strnicmp-wcsnicmp.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsnicmp", "strnicmp"] helpviewer_keywords: ["strnicmp function", "wcsnicmp function"] ms.assetid: 01324ee4-0bd9-43e9-b2a3-53d180270a64 --- -# strnicmp, wcsnicmp +# `strnicmp`, `wcsnicmp` The Microsoft-specific function names `strnicmp` and `wcsnicmp` are deprecated aliases for the [`_strnicmp` and `_wcsnicmp`](strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strnicoll-wcsnicoll-mbsnicoll-strnicoll-l-wcsnicoll-l-mbsnicoll-l.md b/docs/c-runtime-library/reference/strnicoll-wcsnicoll-mbsnicoll-strnicoll-l-wcsnicoll-l-mbsnicoll-l.md index fa7f3663f4..1508b778ec 100644 --- a/docs/c-runtime-library/reference/strnicoll-wcsnicoll-mbsnicoll-strnicoll-l-wcsnicoll-l-mbsnicoll-l.md +++ b/docs/c-runtime-library/reference/strnicoll-wcsnicoll-mbsnicoll-strnicoll-l-wcsnicoll-l-mbsnicoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wcshicoll_l", "_ftcsncicoll", "strnicoll_l", "_wcsnicoll", "mbsni helpviewer_keywords: ["code pages, using for string comparisons", "ftcsncicoll function", "mbsnicoll_l function", "_ftcsnicoll function", "mbsnicoll function", "_tcsnicoll function", "_wcsnicoll_l function", "_mbsnicoll function", "tcsncicoll function", "strnicoll function", "_ftcsncicoll function", "wcsnicoll_l function", "_mbsnicoll_l function", "_tcsncicoll function", "strnicoll_l function", "wcsnicoll function", "_strnicoll_l function", "_wcsnicoll function", "ftcsnicoll function", "strings [C++], comparing by code page", "tcsnicoll function", "_strnicoll function"] ms.assetid: abf0c569-725b-428d-9ff2-924f430104b4 --- -# _strnicoll, _wcsnicoll, _mbsnicoll, _strnicoll_l, _wcsnicoll_l, _mbsnicoll_l +# `_strnicoll`, `_wcsnicoll`, `_mbsnicoll`, `_strnicoll_l`, `_wcsnicoll_l`, `_mbsnicoll_l` Compares strings by using locale-specific information. diff --git a/docs/c-runtime-library/reference/strninc-wcsninc-mbsninc-mbsninc-l.md b/docs/c-runtime-library/reference/strninc-wcsninc-mbsninc-mbsninc-l.md index 7d01596b2a..66f6871af2 100644 --- a/docs/c-runtime-library/reference/strninc-wcsninc-mbsninc-mbsninc-l.md +++ b/docs/c-runtime-library/reference/strninc-wcsninc-mbsninc-mbsninc-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strninc", "wcsninc", "mbsninc_l", "_strninc", "_tcsninc", "mbsnin helpviewer_keywords: ["_mbsninc_l function", "mbsninc function", "_strninc function", "tcsninc function", "wcsninc function", "_mbsninc function", "strninc function", "_wcsninc function", "mbsninc_l function", "_tcsninc function"] ms.assetid: 6caace64-f9e4-48c0-afa8-ea51824ad723 --- -# _strninc, _wcsninc, _mbsninc, _mbsninc_l +# `_strninc`, `_wcsninc`, `_mbsninc`, `_mbsninc_l` Advances a string pointer by **n** characters. diff --git a/docs/c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md b/docs/c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md index b75004d6e7..bba8c763de 100644 --- a/docs/c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md +++ b/docs/c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbsnset_s_l", "wcsnset_s", "_tcsnset_s_l", "_wcsnset_s", "_mbsns helpviewer_keywords: ["tcsnset_s function", "mbsnset_s_l function", "initializing characters", "wcsnset_s function", "mbsnset_s function", "_tcsnset_s_l function", "_strnset_s_l function", "_mbsnset_s function", "strnset_s_l function", "_tcsnset_s function", "_strnset_s function", "tcsnset_s_l function", "_mbsnset_s_l function", "strnset_s function", "_wcsnset_s function"] ms.assetid: 9cf1b321-b5cb-4469-b285-4c07cfbd8813 --- -# _strnset_s, _strnset_s_l, _wcsnset_s, _wcsnset_s_l, _mbsnset_s, _mbsnset_s_l +# `_strnset_s`, `_strnset_s_l`, `_wcsnset_s`, `_wcsnset_s_l`, `_mbsnset_s`, `_mbsnset_s_l` Initializes characters of a string to a given character. These versions of [`_strnset`, `_strnset_l`, `_wcsnset`, `_wcsnset_l`, `_mbsnset`, `_mbsnset_l`](strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md b/docs/c-runtime-library/reference/strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md index f8ecdf75a2..44ecf85110 100644 --- a/docs/c-runtime-library/reference/strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md +++ b/docs/c-runtime-library/reference/strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_tcsncset_l", "mbsnset_l", "_tcsnset_l", "_fstrnset", "_wcsnset_l helpviewer_keywords: ["_wcsnset function", "strnset_l function", "tcsnset function", "tcsncset function", "characters [C++], initializing to formats", "mbsnset function", "_tcsnset_l function", "_mbsnset function", "_strnset function", "_tcsncset_l function", "mbsnset_l function", "_tcsnset function", "initializing characters", "_tcsncset function", "ftcsnset function", "wcsnset_l function", "_ftcsnset function", "_wcsnset_l function", "_fstrnset function", "_mbsnset_l function", "_strnset_l function", "fstrnset function", "strings [C++], initializing", "tcsnset_l function"] ms.assetid: 3f306489-5763-48e5-b939-aefee7c94ef5 --- -# _strnset, _strnset_l, _wcsnset, _wcsnset_l, _mbsnset, _mbsnset_l +# `_strnset`, `_strnset_l`, `_wcsnset`, `_wcsnset_l`, `_mbsnset`, `_mbsnset_l` Initializes characters of a string to a given character. More secure versions of these functions exist; see [`_strnset_s`, `_strnset_s_l`, `_wcsnset_s`, `_wcsnset_s_l`, `_mbsnset_s`, `_mbsnset_s_l`](strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md). diff --git a/docs/c-runtime-library/reference/strnset-wcsnset.md b/docs/c-runtime-library/reference/strnset-wcsnset.md index c7620d488f..4447d81397 100644 --- a/docs/c-runtime-library/reference/strnset-wcsnset.md +++ b/docs/c-runtime-library/reference/strnset-wcsnset.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsnset", "strnset"] helpviewer_keywords: ["strnset function", "wcsnset function"] ms.assetid: e7868ac9-dc34-4606-bd3c-0fb2e7c51631 --- -# strnset, wcsnset +# `strnset`, `wcsnset` The Microsoft-specific function names `strnset` and `wcsnset` are deprecated aliases for the [`_strnset` and `_wcsnset`](strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md b/docs/c-runtime-library/reference/strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md index 1e0ff4aee2..55a08ff2fb 100644 --- a/docs/c-runtime-library/reference/strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md +++ b/docs/c-runtime-library/reference/strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_fstrpbrk", "_mbspbrk", "strpbrk", "_tcspbrk", "_ftcspbrk", "wcsp helpviewer_keywords: ["fstrpbrk function", "_ftcspbrk function", "_mbspbrk_l function", "strpbrk function", "_fstrpbrk function", "mbspbrk function", "characters [C++], scanning strings", "_tcspbrk function", "wcspbrk function", "ftcspbrk function", "character sets [C++], scanning strings for characters", "strings [C++], scanning", "tcspbrk function", "_mbspbrk function", "mbspbrk_l function"] ms.assetid: 80b504f7-a167-4dde-97ad-4ae3000dc810 --- -# strpbrk, wcspbrk, _mbspbrk, _mbspbrk_l +# `strpbrk`, `wcspbrk`, `_mbspbrk`, `_mbspbrk_l` Scans strings for characters in specified character sets. diff --git a/docs/c-runtime-library/reference/strrev-wcsrev-mbsrev-mbsrev-l.md b/docs/c-runtime-library/reference/strrev-wcsrev-mbsrev-mbsrev-l.md index df63c08650..f2096803d3 100644 --- a/docs/c-runtime-library/reference/strrev-wcsrev-mbsrev-mbsrev-l.md +++ b/docs/c-runtime-library/reference/strrev-wcsrev-mbsrev-mbsrev-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_strrev", "_ftcsrev", "_tcsrev", "mbsrev", "mbsrev_l", "_wcsrev_f helpviewer_keywords: ["_mbsrev_l function", "characters [C++], switching", "_mbsrev function", "strrev function", "_ftcsrev function", "strings [C++], reversing", "wcsrev function", "_strrev function", "mbsrev_l function", "reversing characters in strings", "ftcsrev function", "characters [C++], reversing order", "_wcsrev function", "mbsrev function", "tcsrev function", "_tcsrev function"] ms.assetid: 87863e89-4fa0-421c-af48-25d8516fe72f --- -# _strrev, _wcsrev, _mbsrev, _mbsrev_l +# `_strrev`, `_wcsrev`, `_mbsrev`, `_mbsrev_l` Reverses the characters of a string. diff --git a/docs/c-runtime-library/reference/strrev-wcsrev.md b/docs/c-runtime-library/reference/strrev-wcsrev.md index 5eea1f2b4c..a0dbe0251c 100644 --- a/docs/c-runtime-library/reference/strrev-wcsrev.md +++ b/docs/c-runtime-library/reference/strrev-wcsrev.md @@ -10,7 +10,7 @@ f1_keywords: ["strrev", "wcsrev"] helpviewer_keywords: ["strrev function", "wcsrev function"] ms.assetid: 89e05854-a9ce-4fb7-993d-a9831cd7edf2 --- -# strrev, wcsrev +# `strrev`, `wcsrev` The Microsoft-specific function names `strrev` and `wcsrev` are deprecated aliases for the [`_strrev` and `_wcsrev`](strrev-wcsrev-mbsrev-mbsrev-l.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md b/docs/c-runtime-library/reference/strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md index 29a46777ea..503971cdb2 100644 --- a/docs/c-runtime-library/reference/strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md +++ b/docs/c-runtime-library/reference/strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_wcsset_s_l", "strset_s", "_mbsset_s", "mbsset_s", "_strset_s", " helpviewer_keywords: ["mbsset_s_l function", "wcsset_s function", "_mbsset_s function", "tcsset_s function", "strset_s_l function", "characters [C++], setting", "_wcsset_s_l function", "_strset_s function", "strset_s function", "wcsset_s_l function", "strings [C++], setting characters", "_strset_s_l function", "_mbsset_s_l function", "_wcsset_s function", "tcsset_s_l function", "_tcsset_s_l function", "_tcsset_s function", "mbsset_s function"] ms.assetid: dceb2909-6b41-4792-acb7-888e45bb8b35 --- -# _strset_s, _strset_s_l, _wcsset_s, _wcsset_s_l, _mbsset_s, _mbsset_s_l +# `_strset_s`, `_strset_s_l`, `_wcsset_s`, `_wcsset_s_l`, `_mbsset_s`, `_mbsset_s_l` Sets characters of a string to a character. These versions of [`_strset`, `_strset_l`, `_wcsset`, `_wcsset_l`, `_mbsset`, `_mbsset_l`](strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md b/docs/c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md index 70cccb431d..37ba1798a2 100644 --- a/docs/c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md +++ b/docs/c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md @@ -10,7 +10,7 @@ f1_keywords: ["mbsset", "_strset_l", "_mbsset", "_strset", "mbsset_l", "strset_l helpviewer_keywords: ["_wcsset_l function", "_tcsset function", "wcsset_l function", "_ftcsset function", "characters [C++], setting", "_strset function", "ftcsset function", "strings [C++], setting characters", "mbsset function", "tcsset_l function", "_fstrset function", "mbsset_l function", "strset_l function", "_wcsset function", "_mbsset function", "_mbsset_l function", "tcsset function", "_strset_l function", "fstrset function", "_tcsset_l function"] ms.assetid: c42ded42-2ed9-4f06-a0a9-247ba305473a --- -# _strset, _strset_l, _wcsset, _wcsset_l, _mbsset, _mbsset_l +# `_strset`, `_strset_l`, `_wcsset`, `_wcsset_l`, `_mbsset`, `_mbsset_l` Sets characters of a string to a character. More secure versions of these functions are available; see [`_strset_s`, `_strset_s_l`, `_wcsset_s`, `_wcsset_s_l`, `_mbsset_s`, `_mbsset_s_l`](strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md). diff --git a/docs/c-runtime-library/reference/strset-wcsset.md b/docs/c-runtime-library/reference/strset-wcsset.md index af2389f193..3d54b5a7cc 100644 --- a/docs/c-runtime-library/reference/strset-wcsset.md +++ b/docs/c-runtime-library/reference/strset-wcsset.md @@ -10,6 +10,6 @@ f1_keywords: ["strset", "wcsset"] helpviewer_keywords: ["wcsset function", "strset function"] ms.assetid: 20e132d8-4b6c-4341-b1eb-8e19b46047e2 --- -# strset, wcsset +# `strset`, `wcsset` These functions are deprecated. Use the ISO C++ conformant [`_strset`, `_strset_l`, `_wcsset`, `_wcsset_l`, `_mbsset`, `_mbsset_l`](strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md) or security-enhanced [`_strset_s`, `_strset_s_l`, `_wcsset_s`, `_wcsset_s_l`, `_mbsset_s`, `_mbsset_s_l`](strset-s-strset-s-l-wcsset-s-wcsset-s-l-mbsset-s-mbsset-s-l.md) instead. diff --git a/docs/c-runtime-library/reference/strspn-wcsspn-mbsspn-mbsspn-l.md b/docs/c-runtime-library/reference/strspn-wcsspn-mbsspn-mbsspn-l.md index 5b08dccb86..5bc7ab23b5 100644 --- a/docs/c-runtime-library/reference/strspn-wcsspn-mbsspn-mbsspn-l.md +++ b/docs/c-runtime-library/reference/strspn-wcsspn-mbsspn-mbsspn-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_ftcsspn", "wcsspn", "_mbsspn", "_tcsspn", "strspn"] helpviewer_keywords: ["wcsspn function", "strings [C++], searching", "mbsspn function", "tcsspn function", "strspn function", "substrings, finding", "_mbsspn_l function", "ftcsspn function", "_mbsspn function", "_ftcsspn function", "mbsspn_l function", "_tcsspn function"] ms.assetid: d077284a-809f-4068-959e-c6d6262677eb --- -# strspn, wcsspn, _mbsspn, _mbsspn_l +# `strspn`, `wcsspn`, `_mbsspn`, `_mbsspn_l` Returns the index of the first character, in a string, that does not belong to a set of characters. diff --git a/docs/c-runtime-library/reference/strspnp-wcsspnp-mbsspnp-mbsspnp-l.md b/docs/c-runtime-library/reference/strspnp-wcsspnp-mbsspnp-mbsspnp-l.md index b70725e3f4..f7ae0f0908 100644 --- a/docs/c-runtime-library/reference/strspnp-wcsspnp-mbsspnp-mbsspnp-l.md +++ b/docs/c-runtime-library/reference/strspnp-wcsspnp-mbsspnp-mbsspnp-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_tcsspnp", "_mbsspnp", "strspnp", "_ftcsspnp", "_mbsspnp_l", "wcs helpviewer_keywords: ["_strspnp function", "_wcsspnp function", "_mbsspnp_l function", "strspnp function", "mbsspnp function", "wcsspnp function", "_mbsspnp function", "mbsspnp_l function", "_tcsspnp function", "tcsspnp function"] ms.assetid: 1ce18100-2edd-4c3b-af8b-53f204d80233 --- -# _strspnp, _wcsspnp, _mbsspnp, _mbsspnp_l +# `_strspnp`, `_wcsspnp`, `_mbsspnp`, `_mbsspnp_l` Returns a pointer to the first character in a given string that is not in another given string. diff --git a/docs/c-runtime-library/reference/strtime-s-wstrtime-s.md b/docs/c-runtime-library/reference/strtime-s-wstrtime-s.md index d40b15b163..2e04a0b9fa 100644 --- a/docs/c-runtime-library/reference/strtime-s-wstrtime-s.md +++ b/docs/c-runtime-library/reference/strtime-s-wstrtime-s.md @@ -10,7 +10,7 @@ f1_keywords: ["_wstrtime_s", "strtime_s", "wstrtime_s", "_strtime_s"] helpviewer_keywords: ["wstrtime_s function", "copying time to buffers", "strtime_s function", "_wstrtime_s function", "time, copying", "_strtime_s function"] ms.assetid: 42acf013-c334-485d-b610-84c0af8a46ec --- -# _strtime_s, _wstrtime_s +# `_strtime_s`, `_wstrtime_s` Copy the current time to a buffer. These are versions of [`_strtime`, `_wstrtime`](strtime-wstrtime.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strtime-wstrtime.md b/docs/c-runtime-library/reference/strtime-wstrtime.md index 499f3ed72b..5aad3f4de2 100644 --- a/docs/c-runtime-library/reference/strtime-wstrtime.md +++ b/docs/c-runtime-library/reference/strtime-wstrtime.md @@ -10,7 +10,7 @@ f1_keywords: ["_wstrtime", "_strtime", "wstrtime", "strtime", "_tstrtime"] helpviewer_keywords: ["strtime function", "_strtime function", "_wstrtime function", "copying time to buffers", "wstrtime function", "tstrtime function", "_tstrtime function", "time, copying"] ms.assetid: 9e538161-cf49-44ec-bca5-c0ab0b9e4ca3 --- -# _strtime, _wstrtime +# `_strtime`, `_wstrtime` Copy the time to a buffer. More secure versions of these functions are available; see [`_strtime_s`, `_wstrtime_s`](strtime-s-wstrtime-s.md). diff --git a/docs/c-runtime-library/reference/strtof-strtof-l-wcstof-wcstof-l.md b/docs/c-runtime-library/reference/strtof-strtof-l-wcstof-wcstof-l.md index 15d2da566c..2ac12f9cad 100644 --- a/docs/c-runtime-library/reference/strtof-strtof-l-wcstof-wcstof-l.md +++ b/docs/c-runtime-library/reference/strtof-strtof-l-wcstof-wcstof-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_tcstof", "_tcstof_l", "stdlib/strtof", "strtof", "stdlib/_strtof helpviewer_keywords: ["_strtof_l function", "_tcstof function", "_wcstof_l function", "wcstof function", "_tcstof_l function", "strtof function"] ms.assetid: 52221b46-876d-4fcc-afb1-97512c17a43b --- -# strtof, _strtof_l, wcstof, _wcstof_l +# `strtof`, `_strtof_l`, `wcstof`, `_wcstof_l` Converts strings to a single-precision floating-point value. diff --git a/docs/c-runtime-library/reference/strtoimax-strtoimax-l-wcstoimax-wcstoimax-l.md b/docs/c-runtime-library/reference/strtoimax-strtoimax-l-wcstoimax-wcstoimax-l.md index 3bdffc4889..80c6da844c 100644 --- a/docs/c-runtime-library/reference/strtoimax-strtoimax-l-wcstoimax-wcstoimax-l.md +++ b/docs/c-runtime-library/reference/strtoimax-strtoimax-l-wcstoimax-wcstoimax-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wcstoimax", "_tcstoimax", "strtoimax", "_wcstoimax_l", "_strtoima helpviewer_keywords: ["strtoimax funciton", "conversion functions", "_strtoimax_l function", "_wcstoimax_l function", "wcstoimax function"] ms.assetid: 4530d3dc-aaac-4a76-b7cf-29ae3c98d0ae --- -# strtoimax, _strtoimax_l, wcstoimax, _wcstoimax_l +# `strtoimax`, `_strtoimax_l`, `wcstoimax`, `_wcstoimax_l` Converts a string to an integer value of the largest supported signed integer type. diff --git a/docs/c-runtime-library/reference/strtold-strtold-l-wcstold-wcstold-l.md b/docs/c-runtime-library/reference/strtold-strtold-l-wcstold-wcstold-l.md index 0a2aa61d97..0f587787bd 100644 --- a/docs/c-runtime-library/reference/strtold-strtold-l-wcstold-wcstold-l.md +++ b/docs/c-runtime-library/reference/strtold-strtold-l-wcstold-wcstold-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_tcstold_l", "_wcstold_l", "_tcstold", "strtold", "_strtold_l", "wcstold"] ms.assetid: 928c0c9a-bc49-445b-8822-100eb5954115 --- -# strtold, _strtold_l, wcstold, _wcstold_l +# `strtold`, `_strtold_l`, `wcstold`, `_wcstold_l` Converts strings to a long double-precision floating-point value. diff --git a/docs/c-runtime-library/reference/strtoll-strtoll-l-wcstoll-wcstoll-l.md b/docs/c-runtime-library/reference/strtoll-strtoll-l-wcstoll-wcstoll-l.md index ae66010f3b..71ac53f9d8 100644 --- a/docs/c-runtime-library/reference/strtoll-strtoll-l-wcstoll-wcstoll-l.md +++ b/docs/c-runtime-library/reference/strtoll-strtoll-l-wcstoll-wcstoll-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_strtoll_l", "_tcstoll_l", "_tcstoll", "_wcstoll_l", "strtoll", " helpviewer_keywords: ["_tcstoll_l function", "_wcstoll_l function", "strtoll function", "wcstoll function", "_tcstoll function", "_strtoll_l function"] ms.assetid: e2d05dcf-d3b2-4291-9e60-dee77e540fd7 --- -# strtoll, _strtoll_l, wcstoll, _wcstoll_l +# `strtoll`, `_strtoll_l`, `wcstoll`, `_wcstoll_l` Converts a string to a **`long long`** value. diff --git a/docs/c-runtime-library/reference/strtoull-strtoull-l-wcstoull-wcstoull-l.md b/docs/c-runtime-library/reference/strtoull-strtoull-l-wcstoull-wcstoull-l.md index e5300aee42..7062a1c709 100644 --- a/docs/c-runtime-library/reference/strtoull-strtoull-l-wcstoull-wcstoull-l.md +++ b/docs/c-runtime-library/reference/strtoull-strtoull-l-wcstoull-wcstoull-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_wcstoull_l", "_tcstoull", "_tcstoull_l", "wcstoull", "_strtoull_ helpviewer_keywords: ["strtoull function", "_tcstoull_l function", "_tcstoull function", "_wcstoull_l function", "_strtoull_l function", "wcstoull function"] ms.assetid: 36dac1cc-e901-40a0-8802-63562d6d01df --- -# strtoull, _strtoull_l, wcstoull, _wcstoull_l +# `strtoull`, `_strtoull_l`, `wcstoull`, `_wcstoull_l` Converts strings to an **`unsigned long long`** integer value. diff --git a/docs/c-runtime-library/reference/strtoumax-strtoumax-l-wcstoumax-wcstoumax-l.md b/docs/c-runtime-library/reference/strtoumax-strtoumax-l-wcstoumax-wcstoumax-l.md index 3211846962..cd1cf80371 100644 --- a/docs/c-runtime-library/reference/strtoumax-strtoumax-l-wcstoumax-wcstoumax-l.md +++ b/docs/c-runtime-library/reference/strtoumax-strtoumax-l-wcstoumax-wcstoumax-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wcstoumax", "_tcstoumax", "_strtoumax_l", "_wcstoumax_l", "_tcsto helpviewer_keywords: ["_strtoumax_l function", "conversion functions", "wcstoumax function", "_wcstoumax_l function", "strtoumax function"] ms.assetid: 566769f9-495b-4508-b9c6-02217a578897 --- -# strtoumax, _strtoumax_l, wcstoumax, _wcstoumax_l +# `strtoumax`, `_strtoumax_l`, `wcstoumax`, `_wcstoumax_l` Converts strings to an integer value of the largest supported unsigned integer type. diff --git a/docs/c-runtime-library/reference/strupr-s-strupr-s-l-mbsupr-s-mbsupr-s-l-wcsupr-s-wcsupr-s-l.md b/docs/c-runtime-library/reference/strupr-s-strupr-s-l-mbsupr-s-mbsupr-s-l-wcsupr-s-wcsupr-s-l.md index 5194d2a53c..cae9d8b729 100644 --- a/docs/c-runtime-library/reference/strupr-s-strupr-s-l-mbsupr-s-mbsupr-s-l-wcsupr-s-wcsupr-s-l.md +++ b/docs/c-runtime-library/reference/strupr-s-strupr-s-l-mbsupr-s-mbsupr-s-l-wcsupr-s-wcsupr-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strupr_s", "mbsupr_s", "wcsupr_s", "_mbsupr_s_l", "mbsupr_s_l", " helpviewer_keywords: ["mbsupr_s_l function", "strupr_s_l function", "_wcsupr_s_l function", "_tcsupr_s_l function", "mbsupr_s function", "_wcsupr_s function", "uppercase, converting strings to", "tcsupr_s function", "string conversion [C++], case", "strupr_s function", "wcsupr_s_l function", "_mbsupr_s function", "_mbsupr_s_l function", "_strupr_s_l function", "tcsupr_s_l function", "strings [C++], case", "converting case, CRT functions", "_tcsupr_s function", "strings [C++], converting case", "_strupr_s function", "wcsupr_s function"] ms.assetid: 82d3a273-9f6f-4a26-9560-919d891e4581 --- -# _strupr_s, _strupr_s_l, _mbsupr_s, _mbsupr_s_l, _wcsupr_s, _wcsupr_s_l +# `_strupr_s`, `_strupr_s_l`, `_mbsupr_s`, `_mbsupr_s_l`, `_wcsupr_s`, `_wcsupr_s_l` Converts a string to uppercase, by using the current locale or a specified locale that's passed in. These versions of [`_strupr`, `_strupr_l`, `_mbsupr`, `_mbsupr_l`, `_wcsupr_l`, `_wcsupr`](strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md b/docs/c-runtime-library/reference/strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md index 8dea3a7109..d7ce383352 100644 --- a/docs/c-runtime-library/reference/strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md +++ b/docs/c-runtime-library/reference/strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md @@ -10,7 +10,7 @@ f1_keywords: ["_mbsupr", "_ftcsupr", "mbsupr", "_tcsupr", "strupr_l", "_fstrupr" helpviewer_keywords: ["tcsupr_l function", "mbsupr function", "strupr function", "uppercase, converting strings to", "wcsupr function", "_wcsupr function", "string conversion [C++], case", "ftcsupr function", "_ftcsupr function", "_wcsupr_l function", "wcsupr_l function", "strings [C++], case", "tcsupr function", "_tcsupr_l function", "_fstrupr function", "_strupr_l function", "_mbsupr_l function", "converting case, CRT functions", "fstrupr function", "mbsupr_l function", "strupr_l function", "_strupr function", "_mbsupr function", "_tcsupr function", "strings [C++], converting case"] ms.assetid: caac8f16-c233-41b6-91ce-575ec7061b77 --- -# _strupr, _strupr_l, _mbsupr, _mbsupr_l, _wcsupr_l, _wcsupr +# `_strupr`, `_strupr_l`, `_mbsupr`, `_mbsupr_l`, `_wcsupr_l`, `_wcsupr` Converts a string to uppercase. More secure versions of these functions are available; see [`_strupr_s`, `_strupr_s_l`, `_mbsupr_s`, `_mbsupr_s_l`, `_wcsupr_s`, `_wcsupr_s_l`](strupr-s-strupr-s-l-mbsupr-s-mbsupr-s-l-wcsupr-s-wcsupr-s-l.md). diff --git a/docs/c-runtime-library/reference/strupr-wcsupr.md b/docs/c-runtime-library/reference/strupr-wcsupr.md index b81ca7383d..b11235455a 100644 --- a/docs/c-runtime-library/reference/strupr-wcsupr.md +++ b/docs/c-runtime-library/reference/strupr-wcsupr.md @@ -10,7 +10,7 @@ f1_keywords: ["strupr", "wcsupr"] helpviewer_keywords: ["strupr function", "wcsupr function"] ms.assetid: 17dfe1cd-3b09-4702-9f89-2207f44953e6 --- -# strupr, wcsupr +# `strupr`, `wcsupr` The Microsoft-specific function names `strupr` and `wcsupr` are deprecated aliases for the [`_strupr` and `_wcsupr`](strupr-strupr-l-mbsupr-mbsupr-l-wcsupr-l-wcsupr.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/reference/strxfrm-wcsxfrm-strxfrm-l-wcsxfrm-l.md b/docs/c-runtime-library/reference/strxfrm-wcsxfrm-strxfrm-l-wcsxfrm-l.md index 780939d1e7..38b37d19a3 100644 --- a/docs/c-runtime-library/reference/strxfrm-wcsxfrm-strxfrm-l-wcsxfrm-l.md +++ b/docs/c-runtime-library/reference/strxfrm-wcsxfrm-strxfrm-l-wcsxfrm-l.md @@ -10,7 +10,7 @@ f1_keywords: ["strxfrm", "_tcsxfrm", "wcsxfrm"] helpviewer_keywords: ["strxfrm_l function", "_tcsxfrm function", "_strxfrm_l function", "strxfrm function", "wcsxfrm_l function", "wcsxfrm function", "string comparison [C++], transforming strings", "tcsxfrm function", "strings [C++], comparing locale", "_wcsxfrm_l function"] ms.assetid: 6ba8e1f6-4484-49aa-83b8-bc2373187d9e --- -# strxfrm, wcsxfrm, _strxfrm_l, _wcsxfrm_l +# `strxfrm`, `wcsxfrm`, `_strxfrm_l`, `_wcsxfrm_l` Transform a string based on locale-specific information. diff --git a/docs/c-runtime-library/reference/swab.md b/docs/c-runtime-library/reference/swab.md index 69bb21d3e0..aabf7274bf 100644 --- a/docs/c-runtime-library/reference/swab.md +++ b/docs/c-runtime-library/reference/swab.md @@ -10,7 +10,7 @@ f1_keywords: ["_swab", "stdlib/_swab"] helpviewer_keywords: ["_swab function", "swapping bytes", "swab function", "bytes, swapping"] ms.assetid: 017142f2-050c-4f6a-8b49-6b094f58ec94 --- -# _swab +# `_swab` Swaps bytes. diff --git a/docs/c-runtime-library/reference/tell-telli64.md b/docs/c-runtime-library/reference/tell-telli64.md index dd04bf9b09..af3fbb98b4 100644 --- a/docs/c-runtime-library/reference/tell-telli64.md +++ b/docs/c-runtime-library/reference/tell-telli64.md @@ -10,7 +10,7 @@ f1_keywords: ["telli64", "_telli64", "_tell"] helpviewer_keywords: ["tell function", "file pointers [C++], getting", "_tell function", "file pointers [C++]", "telli64 function", "_telli64 function"] ms.assetid: 1500e8f9-8fec-4253-9eec-ec66125dfc9b --- -# _tell, _telli64 +# `_tell`, `_telli64` Get the position of the file pointer. diff --git a/docs/c-runtime-library/reference/tell.md b/docs/c-runtime-library/reference/tell.md index ebcec1bb44..3422228a26 100644 --- a/docs/c-runtime-library/reference/tell.md +++ b/docs/c-runtime-library/reference/tell.md @@ -10,7 +10,7 @@ f1_keywords: ["tell"] helpviewer_keywords: ["tell function"] ms.assetid: 3a92a40d-f472-4545-a493-f57c340ee798 --- -# tell +# `tell` The Microsoft-specific function name `tell` is a deprecated alias for the [`_tell`](tell-telli64.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/tempnam-dbg-wtempnam-dbg.md b/docs/c-runtime-library/reference/tempnam-dbg-wtempnam-dbg.md index 289f6088d5..ee26178f24 100644 --- a/docs/c-runtime-library/reference/tempnam-dbg-wtempnam-dbg.md +++ b/docs/c-runtime-library/reference/tempnam-dbg-wtempnam-dbg.md @@ -10,7 +10,7 @@ f1_keywords: ["wtempnam_dbg", "tempnam_dbg", "_tempnam_dbg", "_wtempnam_dbg"] helpviewer_keywords: ["file names [C++], creating temporary", "tempnam_dbg function", "temporary files, creating", "file names [C++], temporary", "wtempnam_dbg function", "_tempnam_dbg function", "_wtempnam_dbg function"] ms.assetid: e3760bb4-bb01-4808-b689-2c45af56a170 --- -# _tempnam_dbg, _wtempnam_dbg +# `_tempnam_dbg`, `_wtempnam_dbg` Function versions of [`_tempnam`, `_wtempnam`, `tmpnam`, `_wtmpnam`](tempnam-wtempnam-tmpnam-wtmpnam.md) that use the debug version of **malloc**, **_malloc_dbg**. diff --git a/docs/c-runtime-library/reference/tempnam-wtempnam-tmpnam-wtmpnam.md b/docs/c-runtime-library/reference/tempnam-wtempnam-tmpnam-wtmpnam.md index 7c3aad2452..b688a128e1 100644 --- a/docs/c-runtime-library/reference/tempnam-wtempnam-tmpnam-wtmpnam.md +++ b/docs/c-runtime-library/reference/tempnam-wtempnam-tmpnam-wtmpnam.md @@ -10,7 +10,7 @@ f1_keywords: ["wtempnam", "_wtmpnam", "wtmpnam", "tmpnam", "_wtempnam", "_tempna helpviewer_keywords: ["wtempnam function", "file names [C++], creating temporary", "_tempnam function", "ttmpnam function", "tmpnam function", "tempnam function", "wtmpnam function", "temporary files, creating", "file names [C++], temporary", "_ttmpnam function", "_wtmpnam function", "_wtempnam function"] ms.assetid: 3ce75f0f-5e30-42a6-9791-8d7cbfe70fca --- -# _tempnam, _wtempnam, tmpnam, _wtmpnam +# `_tempnam`, `_wtempnam`, `tmpnam`, `_wtmpnam` Generate names you can use to create temporary files. More secure versions of some of these functions are available; see [`tmpnam_s`, `_wtmpnam_s`](tmpnam-s-wtmpnam-s.md). diff --git a/docs/c-runtime-library/reference/tempnam.md b/docs/c-runtime-library/reference/tempnam.md index a522fdd1a4..01d002181d 100644 --- a/docs/c-runtime-library/reference/tempnam.md +++ b/docs/c-runtime-library/reference/tempnam.md @@ -10,7 +10,7 @@ f1_keywords: ["tempnam"] helpviewer_keywords: ["tempnam function"] ms.assetid: 42446733-f131-470f-b4d0-96918becab11 --- -# tempnam +# `tempnam` The Microsoft-implemented POSIX function name `tempnam` is a deprecated alias for the [`_tempnam`](tempnam-wtempnam-tmpnam-wtmpnam.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/terminate-crt.md b/docs/c-runtime-library/reference/terminate-crt.md index 9e462d8ffa..bd68c0dbd4 100644 --- a/docs/c-runtime-library/reference/terminate-crt.md +++ b/docs/c-runtime-library/reference/terminate-crt.md @@ -10,7 +10,7 @@ f1_keywords: ["terminate"] helpviewer_keywords: ["terminate function", "exception handling, termination"] ms.assetid: 90e67402-08e9-4b2a-962c-66a8afd3ccb4 --- -# terminate (CRT) +# `terminate` (CRT) Calls [`abort`](abort.md) or a function you specify using **set_terminate**. diff --git a/docs/c-runtime-library/reference/tgamma-tgammaf-tgammal.md b/docs/c-runtime-library/reference/tgamma-tgammaf-tgammal.md index 44976b2b5f..ddf87980b8 100644 --- a/docs/c-runtime-library/reference/tgamma-tgammaf-tgammal.md +++ b/docs/c-runtime-library/reference/tgamma-tgammaf-tgammal.md @@ -10,7 +10,7 @@ f1_keywords: ["tgamma", "tgammaf", "tgammal", "math/tgamma", "math/tgammaf", "ma helpviewer_keywords: ["tgamma function", "tgammaf function", "tgammal function"] ms.assetid: f1bd2681-8af2-48a9-919d-5358fd068acd --- -# tgamma, tgammaf, tgammal +# `tgamma`, `tgammaf`, `tgammal` Determines the gamma function of the specified value. diff --git a/docs/c-runtime-library/reference/timespec-get-timespec32-get-timespec64-get1.md b/docs/c-runtime-library/reference/timespec-get-timespec32-get-timespec64-get1.md index 022ce6dfe4..ede42c00ff 100644 --- a/docs/c-runtime-library/reference/timespec-get-timespec32-get-timespec64-get1.md +++ b/docs/c-runtime-library/reference/timespec-get-timespec32-get-timespec64-get1.md @@ -10,7 +10,7 @@ f1_keywords: ["timespec_get", "_timespec32_get", "_timespec64_get", "time/timesp helpviewer_keywords: ["timespec_get function", "_timespec32_get function", "_timespec64_get function"] ms.assetid: ed757258-b4f2-4c1d-a91b-22ea6ffce4ab --- -# timespec_get, _timespec32_get, _timespec64_get +# `timespec_get`, `_timespec32_get`, `_timespec64_get` Sets the interval pointed to by the first argument to the current calendar time, based on the specified time base. diff --git a/docs/c-runtime-library/reference/tmpfile-s.md b/docs/c-runtime-library/reference/tmpfile-s.md index 17fc313bb2..915dab7c51 100644 --- a/docs/c-runtime-library/reference/tmpfile-s.md +++ b/docs/c-runtime-library/reference/tmpfile-s.md @@ -10,7 +10,7 @@ f1_keywords: ["tmpfile_s"] helpviewer_keywords: ["temporary files", "tmpfile_s function", "temporary files, creating"] ms.assetid: 50879c69-215e-425a-a2a3-8b5467121eae --- -# tmpfile_s +# `tmpfile_s` Creates a temporary file. It is a version of [`tmpfile`](tmpfile.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/tmpfile.md b/docs/c-runtime-library/reference/tmpfile.md index a95e2f2139..0038b34026 100644 --- a/docs/c-runtime-library/reference/tmpfile.md +++ b/docs/c-runtime-library/reference/tmpfile.md @@ -10,7 +10,7 @@ f1_keywords: ["tmpfile"] helpviewer_keywords: ["temporary files", "tmpfile function", "temporary files, creating"] ms.assetid: c4a4dc24-70da-438d-ae4e-98352d88e375 --- -# tmpfile +# `tmpfile` Creates a temporary file. This function is deprecated because a more secure version is available; see [`tmpfile_s`](tmpfile-s.md). diff --git a/docs/c-runtime-library/reference/tmpnam-s-wtmpnam-s.md b/docs/c-runtime-library/reference/tmpnam-s-wtmpnam-s.md index 1fd1d59940..855054aa5a 100644 --- a/docs/c-runtime-library/reference/tmpnam-s-wtmpnam-s.md +++ b/docs/c-runtime-library/reference/tmpnam-s-wtmpnam-s.md @@ -10,7 +10,7 @@ f1_keywords: ["tmpnam_s", "_wtmpnam_s", "L_tmpnam_s"] helpviewer_keywords: ["tmpnam_s function", "file names [C++], creating temporary", "_wtmpnam_s function", "L_tmpnam_s constant", "temporary files, creating", "file names [C++], temporary", "wtmpnam_s function"] ms.assetid: e70d76dc-49f5-4aee-bfa2-f1baa2bcd29f --- -# tmpnam_s, _wtmpnam_s +# `tmpnam_s`, `_wtmpnam_s` Generate names you can use to create temporary files. These are versions of [`tmpnam` and `_wtmpnam`](tempnam-wtempnam-tmpnam-wtmpnam.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/toascii-toascii.md b/docs/c-runtime-library/reference/toascii-toascii.md index ea5907a998..68911e482d 100644 --- a/docs/c-runtime-library/reference/toascii-toascii.md +++ b/docs/c-runtime-library/reference/toascii-toascii.md @@ -10,7 +10,7 @@ f1_keywords: ["__toascii", "toascii", "ctype/toascii", "ctype/__toascii"] helpviewer_keywords: ["toascii function", "string conversion, to ASCII characters", "__toascii function", "ASCII characters, converting to"] ms.assetid: a07c0608-b0e2-4da2-a20c-7b64d6a9b77c --- -# toascii, __toascii +# `toascii`, `__toascii` Converts characters to 7-bit ASCII by truncation. diff --git a/docs/c-runtime-library/reference/tolower-tolower-towlower-tolower-l-towlower-l.md b/docs/c-runtime-library/reference/tolower-tolower-towlower-tolower-l-towlower-l.md index cce1551e8f..898b312688 100644 --- a/docs/c-runtime-library/reference/tolower-tolower-towlower-tolower-l-towlower-l.md +++ b/docs/c-runtime-library/reference/tolower-tolower-towlower-tolower-l-towlower-l.md @@ -10,7 +10,7 @@ f1_keywords: ["_totlower", "tolower", "_tolower", "towlower"] helpviewer_keywords: ["tolower_l function", "_tolower_l function", "totlower function", "string conversion, to different characters", "lowercase, converting to", "tolower function", "string conversion, case", "towlower function", "_tolower function", "_totlower function", "towlower_l function", "case, converting", "characters, converting", "_towlower_l function"] ms.assetid: 86e0fc02-94ae-4472-9631-bf8e96f67b92 --- -# tolower, _tolower, towlower, _tolower_l, _towlower_l +# `tolower`, `_tolower`, `towlower`, `_tolower_l`, `_towlower_l` Converts a character to lowercase. diff --git a/docs/c-runtime-library/reference/toupper-toupper-towupper-toupper-l-towupper-l.md b/docs/c-runtime-library/reference/toupper-toupper-towupper-toupper-l-towupper-l.md index 8e01aeafd2..137c6a2360 100644 --- a/docs/c-runtime-library/reference/toupper-toupper-towupper-toupper-l-towupper-l.md +++ b/docs/c-runtime-library/reference/toupper-toupper-towupper-toupper-l-towupper-l.md @@ -10,7 +10,7 @@ f1_keywords: ["towupper", "_toupper", "_totupper", "toupper"] helpviewer_keywords: ["_toupper function", "towupper function", "uppercase, converting strings to", "totupper function", "string conversion, to different characters", "towupper_l function", "toupper_l function", "string conversion, case", "_toupper_l function", "_towupper_l function", "_totupper function", "case, converting", "characters, converting", "toupper function"] ms.assetid: cdef1b0f-b19c-4d11-b7d2-cf6334c9b6cc --- -# toupper, _toupper, towupper, _toupper_l, _towupper_l +# `toupper`, `_toupper`, `towupper`, `_toupper_l`, `_towupper_l` Convert character to uppercase. diff --git a/docs/c-runtime-library/reference/towctrans.md b/docs/c-runtime-library/reference/towctrans.md index eef9118ad9..0f4e3d818a 100644 --- a/docs/c-runtime-library/reference/towctrans.md +++ b/docs/c-runtime-library/reference/towctrans.md @@ -10,7 +10,7 @@ f1_keywords: ["towctrans"] helpviewer_keywords: ["towctrans function"] ms.assetid: 1ed1e70d-7b31-490f-a7d9-42564b5924ca --- -# towctrans +# `towctrans` Transforms a character. diff --git a/docs/c-runtime-library/reference/trunc-truncf-truncl.md b/docs/c-runtime-library/reference/trunc-truncf-truncl.md index 4a404edbc9..888d449a82 100644 --- a/docs/c-runtime-library/reference/trunc-truncf-truncl.md +++ b/docs/c-runtime-library/reference/trunc-truncf-truncl.md @@ -10,7 +10,7 @@ f1_keywords: ["trunc", "truncf", "truncl", "math/trunc", "math/truncf", "math/tr helpviewer_keywords: ["trunc function", "truncf function", "truncl function"] ms.assetid: de2038ac-ac0b-483e-870c-e8992dcd4fd0 --- -# trunc, truncf, truncl +# `trunc`, `truncf`, `truncl` Determines the nearest integer that is less than or equal to the specified floating-point value. diff --git a/docs/c-runtime-library/reference/tzset.md b/docs/c-runtime-library/reference/tzset.md index abb29e5e66..bf30f8bf0c 100644 --- a/docs/c-runtime-library/reference/tzset.md +++ b/docs/c-runtime-library/reference/tzset.md @@ -10,7 +10,7 @@ f1_keywords: ["_tzset"] helpviewer_keywords: ["_tzset function", "time environment variables", "environment variables, setting time"] ms.assetid: 3f6ed537-b414-444d-b272-5dd377481930 --- -# _tzset +# `_tzset` Sets time environment variables. diff --git a/docs/c-runtime-library/reference/uncaught-exception.md b/docs/c-runtime-library/reference/uncaught-exception.md index 64028cf415..6ea7ac7bca 100644 --- a/docs/c-runtime-library/reference/uncaught-exception.md +++ b/docs/c-runtime-library/reference/uncaught-exception.md @@ -10,7 +10,7 @@ f1_keywords: ["__uncaught_exception"] helpviewer_keywords: ["__uncaught_exception"] ms.assetid: 4d9b75c6-c9c7-4876-b761-ea9ab1925e96 --- -# __uncaught_exception +# `__uncaught_exception` Indicates whether one or more exceptions have been thrown, but have not yet been handled by the corresponding **`catch`** block of a [try-catch](../../cpp/try-throw-and-catch-statements-cpp.md) statement. diff --git a/docs/c-runtime-library/reference/ungetc-nolock-ungetwc-nolock.md b/docs/c-runtime-library/reference/ungetc-nolock-ungetwc-nolock.md index fe2ba929ac..8c68466cd0 100644 --- a/docs/c-runtime-library/reference/ungetc-nolock-ungetwc-nolock.md +++ b/docs/c-runtime-library/reference/ungetc-nolock-ungetwc-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_ungettc_nolock", "ungetwc_nolock", "ungetc_nolock", "_ungetc_nol helpviewer_keywords: ["_ungettc_nolock function", "_ungetwc_nolock function", "characters, pushing back onto stream", "_ungetc_nolock function", "ungetwc_nolock function", "ungettc_nolock function", "ungetc_nolock function"] ms.assetid: aa02d5c2-1be1-46d2-a8c4-b61269e9d465 --- -# _ungetc_nolock, _ungetwc_nolock +# `_ungetc_nolock`, `_ungetwc_nolock` Pushes a character back onto the stream. diff --git a/docs/c-runtime-library/reference/ungetc-ungetwc.md b/docs/c-runtime-library/reference/ungetc-ungetwc.md index 27160fe3f0..e6f20aa842 100644 --- a/docs/c-runtime-library/reference/ungetc-ungetwc.md +++ b/docs/c-runtime-library/reference/ungetc-ungetwc.md @@ -10,7 +10,7 @@ f1_keywords: ["_ungettc", "ungetwc", "ungetc"] helpviewer_keywords: ["ungetwc function", "ungettc function", "characters, pushing back onto stream", "_ungettc function", "ungetc function"] ms.assetid: e0754f3a-b4c6-408f-90c7-e6387b830d84 --- -# ungetc, ungetwc +# `ungetc`, `ungetwc` Pushes a character back onto the stream. diff --git a/docs/c-runtime-library/reference/ungetch-ungetwch-ungetch-nolock-ungetwch-nolock.md b/docs/c-runtime-library/reference/ungetch-ungetwch-ungetch-nolock-ungetwch-nolock.md index 0a6d9ecf16..5d7a1d6d75 100644 --- a/docs/c-runtime-library/reference/ungetch-ungetwch-ungetch-nolock-ungetwch-nolock.md +++ b/docs/c-runtime-library/reference/ungetch-ungetwch-ungetch-nolock-ungetwch-nolock.md @@ -10,7 +10,7 @@ f1_keywords: ["_ungetch_nolock", "ungetwch", "ungetch_nolock", "_ungetwch", "ung helpviewer_keywords: ["_ungetch function", "ungetwch function", "characters, pushing back to console", "_ungettch_nolock function", "ungettch function", "_ungettch function", "ungetch_nolock function", "ungettch_nolock function", "_ungetwch_nolock function", "_ungetch_nolock function", "ungetwch_nolock function", "_ungetwch function"] ms.assetid: 70ae71c6-228c-4883-a57d-de6d5f873825 --- -# _ungetch, _ungetwch, _ungetch_nolock, _ungetwch_nolock +# `_ungetch`, `_ungetwch`, `_ungetch_nolock`, `_ungetwch_nolock` Pushes back the last character that's read from the console. diff --git a/docs/c-runtime-library/reference/ungetch.md b/docs/c-runtime-library/reference/ungetch.md index b44145b9fa..eff10668ec 100644 --- a/docs/c-runtime-library/reference/ungetch.md +++ b/docs/c-runtime-library/reference/ungetch.md @@ -10,7 +10,7 @@ f1_keywords: ["ungetch"] helpviewer_keywords: ["ungetch function"] ms.assetid: 6921232f-6317-41cd-948b-91d56a11bc0e --- -# ungetch +# `ungetch` The Microsoft-specific function name `ungetch` is a deprecated alias for the [`_ungetch`](ungetch-ungetwch-ungetch-nolock-ungetwch-nolock.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/unlink-wunlink.md b/docs/c-runtime-library/reference/unlink-wunlink.md index 21aca6f452..d7d9b828e5 100644 --- a/docs/c-runtime-library/reference/unlink-wunlink.md +++ b/docs/c-runtime-library/reference/unlink-wunlink.md @@ -10,7 +10,7 @@ f1_keywords: ["_tunlink", "_unlink", "wunlink", "_wunlink"] helpviewer_keywords: ["files [C++], deleting", "_wunlink function", "wunlink function", "unlink function", "_unlink function", "tunlink function", "files [C++], removing", "_tunlink function"] ms.assetid: 5e4f5f1b-1e99-4391-9b18-9ac63c32fae8 --- -# _unlink, _wunlink +# `_unlink`, `_wunlink` Delete a file. diff --git a/docs/c-runtime-library/reference/unlink.md b/docs/c-runtime-library/reference/unlink.md index 7828873b6f..94c5dbba50 100644 --- a/docs/c-runtime-library/reference/unlink.md +++ b/docs/c-runtime-library/reference/unlink.md @@ -10,7 +10,7 @@ f1_keywords: ["unlink"] helpviewer_keywords: ["unlink function"] ms.assetid: 2cd82055-5770-48be-88ee-4b2c70541c46 --- -# unlink +# `unlink` The Microsoft-implemented POSIX function name `unlink` is a deprecated alias for the [`_unlink`](unlink-wunlink.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/unlock-file.md b/docs/c-runtime-library/reference/unlock-file.md index 57296cbb3d..c4d9f15600 100644 --- a/docs/c-runtime-library/reference/unlock-file.md +++ b/docs/c-runtime-library/reference/unlock-file.md @@ -10,7 +10,7 @@ f1_keywords: ["_unlock_file", "unlock_file"] helpviewer_keywords: ["files [C++], unlocking", "unlock_file function", "_unlock_file function", "unlocking files"] ms.assetid: cf380a51-6d3a-4f38-bd64-2d4fb57b4369 --- -# _unlock_file +# `_unlock_file` Unlocks a file, allowing other processes to access the file. diff --git a/docs/c-runtime-library/reference/utime-utime32-utime64-wutime-wutime32-wutime64.md b/docs/c-runtime-library/reference/utime-utime32-utime64-wutime-wutime32-wutime64.md index 12e87575e4..0206c20b98 100644 --- a/docs/c-runtime-library/reference/utime-utime32-utime64-wutime-wutime32-wutime64.md +++ b/docs/c-runtime-library/reference/utime-utime32-utime64-wutime-wutime32-wutime64.md @@ -10,7 +10,7 @@ f1_keywords: ["_tutime", "_utime64", "wutime", "utime32", "wutime64", "_utime", helpviewer_keywords: ["tutime function", "utime32 function", "utime64 function", "_utime function", "_tutime32 function", "time [C++], file modification", "wutime function", "_wutime function", "_wutime32 function", "_tutime64 function", "_tutime function", "files [C++], modification time", "_wutime64 function", "_utime32 function", "utime function", "_utime64 function", "wutime64 function", "wutime32 function", "tutime64 function", "tutime32 function"] ms.assetid: 8d482d40-19b9-4591-bfee-5d7f601d1a9e --- -# _utime, _utime32, _utime64, _wutime, _wutime32, _wutime64 +# `_utime`, `_utime32`, `_utime64`, `_wutime`, `_wutime32`, `_wutime64` Set the file modification time. diff --git a/docs/c-runtime-library/reference/vcprintf-p-vcprintf-p-l-vcwprintf-p-vcwprintf-p-l.md b/docs/c-runtime-library/reference/vcprintf-p-vcprintf-p-l-vcwprintf-p-vcwprintf-p-l.md index 0046008bcc..3d8dc12692 100644 --- a/docs/c-runtime-library/reference/vcprintf-p-vcprintf-p-l-vcwprintf-p-vcwprintf-p-l.md +++ b/docs/c-runtime-library/reference/vcprintf-p-vcprintf-p-l-vcwprintf-p-vcwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vcwprintf_p", "vcprintf_p_l", "_vcprintf_p", "_vcprintf_p_l", "vcwprintf_p_l", "vcprintf_p", "_vcwprintf_p", "_vcwprintf_p_l"] helpviewer_keywords: ["_vtcprintf_p_l function", "vcprintf_p_l function", "_vcprintf_p_l function", "vtcprintf_p_l function", "vcprintf_p function", "_vcwprintf_p function", "_vcprintf_p function", "vcwprintf_p function", "vcwprintf_p_l function", "vtcprintf_p function", "_vcwprintf_p_l function", "_vtcprintf_p function"] --- -# _vcprintf_p, _vcprintf_p_l, _vcwprintf_p, _vcwprintf_p_l +# `_vcprintf_p`, `_vcprintf_p_l`, `_vcwprintf_p`, `_vcwprintf_p_l` Writes formatted output to the console by using a pointer to a list of arguments, and supports positional parameters in the format string. diff --git a/docs/c-runtime-library/reference/vcprintf-s-vcprintf-s-l-vcwprintf-s-vcwprintf-s-l.md b/docs/c-runtime-library/reference/vcprintf-s-vcprintf-s-l-vcwprintf-s-vcwprintf-s-l.md index 97fd72e52f..bd7c3b55fc 100644 --- a/docs/c-runtime-library/reference/vcprintf-s-vcprintf-s-l-vcwprintf-s-vcwprintf-s-l.md +++ b/docs/c-runtime-library/reference/vcprintf-s-vcprintf-s-l-vcwprintf-s-vcwprintf-s-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vcprintf_s", "vcwprintf_s_l", "_vcwprintf_s", "_vcwprintf_s_l", "_vcprintf_s_l", "_vtcprintf_s", "vcwprintf_s", "vcprintf_s_l", "_vcprintf_s"] helpviewer_keywords: ["_vtcprintf_s_l function", "_vcwprintf_s_l function", "_vtcprintf_s function", "vtcprintf_s_l function", "vcprintf_s_l function", "_vcprintf_s function", "_vcwprintf_s function", "vcwprintf_s_l function", "vcwprintf_s function", "vcprintf_s function", "_vcprintf_s_l function", "vtcprintf_s function", "formatted text [C++]"] --- -# _vcprintf_s, _vcprintf_s_l, _vcwprintf_s, _vcwprintf_s_l +# `_vcprintf_s`, `_vcprintf_s_l`, `_vcwprintf_s`, `_vcwprintf_s_l` Writes formatted output to the console by using a pointer to a list of arguments. These versions of [`_vcprintf`, `_vcprintf_l`, `_vcwprintf`, `_vcwprintf_l`](vcprintf-vcprintf-l-vcwprintf-vcwprintf-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vcprintf-vcprintf-l-vcwprintf-vcwprintf-l.md b/docs/c-runtime-library/reference/vcprintf-vcprintf-l-vcwprintf-vcwprintf-l.md index ad8ff2e635..8e28d99ed9 100644 --- a/docs/c-runtime-library/reference/vcprintf-vcprintf-l-vcwprintf-vcwprintf-l.md +++ b/docs/c-runtime-library/reference/vcprintf-vcprintf-l-vcwprintf-vcwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_vcwprintf_l", "_vtcprintf", "vcwprintf", "_vcwprintf", "vcprintf_l", "_vcprintf_l", "_vcprintf", "vcprintf", "vcwprintf_l"] helpviewer_keywords: ["vcwprintf function", "_vcwprintf_l function", "_vcprintf function", "_vcprintf_l function", "vtcprintf_l function", "vcprintf function", "vcprintf_l function", "_vtcprintf function", "_vcwprintf function", "_vtcprintf_l function", "vcwprintf_l function", "vtcprintf function", "formatted text [C++]"] --- -# _vcprintf, _vcprintf_l, _vcwprintf, _vcwprintf_l +# `_vcprintf`, `_vcprintf_l`, `_vcwprintf`, `_vcwprintf_l` Writes formatted output to the console by using a pointer to a list of arguments. More secure versions of these functions are available, see [`_vcprintf_s`, `_vcprintf_s_l`, `_vcwprintf_s`, `_vcwprintf_s_l`](vcprintf-s-vcprintf-s-l-vcwprintf-s-vcwprintf-s-l.md). diff --git a/docs/c-runtime-library/reference/vfprintf-p-vfprintf-p-l-vfwprintf-p-vfwprintf-p-l.md b/docs/c-runtime-library/reference/vfprintf-p-vfprintf-p-l-vfwprintf-p-vfwprintf-p-l.md index aac25e0b69..5199d7fe00 100644 --- a/docs/c-runtime-library/reference/vfprintf-p-vfprintf-p-l-vfwprintf-p-vfwprintf-p-l.md +++ b/docs/c-runtime-library/reference/vfprintf-p-vfprintf-p-l-vfwprintf-p-vfwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_vfwprintf_p_l", "_vfprintf_p", "vfwprintf_p_l", "vfwprintf_p", "vfprintf_p_l", "_vfwprintf_p", "_vftprintf_p", "_vfprintf_p_l", "vfprintf_p"] helpviewer_keywords: ["vfprintf_p_l function", "_vftprintf_p_l function", "_vfprintf_p function", "vfprintf_p function", "vftprintf_p_l function", "_vfprintf_p_l function", "_vftprintf_p function", "_vfwprintf_p_l function", "vfwprintf_p_l function", "_vfwprintf_p function", "vftprintf_p function", "formatted text [C++]", "vfwprintf_p function"] --- -# _vfprintf_p, _vfprintf_p_l, _vfwprintf_p, _vfwprintf_p_l +# `_vfprintf_p`, `_vfprintf_p_l`, `_vfwprintf_p`, `_vfwprintf_p_l` Write formatted output using a pointer to a list of arguments, with the ability to specify the order that arguments are used in the format string. diff --git a/docs/c-runtime-library/reference/vfprintf-s-vfprintf-s-l-vfwprintf-s-vfwprintf-s-l.md b/docs/c-runtime-library/reference/vfprintf-s-vfprintf-s-l-vfwprintf-s-vfwprintf-s-l.md index 5b1bf0e03c..57d4f92cd3 100644 --- a/docs/c-runtime-library/reference/vfprintf-s-vfprintf-s-l-vfwprintf-s-vfwprintf-s-l.md +++ b/docs/c-runtime-library/reference/vfprintf-s-vfprintf-s-l-vfwprintf-s-vfwprintf-s-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_vftprintf_s", "vfwprintf_s", "vfprintf_s"] helpviewer_keywords: ["vfprintf_s_l function", "vfwprintf_s_l function", "vfwprintf_s function", "_vfprintf_s_l function", "_vfwprintf_s_l function", "vftprintf_s_l function", "vfprintf_s function", "_vftprintf_s_l function", "formatted text [C++]", "_vftprintf_s function"] --- -# vfprintf_s, _vfprintf_s_l, vfwprintf_s, _vfwprintf_s_l +# `vfprintf_s`, `_vfprintf_s_l`, `vfwprintf_s`, `_vfwprintf_s_l` Write formatted output using a pointer to a list of arguments. These are versions of [`vfprintf`, `_vfprintf_l`, `vfwprintf`, `_vfwprintf_l`](vfprintf-vfprintf-l-vfwprintf-vfwprintf-l.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vfprintf-vfprintf-l-vfwprintf-vfwprintf-l.md b/docs/c-runtime-library/reference/vfprintf-vfprintf-l-vfwprintf-vfwprintf-l.md index 156b089e74..4b09383203 100644 --- a/docs/c-runtime-library/reference/vfprintf-vfprintf-l-vfwprintf-vfwprintf-l.md +++ b/docs/c-runtime-library/reference/vfprintf-vfprintf-l-vfwprintf-vfwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vfwprintf", "_vftprintf", "vfprintf"] helpviewer_keywords: ["_vfwprintf_l function", "_vftprintf function", "vfprintf function", "_vftprintf_l function", "vfprintf_l function", "vftprintf_l function", "vfwprintf_l function", "vftprintf function", "vfwprintf function", "_vfprintf_l function", "formatted text [C++]"] --- -# vfprintf, _vfprintf_l, vfwprintf, _vfwprintf_l +# `vfprintf`, `_vfprintf_l`, `vfwprintf`, `_vfwprintf_l` Write formatted output using a pointer to a list of arguments. More secure versions of these functions exist; see [`vfprintf_s`, `_vfprintf_s_l`, `vfwprintf_s`, `_vfwprintf_s_l`](vfprintf-s-vfprintf-s-l-vfwprintf-s-vfwprintf-s-l.md). diff --git a/docs/c-runtime-library/reference/vfscanf-s-vfwscanf-s.md b/docs/c-runtime-library/reference/vfscanf-s-vfwscanf-s.md index 09aaaa168a..63b3eb1acf 100644 --- a/docs/c-runtime-library/reference/vfscanf-s-vfwscanf-s.md +++ b/docs/c-runtime-library/reference/vfscanf-s-vfwscanf-s.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vfscanf_s", "vfwscanf_s", "_vftscanf_s"] ms.assetid: 9b0133f0-9a18-4581-b24b-3b72683ad432 --- -# vfscanf_s, vfwscanf_s +# `vfscanf_s`, `vfwscanf_s` Reads formatted data from a stream. These versions of vfscanf, vfwscanf have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vfscanf-vfwscanf.md b/docs/c-runtime-library/reference/vfscanf-vfwscanf.md index c85e1b25ab..57b66cacc7 100644 --- a/docs/c-runtime-library/reference/vfscanf-vfwscanf.md +++ b/docs/c-runtime-library/reference/vfscanf-vfwscanf.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vfwscanf", "_vftscanf", "vfscanf"] ms.assetid: c06450ef-03f1-4d24-a8ac-d2dd98847918 --- -# vfscanf, vfwscanf +# `vfscanf`, `vfwscanf` Reads formatted data from a stream. More secure versions of these functions are available; see [`vfscanf_s`, `vfwscanf_s`](vfscanf-s-vfwscanf-s.md). diff --git a/docs/c-runtime-library/reference/vprintf-p-vprintf-p-l-vwprintf-p-vwprintf-p-l.md b/docs/c-runtime-library/reference/vprintf-p-vprintf-p-l-vwprintf-p-vwprintf-p-l.md index b5d8447472..fc7e2cd11a 100644 --- a/docs/c-runtime-library/reference/vprintf-p-vprintf-p-l-vwprintf-p-vwprintf-p-l.md +++ b/docs/c-runtime-library/reference/vprintf-p-vprintf-p-l-vwprintf-p-vwprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_vwprintf_p_l", "vprintf_p", "_vprintf_p_l", "_vwprintf_p", "vprintf_p_l", "vwprintf_p_l", "vwprintf_p", "vtprintf_p", "_vtprintf_p", "_vprintf_p"] helpviewer_keywords: ["_vtprintf_p_l function", "_vtprintf_p function", "vtprintf_p function", "_vwprintf_p function", "_vwprintf_p_l function", "_vprintf_p function", "_vprintf_p_l function", "vprintf_p_l function", "vwprintf_p function", "vprintf_p function", "vtprintf_p_l function", "vwprintf_p_l function", "formatted text [C++]"] --- -# _vprintf_p, _vprintf_p_l, _vwprintf_p, _vwprintf_p_l +# `_vprintf_p`, `_vprintf_p_l`, `_vwprintf_p`, `_vwprintf_p_l` Writes formatted output by using a pointer to a list of arguments, and enables specification of the order in which the arguments are used. diff --git a/docs/c-runtime-library/reference/vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md b/docs/c-runtime-library/reference/vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md index cbf86dbd44..832cc04e57 100644 --- a/docs/c-runtime-library/reference/vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md +++ b/docs/c-runtime-library/reference/vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vprintf_s", "vwprintf_s", "_vtprintf_s"] helpviewer_keywords: ["vwprintf_s_l function", "_vwprintf_s_l function", "vwprintf_s function", "_vtprintf_s_l function", "vprintf_s_l function", "vtprintf_s_l function", "_vtprintf_s function", "vtprintf_s function", "_vprintf_s_l function", "formatted text [C++]", "vprintf_s function"] --- -# vprintf_s, _vprintf_s_l, vwprintf_s, _vwprintf_s_l +# `vprintf_s`, `_vprintf_s_l`, `vwprintf_s`, `_vwprintf_s_l` Writes formatted output by using a pointer to a list of arguments. These versions of [`vprintf`, `_vprintf_l`, `vwprintf`, `_vwprintf_l`](vprintf-vprintf-l-vwprintf-vwprintf-l.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vprintf-vprintf-l-vwprintf-vwprintf-l.md b/docs/c-runtime-library/reference/vprintf-vprintf-l-vwprintf-vwprintf-l.md index 8961c45dd5..664f1b83a3 100644 --- a/docs/c-runtime-library/reference/vprintf-vprintf-l-vwprintf-vwprintf-l.md +++ b/docs/c-runtime-library/reference/vprintf-vprintf-l-vwprintf-vwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vwprintf", "_vtprintf"] helpviewer_keywords: ["vwprintf function", "_vwprintf_l function", "vwprintf_l function", "_vtprintf function", "vtprintf_l function", "vprintf function", "_vprintf_l function", "vprintf_l function", "vtprintf function", "_vtprintf_l function", "formatted text [C++]"] --- -# vprintf, _vprintf_l, vwprintf, _vwprintf_l +# `vprintf`, `_vprintf_l`, `vwprintf`, `_vwprintf_l` Writes formatted output by using a pointer to a list of arguments. More secure versions of these functions are available, see [`vprintf_s`, `_vprintf_s_l`, `vwprintf_s`, `_vwprintf_s_l`](vprintf-s-vprintf-s-l-vwprintf-s-vwprintf-s-l.md). diff --git a/docs/c-runtime-library/reference/vscanf-s-vwscanf-s.md b/docs/c-runtime-library/reference/vscanf-s-vwscanf-s.md index 4f245a3262..8d26b54065 100644 --- a/docs/c-runtime-library/reference/vscanf-s-vwscanf-s.md +++ b/docs/c-runtime-library/reference/vscanf-s-vwscanf-s.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_vtscanf_s", "vscanf_s", "vwscanf_s"] ms.assetid: 23a1c383-5b01-4887-93ce-534a1e38ed93 --- -# vscanf_s, vwscanf_s +# `vscanf_s`, `vwscanf_s` Reads formatted data from the standard input stream. These versions of [`vscanf`, `vwscanf`](vscanf-vwscanf.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vscanf-vwscanf.md b/docs/c-runtime-library/reference/vscanf-vwscanf.md index f33af06a03..0b700984dd 100644 --- a/docs/c-runtime-library/reference/vscanf-vwscanf.md +++ b/docs/c-runtime-library/reference/vscanf-vwscanf.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vscanf", "vwscanf", "_vtscanf"] ms.assetid: d1df595b-11bc-4682-9441-a92616301e3b --- -# vscanf, vwscanf +# `vscanf`, `vwscanf` Reads formatted data from the standard input stream. More secure versions of these function are available; see [`vscanf_s`, `vwscanf_s`](vscanf-s-vwscanf-s.md). diff --git a/docs/c-runtime-library/reference/vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md b/docs/c-runtime-library/reference/vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md index 7443b445f7..41455f5997 100644 --- a/docs/c-runtime-library/reference/vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md +++ b/docs/c-runtime-library/reference/vscprintf-vscprintf-l-vscwprintf-vscwprintf-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vscprintf_l", "vscwpeintf", "_vscwprintf", "_vsctprintf", "_vscprintf", "vscwprintf_l", "vscprintf", "_vscwprintf_l"] helpviewer_keywords: ["vsctprintf function", "_vscprintf_l function", "_vsctprintf_l function", "_vsctprintf function", "_vscwprintf_l function", "vscwprintf_l function", "_vscprintf function", "_vscwprintf function", "vscwprintf function", "vsctprintf_l function", "formatted text [C++]", "vscprintf function", "vscprintf_l function"] --- -# _vscprintf, _vscprintf_l, _vscwprintf, _vscwprintf_l +# `_vscprintf`, `_vscprintf_l`, `_vscwprintf`, `_vscwprintf_l` Returns the number of characters in the formatted string using a pointer to a list of arguments. diff --git a/docs/c-runtime-library/reference/vsprintf-p-vsprintf-p-l-vswprintf-p-vswprintf-p-l.md b/docs/c-runtime-library/reference/vsprintf-p-vsprintf-p-l-vswprintf-p-vswprintf-p-l.md index cb617d89d9..c02e2914e5 100644 --- a/docs/c-runtime-library/reference/vsprintf-p-vsprintf-p-l-vswprintf-p-vswprintf-p-l.md +++ b/docs/c-runtime-library/reference/vsprintf-p-vsprintf-p-l-vswprintf-p-vswprintf-p-l.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vsprintf_p", "_vswprintf_p", "_vstprintf_p", "vswprintf_p", "_vsprintf_p", "vstprintf_p"] helpviewer_keywords: ["vstprintf_p_l function", "_vsprintf_p_l function", "_vstprintf_p function", "vsprintf_p_l function", "_vswprintf_p function", "vswprintf_p function", "vsprintf_p function", "vswprintf_p_l function", "_vswprintf_p_l function", "vstprintf_p function", "formatted text [C++]", "_vsprintf_p function", "_vstprintf_p_l function"] --- -# _vsprintf_p, _vsprintf_p_l, _vswprintf_p, _vswprintf_p_l +# `_vsprintf_p`, `_vsprintf_p_l`, `_vswprintf_p`, `_vswprintf_p_l` Write formatted output using a pointer to a list of arguments, with the ability to specify the order in which the arguments are used. diff --git a/docs/c-runtime-library/reference/vsscanf-s-vswscanf-s.md b/docs/c-runtime-library/reference/vsscanf-s-vswscanf-s.md index b3743717b5..2a2422990d 100644 --- a/docs/c-runtime-library/reference/vsscanf-s-vswscanf-s.md +++ b/docs/c-runtime-library/reference/vsscanf-s-vswscanf-s.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["vsscanf_s", "vswscanf_s", "_vstscanf_s"] ms.assetid: 7b732e68-c6f4-4579-8917-122f5a7876e1 --- -# vsscanf_s, vswscanf_s +# `vsscanf_s`, `vswscanf_s` Reads formatted data from a string. These versions of [`vsscanf`, `vswscanf`](vsscanf-vswscanf.md) have security enhancements, as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/vsscanf-vswscanf.md b/docs/c-runtime-library/reference/vsscanf-vswscanf.md index 34c801db7c..1f27c30699 100644 --- a/docs/c-runtime-library/reference/vsscanf-vswscanf.md +++ b/docs/c-runtime-library/reference/vsscanf-vswscanf.md @@ -10,7 +10,7 @@ f1_keywords: ["_vstscanf", "vsscanf", "vswscanf"] helpviewer_keywords: ["vswscanf function", "vsscanf function"] ms.assetid: e96180f2-df46-423d-b4eb-0a49ab819bde --- -# vsscanf, vswscanf +# `vsscanf`, `vswscanf` Reads formatted data from a string. More secure versions of these functions are available; see [`vsscanf_s`, `vswscanf_s`](vsscanf-s-vswscanf-s.md). diff --git a/docs/c-runtime-library/reference/wcrtomb-s.md b/docs/c-runtime-library/reference/wcrtomb-s.md index 8b5637202b..a90432c5d0 100644 --- a/docs/c-runtime-library/reference/wcrtomb-s.md +++ b/docs/c-runtime-library/reference/wcrtomb-s.md @@ -10,7 +10,7 @@ f1_keywords: ["wcrtomb_s"] helpviewer_keywords: ["wide characters, converting", "wcrtomb_s function", "multibyte characters", "characters, converting"] ms.assetid: 9a8a1bd0-1d60-463d-a3a2-d83525eaf656 --- -# wcrtomb_s +# `wcrtomb_s` Convert a wide character into its multibyte character representation. A version of [`wcrtomb`](wcrtomb.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/wcrtomb.md b/docs/c-runtime-library/reference/wcrtomb.md index a32db5c38f..dde5496257 100644 --- a/docs/c-runtime-library/reference/wcrtomb.md +++ b/docs/c-runtime-library/reference/wcrtomb.md @@ -10,7 +10,7 @@ f1_keywords: ["wcrtomb"] helpviewer_keywords: ["wide characters, converting", "wcrtomb function", "multibyte characters", "characters, converting"] ms.assetid: 717f1b21-2705-4b7f-b6d0-82adc5224340 --- -# wcrtomb +# `wcrtomb` Convert a wide character into its multibyte character representation. A more secure version of this function is available; see [`wcrtomb_s`](wcrtomb-s.md). diff --git a/docs/c-runtime-library/reference/wcsicoll.md b/docs/c-runtime-library/reference/wcsicoll.md index a6478bfc7c..7a4e304b18 100644 --- a/docs/c-runtime-library/reference/wcsicoll.md +++ b/docs/c-runtime-library/reference/wcsicoll.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsicoll"] helpviewer_keywords: ["wcsicoll function"] ms.assetid: d049022d-cf60-467f-842b-9a508d9aeaff --- -# wcsicoll +# `wcsicoll` The Microsoft-specific function name `wcsicoll` is a deprecated alias for the [`_wcsicoll`](stricoll-wcsicoll-mbsicoll-stricoll-l-wcsicoll-l-mbsicoll-l.md) function. By default, it generates [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The name is deprecated because it doesn't follow the Standard C rules for implementation-specific names. However, the function is still supported. diff --git a/docs/c-runtime-library/reference/wcsrtombs-s.md b/docs/c-runtime-library/reference/wcsrtombs-s.md index a70723a601..0a7e166db2 100644 --- a/docs/c-runtime-library/reference/wcsrtombs-s.md +++ b/docs/c-runtime-library/reference/wcsrtombs-s.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsrtombs_s"] helpviewer_keywords: ["string conversion, wide characters", "wcsrtombs_s function", "wide characters, strings"] ms.assetid: 9dccb766-113c-44bb-9b04-07a634dddec8 --- -# wcsrtombs_s +# `wcsrtombs_s` Convert a wide character string to its multibyte character string representation. A version of [`wcsrtombs`](wcsrtombs.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/wcsrtombs.md b/docs/c-runtime-library/reference/wcsrtombs.md index 8b55942da5..6a3899223a 100644 --- a/docs/c-runtime-library/reference/wcsrtombs.md +++ b/docs/c-runtime-library/reference/wcsrtombs.md @@ -10,7 +10,7 @@ f1_keywords: ["wcsrtombs"] helpviewer_keywords: ["wcsrtombs function", "string conversion, wide characters", "wide characters, strings"] ms.assetid: a8d21fec-0d36-4085-9d81-9b1c61c7259d --- -# wcsrtombs +# `wcsrtombs` Convert a wide character string to its multibyte character string representation. A more secure version of this function is available; see [`wcsrtombs_s`](wcsrtombs-s.md). diff --git a/docs/c-runtime-library/reference/wctob.md b/docs/c-runtime-library/reference/wctob.md index 1fda33c14c..640397988a 100644 --- a/docs/c-runtime-library/reference/wctob.md +++ b/docs/c-runtime-library/reference/wctob.md @@ -10,7 +10,7 @@ f1_keywords: ["wctob"] helpviewer_keywords: ["wide characters, converting", "wctob function", "characters, converting"] ms.assetid: 46aec98b-c2f2-4e9d-9d89-7db99ba8a9a6 --- -# wctob +# `wctob` Determines if a wide character corresponds to a multibyte character and returns its multibyte character representation. diff --git a/docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md b/docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md index 3c44686ecc..8e1f399aed 100644 --- a/docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md +++ b/docs/c-runtime-library/reference/wctomb-s-wctomb-s-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wctomb_s", "_wctomb_s_l"] helpviewer_keywords: ["wctomb_s function", "wctomb_s_l function", "string conversion, wide characters", "wide characters, converting", "_wctomb_s_l function", "characters, converting", "string conversion, multibyte character strings"] ms.assetid: 7e94a888-deed-4dbd-b5e9-d4a0455538b8 --- -# wctomb_s, _wctomb_s_l +# `wctomb_s`, `_wctomb_s_l` Converts a wide character to the corresponding multibyte character. A version of [`wctomb`, `_wctomb_l`](wctomb-wctomb-l.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md). diff --git a/docs/c-runtime-library/reference/wctomb-wctomb-l.md b/docs/c-runtime-library/reference/wctomb-wctomb-l.md index 4ef39505ff..ab0601083e 100644 --- a/docs/c-runtime-library/reference/wctomb-wctomb-l.md +++ b/docs/c-runtime-library/reference/wctomb-wctomb-l.md @@ -10,7 +10,7 @@ f1_keywords: ["wctomb"] helpviewer_keywords: ["string conversion, wide characters", "wide characters, converting", "_wctomb_l function", "wctomb function", "wctomb_l function", "characters, converting", "string conversion, multibyte character strings"] ms.assetid: 4a543f0e-5516-4d81-8ff2-3c5206f02ed5 --- -# wctomb, _wctomb_l +# `wctomb`, `_wctomb_l` Convert a wide character to the corresponding multibyte character. More secure versions of these functions are available; see [`wctomb_s`, `_wctomb_s_l`](wctomb-s-wctomb-s-l.md). diff --git a/docs/c-runtime-library/reference/wctrans.md b/docs/c-runtime-library/reference/wctrans.md index 438840cd0d..8c166b32a2 100644 --- a/docs/c-runtime-library/reference/wctrans.md +++ b/docs/c-runtime-library/reference/wctrans.md @@ -10,7 +10,7 @@ f1_keywords: ["wctrans"] helpviewer_keywords: ["character codes, wctrans", "characters, codes", "characters, converting", "wctrans function"] ms.assetid: 215404bf-6d60-489c-9ae9-880e6b586162 --- -# wctrans +# `wctrans` Determines a mapping from one set of character codes to another. diff --git a/docs/c-runtime-library/reference/xor-eq.md b/docs/c-runtime-library/reference/xor-eq.md index 1c53b39e11..7c9ed72d1d 100644 --- a/docs/c-runtime-library/reference/xor-eq.md +++ b/docs/c-runtime-library/reference/xor-eq.md @@ -9,7 +9,7 @@ f1_keywords: ["std.xor_eq", "xor_eq", "std::xor_eq"] helpviewer_keywords: ["xor_eq function"] ms.assetid: eca4b6b4-b77a-4d44-a09a-5a7e69fdb56c --- -# xor_eq +# `xor_eq` An alternative to the ^= operator. diff --git a/docs/c-runtime-library/reference/xor.md b/docs/c-runtime-library/reference/xor.md index 9a84a5b2af..3a71c3041c 100644 --- a/docs/c-runtime-library/reference/xor.md +++ b/docs/c-runtime-library/reference/xor.md @@ -9,7 +9,7 @@ f1_keywords: ["std::xor", "std.xor"] helpviewer_keywords: ["xor function"] ms.assetid: 0fe9554b-d87b-4487-92ed-366c6dc21df2 --- -# xor +# `xor` An alternative to the ^ operator. diff --git a/docs/c-runtime-library/reference/y0-y1-yn.md b/docs/c-runtime-library/reference/y0-y1-yn.md index 42267812c2..762f4bfd37 100644 --- a/docs/c-runtime-library/reference/y0-y1-yn.md +++ b/docs/c-runtime-library/reference/y0-y1-yn.md @@ -10,7 +10,7 @@ f1_keywords: ["yn", "y1", "y0"] helpviewer_keywords: ["y0 function", "y1 function", "yn function"] ms.assetid: e14215f3-53d4-4ae8-816e-4c1ec2019316 --- -# y0, y1, yn +# `y0`, `y1`, `yn` The Microsoft-implemented POSIX function names `y0`, `y1`, and `yn` are deprecated aliases for the [`_y0`, `_y1`, and `_yn`](bessel-functions-j0-j1-jn-y0-y1-yn.md) functions. By default, they generate [Compiler warning (level 3) C4996](../../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md). The names are deprecated because they don't follow the Standard C rules for implementation-specific names. However, the functions are still supported. diff --git a/docs/c-runtime-library/rtdynamiccast.md b/docs/c-runtime-library/rtdynamiccast.md index fbcc316047..fd63bc2caf 100644 --- a/docs/c-runtime-library/rtdynamiccast.md +++ b/docs/c-runtime-library/rtdynamiccast.md @@ -10,7 +10,7 @@ f1_keywords: ["__RTDynamicCast"] helpviewer_keywords: ["__RTDynamicCast"] ms.assetid: 56aa2d7a-aa47-46ef-830d-e37175611239 --- -# __RTDynamicCast +# `__RTDynamicCast` Runtime implementation of the [`dynamic_cast`](../cpp/dynamic-cast-operator.md) operator. diff --git a/docs/c-runtime-library/sal-annotations.md b/docs/c-runtime-library/sal-annotations.md index 511ff4f7dd..1307e5f0a2 100644 --- a/docs/c-runtime-library/sal-annotations.md +++ b/docs/c-runtime-library/sal-annotations.md @@ -6,7 +6,7 @@ ms.topic: "conceptual" helpviewer_keywords: ["__z annotation", "ref annotation", "_opt annotation", "__checkreturn annotatioin", "__deref_opt annotation", "deref_opt annotation", "__deref annotation", "__in annotation", "annotations [C++]", "z annotation", "_inout annotation", "__ref annotation", "full annotation", "_in annotation", "_ref annotation", "__out annotation", "_ecount annotation", "SAL annotations", "__opt annotation", "inout annotation", "in annotation", "_CA_SHOULD_CHECK_RETURN", "__bcount annotation", "_full annotation", "_bcount annotation", "deref annotation", "part annotation", "_out annotation", "__nz annotation", "__part annotation", "opt annotation", "__full annotation", "_nz annotation", "_z annotation", "out annotation", "__ecount annotation", "__inout annotation", "SAL annotations, _CA_SHOULD_CHECK_RETURN", "_deref_opt annotation", "_deref annotation", "nz annotation", "_part annotation", "ecount annotation", "bcount annotation"] ms.assetid: 81893638-010c-41a0-9cb3-666fe360f3e0 --- -# SAL Annotations +# SAL annotations If you examine the library header files, you may notice some unusual annotations, for example, `_In_z` and `_Out_z_cap_(_Size)`. These annotations are examples of the Microsoft source-code annotation language (SAL). SAL provides a set of annotations to describe how a function uses its parameters and return type. For example, it indicates the assumptions it makes about them and the guarantees it makes on finishing. The header file \ defines the annotations. diff --git a/docs/c-runtime-library/sbcs-and-mbcs-data-types.md b/docs/c-runtime-library/sbcs-and-mbcs-data-types.md index ba2e16445f..4a653e2338 100644 --- a/docs/c-runtime-library/sbcs-and-mbcs-data-types.md +++ b/docs/c-runtime-library/sbcs-and-mbcs-data-types.md @@ -7,7 +7,7 @@ f1_keywords: ["MBCS", "SBCS"] helpviewer_keywords: ["SBCS and MBCS data types", "data types [C], MBCS and SBCS"] ms.assetid: 4c3ef9da-e397-48d4-800e-49dba36db171 --- -# SBCS and MBCS Data Types +# SBCS and MBCS data types Any Microsoft MBCS run-time library routine that handles only a single multibyte character, or a single byte of a multibyte character, expects an **`unsigned int`** argument (where 0x0000 <= character value <= 0xFFFF and 0x00 <= byte value <= 0xFF). An MBCS routine that handles multibyte bytes or characters in a string context expects a multibyte-character string to be represented as an **`unsigned char`** pointer. diff --git a/docs/c-runtime-library/scanf-type-field-characters.md b/docs/c-runtime-library/scanf-type-field-characters.md index ad7edc0f23..7e3799e42f 100644 --- a/docs/c-runtime-library/scanf-type-field-characters.md +++ b/docs/c-runtime-library/scanf-type-field-characters.md @@ -4,7 +4,7 @@ title: "scanf Type Field Characters" ms.date: "11/04/2016" helpviewer_keywords: ["scanf function, type field characters"] --- -# `scanf` Type Field Characters +# `scanf` type field characters The following information applies to any of the `scanf` family of functions, including the secure versions, such as `scanf_s`. diff --git a/docs/c-runtime-library/set-app-type.md b/docs/c-runtime-library/set-app-type.md index d68641f0f2..d4ed2b1406 100644 --- a/docs/c-runtime-library/set-app-type.md +++ b/docs/c-runtime-library/set-app-type.md @@ -9,7 +9,7 @@ topic_type: ["apiref"] f1_keywords: ["_set_app_type", "corecrt_startup/_set_app_type"] ms.assetid: 1e7fe786-b587-4116-8c05-f7d762350100 --- -# _set_app_type +# `_set_app_type` An internal function used at startup to tell the CRT whether the app is a console app or a GUI app. diff --git a/docs/c-runtime-library/set-output-format.md b/docs/c-runtime-library/set-output-format.md index b96abbfc17..c1d050bc01 100644 --- a/docs/c-runtime-library/set-output-format.md +++ b/docs/c-runtime-library/set-output-format.md @@ -10,7 +10,7 @@ f1_keywords: ["set_output_format", "_set_output_format"] helpviewer_keywords: ["_TWO_DIGIT_EXPONENT constant", "output formatting", "TWO_DIGIT_EXPONENT constant", "_set_output_format function", "set_output_format function"] ms.assetid: 1cb48df8-44b4-4400-bd27-287831d6b3ff --- -# _set_output_format +# `_set_output_format` Customizes output formats used by formatted I/O functions. diff --git a/docs/c-runtime-library/setlc-active-func-unguarded-readlc-active-add-func.md b/docs/c-runtime-library/setlc-active-func-unguarded-readlc-active-add-func.md index 8c03039fbf..6677c9a3ed 100644 --- a/docs/c-runtime-library/setlc-active-func-unguarded-readlc-active-add-func.md +++ b/docs/c-runtime-library/setlc-active-func-unguarded-readlc-active-add-func.md @@ -10,7 +10,7 @@ f1_keywords: ["___unguarded_readlc_active_add_func", "___setlc_active_func"] helpviewer_keywords: ["___setlc_active_func", "___unguarded_readlc_active_add_func"] ms.assetid: 605ec4e3-81e5-4ece-935a-f434768cc702 --- -# ___setlc_active_func, ___unguarded_readlc_active_add_func +# `___setlc_active_func`, `___unguarded_readlc_active_add_func` OBSOLETE. The CRT exports these internal functions only to preserve binary compatibility. diff --git a/docs/c-runtime-library/setusermatherr.md b/docs/c-runtime-library/setusermatherr.md index ea0fa8533b..ce0cbd725e 100644 --- a/docs/c-runtime-library/setusermatherr.md +++ b/docs/c-runtime-library/setusermatherr.md @@ -10,7 +10,7 @@ f1_keywords: ["__setusermatherr"] helpviewer_keywords: ["__setusermatherr"] ms.assetid: f306818d-381a-4d68-8739-71b92bacb5ea --- -# __setusermatherr +# `__setusermatherr` Specifies a user-supplied routine to handle math errors, instead of the [`_matherr`](./reference/matherr.md) routine. diff --git a/docs/c-runtime-library/setvbuf-constants.md b/docs/c-runtime-library/setvbuf-constants.md index 629cb3c4eb..20d803b692 100644 --- a/docs/c-runtime-library/setvbuf-constants.md +++ b/docs/c-runtime-library/setvbuf-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["_IOFBF", "_IONBF", "_IOLBF"] helpviewer_keywords: ["_IOFBF constant", "IOFBF constant", "IONBF constant", "_IOLBF constant", "IOLBF constant", "_IONBF constant"] ms.assetid: a6ec4dd5-1f24-498c-871a-e874cd28d33c --- -# setvbuf constants +# `setvbuf` constants ## Syntax diff --git a/docs/c-runtime-library/signal-action-constants.md b/docs/c-runtime-library/signal-action-constants.md index f9914c661f..fb30a59353 100644 --- a/docs/c-runtime-library/signal-action-constants.md +++ b/docs/c-runtime-library/signal-action-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["SIG_IGN", "SIG_DFL"] helpviewer_keywords: ["signal action constants", "SIG_IGN constant", "SIG_DFL constant"] ms.assetid: c3cb4f15-d39e-4d9d-84f9-0d33e3eb5993 --- -# signal action constants +# `signal` action constants The action taken when the interrupt signal is received depends on the value of `func`. diff --git a/docs/c-runtime-library/signal-constants.md b/docs/c-runtime-library/signal-constants.md index f6d53b158f..977599a568 100644 --- a/docs/c-runtime-library/signal-constants.md +++ b/docs/c-runtime-library/signal-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["SIGTERM", "SIGFPE", "SIGABRT", "SIGILL", "SIGINT", "SIGSEGV"] helpviewer_keywords: ["SIGTERM constant", "SIGABRT constant", "SIGSEGV constant", "SIGFPE constant", "SIGINT constant", "signal constants", "SIGILL constant"] ms.assetid: a3b39281-dae7-4e44-8d68-e6a610c669dd --- -# signal constants +# `signal` constants ## Syntax diff --git a/docs/c-runtime-library/spawn-constants.md b/docs/c-runtime-library/spawn-constants.md index d52fcfcf00..bf43282b0d 100644 --- a/docs/c-runtime-library/spawn-constants.md +++ b/docs/c-runtime-library/spawn-constants.md @@ -6,7 +6,7 @@ f1_keywords: ["_P_NOWAIT", "_P_OVERLAY", "_P_WAIT", "_P_DETACH", "_P_NOWAITO"] helpviewer_keywords: ["_P_OVERLAY constant", "P_DETACH constant", "P_OVERLAY constant", "P_NOWAIT constant", "_P_DETACH constant", "_P_NOWAIT constant", "_P_NOWAITO constant", "P_NOWAITO constant", "spawn constants", "P_WAIT constant", "_P_WAIT constant"] ms.assetid: e0533e88-d362-46fc-b53c-5f193226d879 --- -# spawn constants +# `spawn` constants ## Syntax diff --git a/docs/c-runtime-library/spawn-wspawn-functions.md b/docs/c-runtime-library/spawn-wspawn-functions.md index 656ba7e310..fcddc7f17b 100644 --- a/docs/c-runtime-library/spawn-wspawn-functions.md +++ b/docs/c-runtime-library/spawn-wspawn-functions.md @@ -8,7 +8,7 @@ topic_type: ["apiref"] f1_keywords: ["_spawn", "_tspawnlp", "_tspawnlpe", "_tspawnve", "_tspawnvp", "_tspawnvpe", "_tspawnl", "spawn", "_tspawnv", "_tspawnle", "wspawn"] helpviewer_keywords: ["_tspawnve function", "_spawn functions", "_tspawnlpe function", "tspawnvpe function", "processes, creating", "tspawnve function", "_tspawnvp function", "spawn functions", "tspawnl function", "tspawnlp function", "_tspawnvpe function", "_tspawnl function", "tspawnvp function", "tspawnv function", "processes, executing new", "_tspawnv function", "tspawnle function", "process creation", "_tspawnlp function", "tspawnlpe function", "_tspawnle function"] --- -# `_spawn`, `_wspawn` Functions +# `_spawn`, `_wspawn` functions Each of the `_spawn` functions creates and executes a new process: diff --git a/docs/c-runtime-library/strcoll-functions.md b/docs/c-runtime-library/strcoll-functions.md index ceba46963d..e1f227f681 100644 --- a/docs/c-runtime-library/strcoll-functions.md +++ b/docs/c-runtime-library/strcoll-functions.md @@ -9,7 +9,7 @@ f1_keywords: ["strcoll"] helpviewer_keywords: ["code pages, using for string comparisons", "string comparison [C++], culture-specific", "strcoll functions", "strings [C++], comparing by code page"] ms.assetid: c09eeff3-8aba-4cfb-a524-752436d85573 --- -# strcoll Functions +# `strcoll` functions Each of the `strcoll` and `wcscoll` functions compares two strings according to the `LC_COLLATE` category setting of the locale code page currently in use. Each of the `_mbscoll` functions compares two strings according to the multibyte code page currently in use. Use the `coll` functions for string comparisons when there's a difference between the character set order and the lexicographic character order in the current code page if the difference is of interest for the comparison. Use the corresponding `cmp` functions to test only for string equality. diff --git a/docs/c-runtime-library/tmp-max-l-tmpnam.md b/docs/c-runtime-library/tmp-max-l-tmpnam.md index 7d6d12a43d..5ef33de168 100644 --- a/docs/c-runtime-library/tmp-max-l-tmpnam.md +++ b/docs/c-runtime-library/tmp-max-l-tmpnam.md @@ -6,7 +6,7 @@ f1_keywords: ["TMP_MAX", "L_tmpnam"] helpviewer_keywords: ["temporary files, length", "L_tmpnam constant", "TMP_MAX constant"] ms.assetid: ab19fd0c-b5b7-49f7-b23d-da9dfbcf0c1f --- -# TMP_MAX, L_tmpnam +# `TMP_MAX`, `L_tmpnam` ## Syntax diff --git a/docs/c-runtime-library/to-functions.md b/docs/c-runtime-library/to-functions.md index d5de3d4968..6c4b7ff328 100644 --- a/docs/c-runtime-library/to-functions.md +++ b/docs/c-runtime-library/to-functions.md @@ -9,7 +9,7 @@ f1_keywords: ["To"] helpviewer_keywords: ["to functions", "string conversion, to different characters", "string conversion, case", "lowercase, converting strings", "uppercase, converting strings", "case, converting", "characters, converting"] ms.assetid: f636a4c6-8c9f-4be2-baac-064f9dbae300 --- -# `to` Functions +# `to` functions Each of the **`to`** functions and its associated macro, if any, converts a single character to another character. diff --git a/docs/c-runtime-library/tzname-max.md b/docs/c-runtime-library/tzname-max.md index f63e65c1f1..f0baf0a897 100644 --- a/docs/c-runtime-library/tzname-max.md +++ b/docs/c-runtime-library/tzname-max.md @@ -6,7 +6,7 @@ f1_keywords: ["TZNAME_MAX"] helpviewer_keywords: ["TZNAME_MAX constant"] ms.assetid: e2286cb8-751d-4557-9650-5c4b98a8f7be --- -# TZNAME_MAX +# `TZNAME_MAX` **Obsolete**. The maximum permissible string length for a time zone name variable. This macro was defined in \ in Visual Studio 2012 and earlier versions. It isn't defined in Visual Studio 2013 and later versions. To get the length required to hold the current time zone name, use [`_get_tzname`](./reference/get-tzname.md). diff --git a/docs/c-runtime-library/unicode-the-wide-character-set.md b/docs/c-runtime-library/unicode-the-wide-character-set.md index 36327233be..a45fbb30f3 100644 --- a/docs/c-runtime-library/unicode-the-wide-character-set.md +++ b/docs/c-runtime-library/unicode-the-wide-character-set.md @@ -6,7 +6,7 @@ ms.date: "11/04/2016" helpviewer_keywords: ["Unicode [C++], wide character set", "wide characters [C++], Unicode"] ms.assetid: b6a05a21-59a5-4d30-8c85-2dbe185f7a74 --- -# Unicode: The Wide-Character Set +# Unicode: The wide-character set A wide character is a 2-byte multilingual character code. Any character in use in modern computing worldwide, including technical symbols and special publishing characters, can be represented according to the Unicode specification as a wide character. Developed and maintained by a large consortium that includes Microsoft, the Unicode standard is now widely accepted. diff --git a/docs/c-runtime-library/unlock.md b/docs/c-runtime-library/unlock.md index 05d5fe51c0..996c026ec1 100644 --- a/docs/c-runtime-library/unlock.md +++ b/docs/c-runtime-library/unlock.md @@ -10,7 +10,7 @@ f1_keywords: ["unlock", "_unlock"] helpviewer_keywords: ["unlock function", "_unlock function"] ms.assetid: 2eda2507-a134-4997-aa12-f2f8cb319e14 --- -# _unlock +# `_unlock` Releases a multi-thread lock. diff --git a/docs/c-runtime-library/vprintf-functions.md b/docs/c-runtime-library/vprintf-functions.md index 8c98cd20f3..21e1495cf0 100644 --- a/docs/c-runtime-library/vprintf-functions.md +++ b/docs/c-runtime-library/vprintf-functions.md @@ -9,7 +9,7 @@ f1_keywords: ["vprintf"] helpviewer_keywords: ["vprintf function", "formatted text [C++]"] ms.assetid: 02ac7c51-eab1-4bf0-bf4c-77065e3fa744 --- -# vprintf Functions +# `vprintf` functions Each of the `vprintf` functions takes a pointer to an argument list, then formats and writes the given data to a particular destination. The functions differ in several ways: in the parameter validation, whether the functions take single-byte or wide character strings, the output destination, and the support for specifying the order parameters are used in the format string. diff --git a/docs/c-runtime-library/wait-child-wait-grandchild.md b/docs/c-runtime-library/wait-child-wait-grandchild.md index 3ab89d096c..91cdb94a1e 100644 --- a/docs/c-runtime-library/wait-child-wait-grandchild.md +++ b/docs/c-runtime-library/wait-child-wait-grandchild.md @@ -6,7 +6,7 @@ f1_keywords: ["_WAIT_GRANDCHILD", "WAIT_CHILD", "WAIT_GRANDCHILD", "_WAIT_CHILD" helpviewer_keywords: ["WAIT_CHILD constant", "WAIT_GRANDCHILD constant", "_WAIT_CHILD constant", "_WAIT_GRANDCHILD constant"] ms.assetid: 7acd96fa-d118-4339-bb00-e5afaf286945 --- -# _WAIT_CHILD, _WAIT_GRANDCHILD +# `_WAIT_CHILD`, `_WAIT_GRANDCHILD` ## Syntax diff --git a/docs/c-runtime-library/wchar-max.md b/docs/c-runtime-library/wchar-max.md index 147cd086d4..c91b4ddc35 100644 --- a/docs/c-runtime-library/wchar-max.md +++ b/docs/c-runtime-library/wchar-max.md @@ -6,7 +6,7 @@ f1_keywords: ["WCHAR_MAX"] helpviewer_keywords: ["WCHAR_MAX constant"] ms.assetid: 2b5f8bfd-9098-47fc-be8f-598a0c975ed4 --- -# WCHAR_MAX +# `WCHAR_MAX` Maximum value for type **`wchar_t`**. diff --git a/docs/c-runtime-library/wchar-min.md b/docs/c-runtime-library/wchar-min.md index d01b224bea..9bc37e67cb 100644 --- a/docs/c-runtime-library/wchar-min.md +++ b/docs/c-runtime-library/wchar-min.md @@ -6,7 +6,7 @@ f1_keywords: ["WCHAR_MIN"] helpviewer_keywords: ["WCHAR_MIN constant"] ms.assetid: f2d192d7-4412-483f-9839-c29e4f174b83 --- -# WCHAR_MIN +# `WCHAR_MIN` Minimum value for type **`wchar_t`**.