|
|
|
|
@ -998,6 +998,12 @@ config_str yon_char_parsed_cut(config_str parsed, int size, int pos);
|
|
|
|
|
|
|
|
|
|
int yon_char_parsed_find_element(config_str parsed, int size, char *target);
|
|
|
|
|
|
|
|
|
|
/// @brief Checks if two config_str elements are equal or not for sort functions
|
|
|
|
|
/// @param a pinter for first compared element;
|
|
|
|
|
/// @param b pointer for second compared element;
|
|
|
|
|
/// @return -1 if a<b; 0 if a=b; 1 if a>b
|
|
|
|
|
int yon_char_parsed_compare(const config_str a, const config_str b);
|
|
|
|
|
|
|
|
|
|
int yon_char_find_last_symbol_before_length(char *string, char target, int length);
|
|
|
|
|
|
|
|
|
|
/**yon_char_wrap_to_length(char *target, unsigned int length, int *size)
|
|
|
|
|
|