update openharmony 1.0.1

This commit is contained in:
mamingshuai
2021-03-11 18:41:22 +08:00
parent 8355937ae5
commit ebef58f444
50 changed files with 146 additions and 152 deletions
Executable → Regular
-7
View File
@@ -106,13 +106,6 @@ typedef int errno_t;
#ifdef __cplusplus
extern "C" {
#endif
/*
* Description: The GetHwSecureCVersion function get SecureC Version string and version number.
* Parameter: verNumber - to store version number (for example value is 0x500 | 0xa)
* Return: version string
*/
SECUREC_API const char *GetHwSecureCVersion(unsigned short *verNumber);
#if SECUREC_ENABLE_MEMSET
/*
* Description: The memset_s function copies the value of c (converted to an unsigned char) into each of
Executable → Regular
View File