chore(stdlib): remove duplicate function declaration (#5845)

This commit is contained in:
Ramesh
2024-03-13 12:44:33 +05:30
committed by GitHub
parent e29d35b43c
commit d2ceb6a780
-7
View File
@@ -107,13 +107,6 @@ int32_t lv_strcmp(const char * s1, const char * s2);
*/
char * lv_strdup(const char * src);
/**
* @brief Duplicate a string by allocating a new one and copying the content.
* @param src Pointer to the source of data to be copied.
* @return A pointer to the new allocated string. NULL if failed.
*/
char * lv_strdup(const char * src);
/**********************
* MACROS
**********************/