|
|
|
|
@ -375,7 +375,6 @@ dictionary *yon_dictionary_get_last(dictionary *dict);
|
|
|
|
|
*/
|
|
|
|
|
dictionary *yon_dictionary_swap(dictionary *dict, int aim);
|
|
|
|
|
|
|
|
|
|
[[ deprecated ]];
|
|
|
|
|
/**
|
|
|
|
|
* @brief Sets the first element pointer of the dictionary
|
|
|
|
|
* to the current element. Do not use
|
|
|
|
|
@ -551,7 +550,8 @@ void yon_dictionary_free_all(dictionary *dictionary,void (data_manipulation)(voi
|
|
|
|
|
// [[ deprecated ]]
|
|
|
|
|
// dictionary *yon_dictionary_sort(dictionary *dict);
|
|
|
|
|
|
|
|
|
|
[[__warnattr("Function is yon_dictionary_check_loops() is untested")]];
|
|
|
|
|
|
|
|
|
|
// [[__warnattr("Function is yon_dictionary_check_loops() is untested")]];
|
|
|
|
|
dictionary *yon_dictionary_check_loops(dictionary *target);
|
|
|
|
|
|
|
|
|
|
// char functions
|
|
|
|
|
|