ADL (AMD Display Library) Public APIs
Version 17.1
|
Go to the documentation of this file. 1 #ifndef __SECURE_CRT_LNX_H__
2 #define __SECURE_CRT_LNX_H__
18 #ifndef _ERRNO_T_DEFINED
19 #define _ERRNO_T_DEFINED
25 size_t numberOfElements,
26 const char *strSource,
size_t count
31 size_t numberOfElements,
37 size_t numberOfElements,
50 wchar_t *strDestination,
51 size_t numberOfElements,
52 const wchar_t *strSource
57 size_t numberOfElements,
58 const wchar_t *strSource,
63 wchar_t *strDestination,
64 size_t numberOfElements,
65 const wchar_t *strSource
int errno_t
Definition: secure_crt_linux.h:20
errno_t strcpy_s(char *strDestination, size_t numberOfElements, const char *strSource)
errno_t wcscat_s(wchar_t *strDestination, size_t numberOfElements, const wchar_t *strSource)
errno_t wcsncpy_s(wchar_t *strDest, size_t numberOfElements, const wchar_t *strSource, size_t count)
errno_t strcat_s(char *strDestination, size_t numberOfElements, const char *strSource)
errno_t wctomb_s(int *pRetValue, char *mbchar, size_t sizeInBytes, wchar_t wchar)
errno_t wcstombs_s(size_t *pReturnValue, char *mbstr, size_t sizeInBytes, const wchar_t *wcstr, size_t count)
errno_t wcscpy_s(wchar_t *strDestination, size_t numberOfElements, const wchar_t *strSource)
errno_t strncpy_s(char *strDest, size_t numberOfElements, const char *strSource, size_t count)
Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.