#define _di_f_account_group_name_by_id_
//#define _di_f_account_id_by_name_
#define _di_f_account_name_by_id_
-#define _di_f_accounts_adjust_
+#define _di_f_accounts_adjust_callback_
#define _di_f_accounts_append_
#define _di_f_accounts_append_all_
-#define _di_f_accounts_decimate_by_
-#define _di_f_accounts_decrease_by_
-#define _di_f_accounts_increase_
-#define _di_f_accounts_increase_by_
-#define _di_f_accounts_resize_
-#define _di_f_accountss_adjust_
+#define _di_f_accounts_resize_callback_
#define _di_f_accountss_append_
#define _di_f_accountss_append_all_
-#define _di_f_accountss_decimate_by_
-#define _di_f_accountss_decrease_by_
-#define _di_f_accountss_increase_
-#define _di_f_accountss_increase_by_
-#define _di_f_accountss_resize_
#define _di_f_accountss_t_
#define _di_f_accounts_t_
//#define _di_f_account_t_
#define _di_f_iki_datas_adjust_callback_
#define _di_f_iki_datas_append_
#define _di_f_iki_datas_append_all_
-#define _di_f_iki_datas_resize_callack_
+#define _di_f_iki_datas_resize_callback_
#define _di_f_iki_datass_append_
#define _di_f_iki_datass_append_all_
#define _di_f_iki_datass_t_
* @see f_memory_adjust()
*/
#if !defined(_di_f_memory_array_adjust_) || !defined(_di_f_memory_array_decimate_by_)
- extern f_status_t private_f_memory_array_adjust(const f_number_unsigned_t length, const size_t width, void ** const const array, f_number_unsigned_t * const used, f_number_unsigned_t * const size) F_attribute_visibility_internal_d;
+ extern f_status_t private_f_memory_array_adjust(const f_number_unsigned_t length, const size_t width, void ** const array, f_number_unsigned_t * const used, f_number_unsigned_t * const size) F_attribute_visibility_internal_d;
#endif // !defined(_di_f_memory_array_adjust_) || !defined(_di_f_memory_array_decimate_by_)
/**