You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
15
15
16
-
For the `t_*` function variants, see [Generic-text routine mappings](#generic-text-routine-mappings).
16
+
For `taccess_s`, see [Generic-text routine mappings](#generic-text-routine-mappings).
17
17
18
18
## Syntax
19
19
@@ -69,16 +69,16 @@ By default, this function's global state is scoped to the application. To change
69
69
70
70
### Generic-text routine mappings
71
71
72
-
| Tchar.h routine |`_UNICODE` and `_MBCS` not defined |`_MBCS` defined |`_UNICODE` defined |
72
+
|`Tchar.h` routine |`_UNICODE` and `_MBCS` not defined |`_MBCS` defined |`_UNICODE` defined |
Copy file name to clipboardExpand all lines: docs/c-runtime-library/reference/putenv-s-wputenv-s.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Creates, modifies, or removes environment variables. These functions are version
16
16
> [!IMPORTANT]
17
17
> This API cannot be used in applications that execute in the Windows Runtime. For more information, see [CRT functions not supported in Universal Windows Platform apps](../../cppcx/crt-functions-not-supported-in-universal-windows-platform-apps.md).
18
18
19
-
For the `t_*` function variants, see [Generic-text routine mappings](#generic-text-routine-mappings).
19
+
For `_tputenv_s`, see [Generic-text routine mappings](#generic-text-routine-mappings).
Copy file name to clipboardExpand all lines: docs/c-runtime-library/reference/strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Copies characters of one string to another. These versions of [`strncpy`, `_str
16
16
> [!IMPORTANT]
17
17
> **`_mbsncpy_s`** and **`_mbsncpy_s_l`** cannot be used in applications that execute in the Windows Runtime. For more information, see [CRT functions not supported in Universal Windows Platform apps](../../cppcx/crt-functions-not-supported-in-universal-windows-platform-apps.md).
18
18
19
-
For the `_t_*` function variants, see [Generic-text routine mappings](#generic-text-routine-mappings).
19
+
For `_tcsnccpy_s` and `_tcsnccpy_s_l`, see [Generic-text routine mappings](#generic-text-routine-mappings).
20
20
21
21
## Syntax
22
22
@@ -178,8 +178,6 @@ By default, this function's global state is scoped to the application. To change
> **`_strncpy_s_l`**, **`_wcsncpy_s_l`** and **`_mbsncpy_s_l`** have no locale dependence. They're provided just for `_tcsncpy_s_l` and aren't intended to be called directly.
@@ -16,7 +16,7 @@ Initializes characters of a string to a given character. These versions of [`_st
16
16
> [!IMPORTANT]
17
17
> **`_mbsnset_s`** and **`_mbsnset_s_l`** cannot be used in applications that execute in the Windows Runtime. For more information, see [CRT functions not supported in Universal Windows Platform apps](../../cppcx/crt-functions-not-supported-in-universal-windows-platform-apps.md).
18
18
19
-
For the `_t*` function variants, see [Generic-text routine mappings](#generic-text-routine-mappings).
19
+
For `_tcsncset_s` and `_tcsncset_s_l` functions, see [Generic-text routine mappings](#generic-text-routine-mappings).
0 commit comments