refactor(string): delete wrong string_copy doc
This commit is contained in:
@@ -90,7 +90,6 @@ char *string_cstr(string_s *string);
|
|||||||
* @return Newly allocated null-terminated buffer, or NULL on failure.
|
* @return Newly allocated null-terminated buffer, or NULL on failure.
|
||||||
*
|
*
|
||||||
* @note The caller is responsible for freeing the returned buffer with free().
|
* @note The caller is responsible for freeing the returned buffer with free().
|
||||||
* See string_lock().
|
|
||||||
*/
|
*/
|
||||||
char *string_copy(string_s *string);
|
char *string_copy(string_s *string);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user